Page 1 of 1

phpMyAdmin loaddata

Posted: Fri Dec 27, 2002 8:51 pm
by eggoz
My hosting company uses phpMyAdmin to let me host mysql databases. My problem is I am not able to use their page for importing a textfile in a database. They told me to import the text file onto the server and use mysqlimport command. But I don't understand how to use this command since thier is no command line to pass the command through. Can this be done though a webpage? If so, how can this be accomplished? Thanks in advanced.

Posted: Fri Dec 27, 2002 10:02 pm
by evilcoder
If you cant dump .sql files then you have to use manual "SQL IMPORT"

when your in the database you want, there will be a link that says

SQL

click that, then there should be a text fied. Just put your SQL commands in there and press ok, or Go, or whatever it is.