导出整个数据库
mysqldump -u 用户名 -p 数据库名 > 导出的文件名
mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql
怎么是
Your MySQL connection id is 6
Server version: 6.0.0-alpha-community-nt-debug MySQL Community Server (GPL)
mysql> mysqldump -u root -p jiudianguanli >jiudianguanli.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 'mysql
dump -u root -p jiudianguanli >jiudianguanli.sql' at line 1
mysqldump -u 用户名 -p 数据库名 > 导出的文件名
mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql
怎么是
Your MySQL connection id is 6
Server version: 6.0.0-alpha-community-nt-debug MySQL Community Server (GPL)
mysql> mysqldump -u root -p jiudianguanli >jiudianguanli.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 'mysql
dump -u root -p jiudianguanli >jiudianguanli.sql' at line 1