I am using phpmyadmin to import the dump schema of one database, but in the middle of the import process, a message says that I have an error my SQL syntax near ... (information about the record)
I 've looked in the recored and discoverd it has an aphostrope (') together with a string. But, what I can't understand is why mysql accepted that using php INSERT script if when I try to insert using phpmyadmin it simply refuses to do it. Anyway, mysql shouldn't accept any type of character???? If it accepts to write why it just don't read back that??
I 've looked in the recored and discoverd it has an aphostrope (') together with a string. But, what I can't understand is why mysql accepted that using php INSERT script if when I try to insert using phpmyadmin it simply refuses to do it. Anyway, mysql shouldn't accept any type of character???? If it accepts to write why it just don't read back that??