Thomas P
Thu 17th Aug '06, 9:55am
Hello,
we are moving servers to get more CPU power, we have a P4 3.0Ghz and are about to move to an Opteron 175 DualCore. :cool:
Problem is that we have to downgrade our db from MySQL 4.1.14 to MySQL 4.0.25.
So afaik we have to use the following syntax to dump the db:
mysqldump --skip-opt --compatible=mysql40 --add-drop-table -hlocalhost -uXY -pPWD dbname > dbname.sql
But this seems to blow up the db size from ~600MB to ~1GB.
Is there any other way which doesn't generate this much overhead?
How can I reduce the db size to get the original size?
Thanks,
-Tom
we are moving servers to get more CPU power, we have a P4 3.0Ghz and are about to move to an Opteron 175 DualCore. :cool:
Problem is that we have to downgrade our db from MySQL 4.1.14 to MySQL 4.0.25.
So afaik we have to use the following syntax to dump the db:
mysqldump --skip-opt --compatible=mysql40 --add-drop-table -hlocalhost -uXY -pPWD dbname > dbname.sql
But this seems to blow up the db size from ~600MB to ~1GB.
Is there any other way which doesn't generate this much overhead?
How can I reduce the db size to get the original size?
Thanks,
-Tom