mysqldump
mysql master-slave-master-slave replication
I have two phisical servers. I copied some databases from server1 to server2 using command: server1$ mysqldump -u root -q -p --delete-master-logs --flush-logs --extended-insert --master-data=1 --sing[详细]
2023-02-06 01:49 分类:问答Exported databases have different sizes
If I export a database with phpmyadmin his size is 18MB If I expoert it from terminal using this command is size is only 11MB.[详细]
2023-02-03 13:51 分类:问答Mysqldump by date range or first X entries?
If I have a large database with hundreds of tables, and I only want to mysqldump the data from the first month, how would I do that?[详细]
2023-02-03 13:38 分类:问答mysql password is messing up my dump
ok so i need to do a mysqldump of a database and this is 开发者_StackOverflowwhat i have mysqldump -uroot -psdfas@N$pr!nT --databases app_pro > /srv/DUMPFILE.SQL[详细]
2023-02-02 11:27 分类:问答Issue with mysql backup in cron
I\'m just trying to perform a mysqldump and have it scheduled. I\'m using RHEL 5 and have added it to the crontab as shown below:[详细]
2023-02-02 08:24 分类:问答Php Script to check MySQL TABLE LOCK status
I use mysqldump for MySQL Backup. mysqldump --lock-tables.... The DB is about 2GB, hence mysqldump takes a long time.[详细]
2023-02-01 09:01 分类:问答Get line counts of INSERT's by tablename from mysqldump - awk, sed, grep
bash master needed... To compare mysqldumps from multiple dates, I need sql GROUP BY, ORDER BY functionality... but on the command line...[详细]
2023-01-31 07:51 分类:问答mysqldump option to include column names in first row
I\'m using mysqldump to dump all my tables to 开发者_C百科CSV files like so: mysqldump -u-p -t -TC:\\Temp--fields-terminated-by=,[详细]
2023-01-31 04:19 分类:问答ignore one table with mysqldump?
I have this big database (100+ tables and 30+ million rows) that is being a pain in the ass to import back from a full backup.[详细]
2023-01-30 07:28 分类:问答Mysql backup strategy
I was wondering whats the best way to backup MySQL (v5.1.x) data - creating mysql data dir archive use mysqldump[详细]
2023-01-29 19:03 分类:问答