mysql> use ser Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> select * from subscribe; ERROR 1146: Table 'ser.subscribe' doesn't exist mysql> select * from subscriber; +----------------------------------+----------+----------------+----------+------------+-----------+-------+--------------------+---------------------+---------------------+------------------------------------------+------+------------------+----------+----------------------------------+----------------------------------+-------+------------+----------+ | phplib_id | username | domain | password | first_name | last_name | phone | email_address | datetime_created | datetime_modified | confirmation | flag | sendnotification | greeting | ha1 | ha1b | perms | allow_find | timezone | +----------------------------------+----------+----------------+----------+------------+-----------+-------+--------------------+---------------------+---------------------+------------------------------------------+------+------------------+----------+----------------------------------+----------------------------------+-------+------------+----------+ | 65e397cda0aa8e3202ea22cbd350e4e9 | admin | zone1.sip | heslo | Initial | Admin | 123 | root@localhost | 2002-09-04 19:37:45 | 0000-00-00 00:00:00 | 57DaSIPuCm52UNe54LF545750cfdL48OMZfroM53 | o | | | d0b057f7d3ee997c3d47eae76bfb0da1 | fe31bfbb3e89826120badf15c3e6d353 | admin | 0 | NULL | | ad08114b72c81d1d70c70a7ef34b2477 | 84000 | p3t1.zone1.sip | valor | | | | sip84000@zone1.sip | 2004-07-24 12:27:45 | 0000-00-00 00:00:00 | | o | | | ad08114b72c81d1d70c70a7ef34b2477 | ed575bfedd9d2e007e309f39fd1c445e | NULL | 0 | NULL | | 3b36cddccc551d31227082db7fad5e61 | 85000 | p3t1.zone1.sip | valor | | | | sip85000@zone1.sip | 2004-07-24 12:58:57 | 0000-00-00 00:00:00 | | o | | | 3b36cddccc551d31227082db7fad5e61 | bbd19c658746e3e6a0e59f8c88ae3a23 | NULL | 0 | NULL | +----------------------------------+----------+----------------+----------+------------+-----------+-------+--------------------+---------------------+---------------------+------------------------------------------+------+------------------+----------+----------------------------------+----------------------------------+-------+------------+----------+ 3 rows in set (0.00 sec)