从现有转储加载mysql数据库中的数据时出现问题
问题描述:
我正在尝试将表加载到我在MYSQL YOG中创建的数据库中。
我使用以下命令,但无济于事。任何人都可以告诉我我哪里错了。
-h localhost -u root -p employee< C:/TempStorage/database/Employee.sql
以上命令在C:\ xampp \ mysql \ bin mysql.exe命令提示符下执行
I am trying to load tables into the database that I created in MYSQL YOG.
I am using the following command but to no avail. Can anybody enlighten me where ma I going wrong.
-h localhost -u root -p employee < C:/TempStorage/database/Employee.sql
The above command is executed in the C:\xampp\mysql\bin mysql.exe command prompt
答