This is a discussion on Restoring a database within the Forum Management forums, part of the Webmaster Discussion category; I’m trying to restore a database for a phpbb forum. I cant do it through phpMyAdmin because it is too ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I’m trying to restore a database for a phpbb forum. I cant do it through phpMyAdmin because it is too large and times out. I’ve found a tool called bigdump.php and that seems to work but for one problem. If it encounters a fada on a letter in the database it stops, Then I have to edit the word in the database manually and try again. Anyone know of another tool like bigdump.php that can do this for me or is it something I’ll just have to work around. |
| |||||
| assuming it's MySQL that you're talking about, all you need to do is use the console-based "mysqldump" application to grab the dump, and "mysql" to install the dump. mysqldump -uusername -ppassword dbname -hhostname > dump.sql mysql -uusername -ppassword dbname -hhostname < dump.sql if you find there are timeout issues, then upload the file to the server, and either run the "mysql" line above yourself, or ask your ISP to run it, if you don't have ssh access. |
| ||||
| Thanks for the help guys, I was able to import it by changing the charset like rollo said. That bigdump.php turns out to be very handy for people like me who are not familiar with ssh Thanks again Rollo |
| Tags |
| database, restoring |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| recomend IP to Alpha2 and dialing code database | Frodo | Webmaster Discussion | 2 | 27-01-2007 02:40 PM |
| How many scripts on one database? | ButtermilkJack | Webmaster Discussion | 4 | 17-04-2006 02:13 PM |
| phpmyadmin database dump tutorial ? | phonexpo.net | Webmaster Discussion | 3 | 09-02-2006 09:38 PM |