Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing .txt file through PhpMyAdmin

Status
Not open for further replies.

egmweb

Programmer
Mar 19, 2004
147
EU
Hello all.

I'm having problems trying to run a query into phpmyadmin.

The error:

There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:
----BEGIN CUT----
eNrtXU1z28ay3etXTKpuJUoVRRNfJKXUrXcVSXZUJcl8pmLXXT0PgREFG8Ag+JCjLO5/1fItvEhl
59XrnhmAAxIDg0xeEttaSAIx4AA43dN9TmMGOnvx4vmLI3JikRObXJxdHRH70Btb4rcNv8eTyd78
Go74sLd38nJ+RP5xHhyR/KcopVnOsmEULobpbTq4I/bQcYf2EL46GnlPRuMnzohY4yNvemRZJGLx
ITn7OSX/2Lu8n//3xRFxh6OhNT1Iir0f5y/I8/mAHD87u7oekJdncLZXYULOz8h4ONqbXR7DRQ3H
Q+cgjay92Q8zPGTwfI59OEOXvDq/urreuzi+enZEWHIQ5vxgOvUOD6w9caKDA7IHP6dlnIbJkgS0
oOSGZ6Sgi4iR1wGLef4aj9jbO7+an724JudX18+rBrL/Ogz+B7dfDwhs4u8iLMqIW2JHvFztsXEz


ETC.

MySQL said:

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's del Servidor, reiniciado y Apagado total del sistema y muchas


Please I need help urgent

Thanks all
 
Did you bother to look at what you posted? Do you note the image is not being translated properly?

Can you show us your actual query instead?

Are you trying to do something with an old version of mysql? for instance if you are doing a subquery before version 4.1 you will get the error you have listed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top