someone sent me an SQL file. it is supposed to create a table and import a lot of large text fields into it.
running the sql file seems fine...
mysql database < file.sql
no errors come up or anything...should they?
at any rate, when i try to view the table in phpMyAdmin, it says 'page cannot be displayed'...like it can't find the page or something.
i think the problem has something to do with either line returns or quotes in the text fields in the data. all data is single quoted (') and any single quote that occurs within a data field is backslashed (\').
I can't seem to get to the bottom of this problem. If anyone has any advice about importing complex text data, i would greatly appreciate it.