Estou com problema para importar o arquivo baixado, solicito ajuda com este erro:
mysql> DESC COMPRAS;
+-------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| valor | double | YES | | NULL | |
| data | date | YES | | NULL | |
| descricao | varchar(255) | YES | | NULL | |
| observacoes | varchar(255) | YES | | NULL | |
| recebido | tinyint(1) | YES | | NULL | |
+-------------+--------------+------+-----+---------+----------------+
6 rows in set (0.00 sec)
mysql> select * from COMPRAS;
Empty set (0.00 sec)
mysql> mysql -u root -p controle_compras < cap2.sql
-> select * from COMPRAS;
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 'mysql -u root -p controle_compras < cap2.sql
select * from COMPRAS' at line 1
mysql>