Export a database from MySQL when it is using the secure file privilege setting.

MySQL can be a pain to use when it is is running with the –secure-file-priv option and it cannot export a database to your home folder. But there is a way around this. Execute this query in MySQl. 4.4 Mon Aug 19 jason@Yog-Sothoth 0: $ mysql -uroot -p Enter password: Welcome to the MySQL monitor. … Read more