Forum Moderators: coopster

Message Too Old, No Replies

Phpmyadmin - how to import sql dump

         

djtaverner

3:11 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



Hello,

How do I import a mysql dump into phpmyadmin

Dave

volatilegx

3:32 pm on Mar 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This can be problematic if the dump is very large. I always prefer to do it via the command line.

Timotheos

4:12 pm on Mar 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I hope this is the same. I'm running phpMyAdmin 2.5.4

Select the database you want to import into. Select the SQL tab. You can run SQL statements from here but there should be a box below that one which says "Or Location of the textfile:" and a 'Browse' button next to it. Get the location of your sql dump text file into there and click on "Go". That should do it.