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 cddlWarning: 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
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号