This script will convert all data in your MySQL database into the fast text file format that phpGraphy 0.9.8+ uses.

Be sure to have all your MySQL parameters set up correctly in the config.inc.php file.

To launch the conversion, click here.


If there is some open files errors above, you'd better check file permissions of your pictures and data dirs.
Just make sure that the httpd user/group is able to read and write in those directories.

Otherwise, Now you can modify config.inc.php file so it looks like:
//$database_type="mysql";
$database_type="file";

And everything should works fine :)