some issues to mount the drive into linux (15TB disk) due to filesystem issues
im trying to create the db on linux using dump and make the linux replica of the windows
how should i run the mysqldump?
mysqldump --quick --single-transaction --skip-lock-tables --all-databases --master-data | gzip -1 > /root/all.sql.gz ??
I cannot stop the source on windows because it's production
1. Which version is MySQL? 2. What is the total database size on MySQL? How big is each database? Can you show the size of all databases and the size of each database? 3. How much disk space does Windows have for the MySQL database? 4. How much data is added every day in GB? 5. Logbin enabled? 6. How mode logbin?
if its production how you want to make a consistent copy?
it's mysql 5.6.28-log bin log is enabled , format = mixed (but i have another copy with ROW) regard daily growth im not sure to be honest
Yes it's production.
Обсуждают сегодня