ok, I got the permissions and user names all straightend out but I still can't import
I have been trying the "source" command. After uploading the sql dump to my server's var/www/html directory I then log in, navigate to that directory, then log into mysql and try this:
mysql> use mydatabase
mysql> source exported_db.sql
Sometimes it doesn't do anything. Other times it says it can't find the file. When it does find the file, it usally just spits back a few dozen lines like this:
ERROR:
Unknown command '\''.
ERROR:
Unknown command '\''.
ERROR:
Other times it only imports one command out of the thousands that the file contains.
????
- John