From: Yves <yme...@pe...> - 2005-02-17 11:05:03
|
From a mail from Ben on per...@li...... Could anybody test the following, and also write a procedure to save/rest= ore data from a mysql (and postgresql for those who use PG) database server ? For MySQL-4.0.X or MySQL-4.1.X. Both would even be better :) We would be pleased to put that document on the Wiki.perfparse.org. Please tell us if you can do this for the perfparse project, Yves > > Comment about MySQL 4.1.x > > Not tested, but I have no reason to believe PP will not work on this > version. There are no compatibility issues with the code we run. > > However upgrading from 4.0.x and older, to 4.1.x is another questions. > If you want to do this, you will have to dump all your data, upgrade > MySQL, then reimport your data. > > If you dump, please remember to add to the top of the dump script: > > SET FOREIGN_KEY_CHECKS =3D 0; > > And at the bottom: > > SET FOREIGN_KEY_CHECKS =3D 1; > > I hope this is of use to somebody. > > Ben > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://www.perfparse.org/ - |