Database Thingy

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Database Thingy

Post 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?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Why not just setup phpmyadmin, just download unzip and follow the install and configuration instructions.

http://www.phpmyadmin.net/

Mac
User avatar
llimllib
Moderator
Posts: 466
Joined: Mon Jul 01, 2002 2:19 pm
Location: Baltimore, MD

Post by llimllib »

Or, if you have shell access:

Code: Select all

#mysqldump -u username -p password dbName > databaseBackup.sql
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post 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.
Post Reply