PDA

View Full Version : Uploading an existing MySQL database?



Anonymous
10-14-2003, 12:24 PM
I got a dump of my database from www8/Ensim in prep to move to DA. But now what? I've created the database and user in DA, but can't figure out how to upload my database. Help?

Dan

Joe
10-14-2003, 01:01 PM
http://site-helper.com/mysql.html#phpmyadmin

phpMyAdmin is a tool written in PHP that allows you to administrate your MySQL databases. You can execute SQL statements, work with fields (add, edit, delete), work with tables (create, alter, drop), create additional databases, and much more. phpMyAdmin is intended for advanced users. Most PHP scripts will automatically setup the database for you, so you probably won't need to use phpMyAdmin..



phpMyAdmin can be accessed at http://www.yourdomain.com/phpMyAdmin

Anonymous
10-14-2003, 01:16 PM
I've looked at phpMyAdmin and its documentation, but I'm lost. In Ensim I was able to use Database-O-Matic and just click the "import a MySQL Dump file into a database." I can't figure out how to do that with DA/phpMyAdmin. Can you give me any further direction?

Dan

Anonymous
10-14-2003, 01:21 PM
Oh, ok, I got it. Importing a dump is a query.

Thanks anyway.

Dan