Linux下还原 数据库 代码:
1,创建一个空的数据库cddl mysql > create database cddl; Query OK, 1 row affected (0.00 sec)
2,还原数据库 [root@chicago mysqlsoftware]# cd /etc/rc.d/init.d [root@chicago mysqlsoftware]# cd /etc/rc.d/init.d [root@chicago init.d]# mysql -h 192.168.92.100 -uroot -ppassword cddl< /mysqlsoftware/cddl20140703.sql Warning: Using a password on the command line interface can be insecure.
Windows下还原数据库代码:
1,创建一个空的数据库mydb 2,run-->cmd->cd C:\Program Files\MySQL\MySQL Server 5.5\bin 3,mysql -h 192.168.92.100 -uroot -ppassword mydb< d:\cddl20140703.sql
查看更多关于MySQL在Windows和Linux下还原数据库 - mysql数据库栏目的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did4743