PDA

View Full Version : plesk -> DA


ewald
03-16-2004, 06:40 AM
I'm willing to make a plesk conversion tool to DA.

Can someboby send me a empty DA database dump or sql create scripts.

Thanks

ProWebUK
03-16-2004, 07:21 PM
DA uses a standard SQL dump from mysql, using this (im fairly sure..) command :


mysqldump -u username -p --add-drop-table --all --extended-insert --quick --no-create-db databasename > output_file.sql


Chris

icepick
02-19-2006, 10:04 PM
any luck with the conversion tool?