vfx-xserve:~ root# mysql -u root -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 20674Server version: 4.1.22-standardType 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> show databases ;+----------+| Database |+----------+| 170qube | | 171qube | | 173qube | | 180qube | | 181qube | | 182qube | | 183qube | | 184qube | | 185qube | | 186qube | | 187qube | | 188qube | | 189qube | | 190qube | | 191qube | | mysql | | qube | | test | +----------+18 rows in set (0.00 sec)
mysql> select table_schema, table_name from information_schema.tables where table_name like "21820%" ;ERROR 1146 (42S02): Table 'information_schema.tables' doesn't exist