我刚刚通过 Windows 上的 Putty 登录了我的 EC2,然后我进入了我的 RDS 实例并进入了我创建的一个数据库。然后我尝试使用以下代码从我的机器导入 SQL 转储,这会导致错误。
mysql> source C:\Users\guru\Downloads\latest.sql;
ERROR:
Unknown command '\U'.
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 'source C:\Users' at line 1
ERROR:
Unknown command '\D'.
ERROR:
Unknown command '\l'.
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 'uru\Downloads\latest.sql' at line 1
该文件存在于我的 Windows 机器中。请帮我解决错误。