Page 1 of 1

Database Thingy

Posted: Wed Jul 31, 2002 9:33 am
by Dale
Right my current host Unrealism gave me a database but the problem is there isnt a page that i can view the database like a phpmyadmin page.... but i have a forum runnnig on that database and i need to download the whole of the database but how do i? When i dont have a phpmyadmin set up?

Posted: Wed Jul 31, 2002 9:37 am
by twigletmac
Why not just setup phpmyadmin, just download unzip and follow the install and configuration instructions.

http://www.phpmyadmin.net/

Mac

Posted: Wed Jul 31, 2002 10:01 am
by llimllib
Or, if you have shell access:

Code: Select all

#mysqldump -u username -p password dbName > databaseBackup.sql

Posted: Wed Jul 31, 2002 10:21 am
by Dale
twigletmac wrote:Why not just setup phpmyadmin, just download unzip and follow the install and configuration instructions.

http://www.phpmyadmin.net/

Mac
I'll try that.