|
|
|
|
|
|
![]() |
#10 | |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
Quote:
If phpmyadmin, you can backup the database and restore it specifically. Log in, select the database, Export (or backup depending on the version), Select all, hit go. it will then chug for a few minutes, then you should get a 'save file' dialog box. Save it, import it on the other side. If you have ssh access, you can use mysqldump to do the same thing. mysqldump -u username -p -q databasename > file.sql download file.sql Once you get it to the other side, you can import it either through mysql/ssh or phpmyadmin. Or, we can figure out why the import didn't work. Its possible that their import routine uses /usr/bin/mysql and the path for mysql might be different on the machine, i.e. /usr/local/bin/mysql or something.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|