Category: MySQL

MySQL常用脚本

常用功能脚本 1.导出整个数据库   mysqldump -u 用户名 -p –default-character-set=latin1 数据库名 > 导出的文件名(数据库默认编码是latin1...