sh 适用于Sequel Pro的mysqdump(OS X)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 适用于Sequel Pro的mysqdump(OS X)相关的知识,希望对你有一定的参考价值。

# Sequel Pro doesn't actually use mysqldump, both so that it can use the   
# current connection and report progress - so I can't give you the flags   
# to replicate the behaviour exactly! 

# However, based only on the big difference in the sizes of the files   
# (and assuming you're using 0.9.3), I would bet your discrepancies/ 
# errors are in areas using data from TEXT/BLOB (or spatial) fields; if   
#so, the option you're looking for is --hex-blob . 

mysqldump -uUSERNAME -pPassword --hex-blob DATABASENAME > file.sql

以上是关于sh 适用于Sequel Pro的mysqdump(OS X)的主要内容,如果未能解决你的问题,请参考以下文章

Mac 下Sequel pro切换database时,卡死问题

markdown 修复导入的SQL文件的Sequel Pro SQL编码错误

sequel pro无法连接mysql服务器

Sequel Pro 和 MySQL 连接失败

在 Sequel Pro 中禁用严格模式

sequel pro 中的循环和迭代入门