Database Thingy
Moderator: General Moderators
Database Thingy
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?
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Why not just setup phpmyadmin, just download unzip and follow the install and configuration instructions.
http://www.phpmyadmin.net/
Mac
http://www.phpmyadmin.net/
Mac
Or, if you have shell access:
Code: Select all
#mysqldump -u username -p password dbName > databaseBackup.sqlI'll try that.twigletmac wrote:Why not just setup phpmyadmin, just download unzip and follow the install and configuration instructions.
http://www.phpmyadmin.net/
Mac