jt2377
10-13-2005, 06:52 AM
there is a error stated file can not be read.
how do i fix it?
how do i fix it?
![]() | View Full Version : problem with phpmyadmin and import .sql file jt2377 10-13-2005, 06:52 AM there is a error stated file can not be read. how do i fix it? glued2 10-14-2005, 04:53 PM You could manually check the file you are importing. The most common one I'veseen before now, is using reserved words as field names. Although it can be valid, the export must include quotes around those field names. I've had to manually tweak a file or two before now. There is an option to export with qotes in mysqldump (not sure about phpmyadmin), and from mysql 4.1 it's now the default with mysqldump. |