Enter password:
Welcome to the MySQL monitor. Commands end with; or \g.
Your MySQL connection id is 2 to server version: 5.0.6-beta-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use firm
Database changed
mysql> show tables;
+----------------+
| Tables_in_firm |
+----------------+
| catalogs |
| orders |
| products |
| t1 |
| t2 |
| users |
+----------------+
6 rows in set (0.00 sec)
mysql> select * from catalogs;
+------+------------+-------------+
| tel | id_catalog | name |
+------+------------+-------------+
| NULL | 3 | html |
| NULL | 4 | Cd-Rom |
| NULL | 5 | Motherboard |
| NULL | 6 | DVD-Rom |
| NULL | 7 | Speackers |
| NULL | 10 | Java |
| NULL | 11 | php5 |
| NULL | 12 | 0 |
| NULL | 13 | 0 |
+------+------------+-------------+
9 rows in set (0.00 sec)
mysql> aaa.sql;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'aaa.s
ql' at line 1
mysql>