Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
loccom Posted January 25, 2016 Posted January 25, 2016 Hi On verison 3.4 i used to dump the db every day using the following example mysqldump -uuser -pXXXXXX Table | gzip > /home/XXXX.gz But since updating the to v4 I am getting locked tables while it is duming the database. Anyone know of a safe way to dump the db without locking and is safe?
Ioannis D Posted April 6, 2017 Posted April 6, 2017 I usually use this command to export my database: mysqldump -u [username] -p [database name] > [database name].sql or with phpMyAdmin or with Adminer or with SQL Buddy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.