witam
Show tables pokazuje tabele a select jej nie widzi. Co może być nie tak?
Poniżej przedstawiam zapytania. show tables; /*i*/ select * from mt_user;
pozdrawiam
bogdan
mysql> show tables;
+-----------------------+
| Tables_in_michella_db |
+-----------------------+
| mt_config |
| mt_gallery |
| mt_gallery_l |
| mt_link |
| mt_link_l |
| mt_pages_l |
| mt_session |
| mt_user |
+-----------------------+
25 rows in set (0.05 sec)
mysql> select * from mt_user;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 93792
Current database: michella_db
ERROR 1146 (42S02): Table 'michella_db.mt_user' doesn't exist
mysql> select * from mt_user;
ERROR 1146 (42S02): Table 'michella_db.mt_user' doesn't exist
mysql>