Importing MySQL Database

Status
Not open for further replies.

TMichael

New Member
Messages
7
Reaction score
0
Points
0
I've read through other posts about exporting from a local MySQL database and importing via phpMyAdmin, but so far I've had no success.

Specifically, I'm not sure how to export my data in the correct format. So far, I've executed this command for each of my tables:

SELECT * into outfile "foobar.txt" from table
which successfully created text files for each table. However, when I try to import any of those files into the database I created here, I get the following error:

Fatal error: Cannot use string offset as an array in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/sqlparser.lib.php on line 1021.
Any help would be greatly appreciated!

Thanks,
Tim
 
Last edited:
Status
Not open for further replies.
Top