摘要:
phpMyAdmin-3.5.5-all-languages实现步骤:1、打开“路径/phpmyadmin/libraries/config.default.php”,查找相关项并修改为以下内容:$cfg['blowfish_secret'] = 'xcxc'; //[87] 密码短语$cfg['Servers'][$i]['port'] = $_COOKIE["mysqlport"]; //[115] 端口号$cfg['Servers'][$i]['host'] = $_COO 阅读全文
posted @ 2013-01-30 15:52
神马和浮云
阅读(5949)
评论(0)
推荐(0)
摘要:
MySQL数据库使用命令行备份|MySQL数据库备份命令例如:数据库地址:127.0.0.1数据库用户名:root数据库密码:pass数据库名称:myweb备份数据库到D盘跟目录mysqldump -h127.0.0.1 -uroot -ppass myweb > d:/backupfile.sql备份到当前目录 备份MySQL数据库为带删除表的格式,能够让该备份覆盖已有数据库而不需要手动删除原有数据库mysqldump --add-drop-table -h127.0.0.1 -uroot -ppass myweb > backupfile.sql直接将MySQL数据库压缩备份 阅读全文
posted @ 2013-01-30 13:32
神马和浮云
阅读(62745)
评论(1)
推荐(8)

浙公网安备 33010602011771号