Question : I am trying to migrate from a MySQL AWS RDS instance with a huge SSD and too much […]
Tag: mysqldump
Is there a system wide way to change MariaDB to create tables using ROW_FORMAT = DYNAMIC
Question : I’ve got a 700MB dump file from a mysql database that I was trying to undump into a […]
mysqldump very slow [closed]
Question : Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? […]
(Partially) clone a huge DB for DEV purposes
Question : I want to setup a dev and test environment for website that has a huge MySQL database. Since […]
mysqldump stuck at connecting to localhost
Question : System Info: mySQL version: Ver 8.0.27 for Win64 on x86_64 (MySQL Community Server – GPL) windows 10 version: […]
Batch query a lot of MySQLdump files
Question : I have a website for an event. I set up a cron job to back up the database […]
Database table data transfer between different servers using bcp.exe and mysqldump
Question : I have 2 servers, both are exact clones of another, one is PRODUCTION live use and the other […]
mysqlbinlog failing with ” ERROR 1032 (HY000) at line 48: Can’t find record in “ ” Error
Question : I am facing some issue with PITR restore using mysqlbinlog . It is failing with the following error […]
Use mysqldump to backup table with a new table name
Question : Is there a way to back up a table using mysqldump so the table that is being backed […]
MySQL Unique Key Limit
Question : I have been given a database dump that I am trying to rebuild. When I import I get […]