1064 means "syntax error" in MySQL.
I have a csv file, a big one, 30 000 rows. I've tried to import it using LOAD file etc.. from the …
mysql csv import phpmyadmin mysql-error-1064I want to retrieve the last 3 registered users in cakephp using the field created in table Users. In my controller …
mysql cakephp mysql-error-1064I'm getting a 1064 error when trying to call a stored function from within a stored procedure. It only happens on …
sql mysql stored-procedures mysql-error-1064 stored-functionsI have a table that describes like this: mysql> describe easy_table; +---------------------+--------------+------+-----+---------+----------------+ | Field | …
mysql sql mysql-error-1064I am running MySQL in Ubuntu. I getting this error while running specific set of queries. The MySQL server is …
php mysql mysql-error-1064I am confused. From references I have seen online, the command to execute a text file script is this: mysql&…
mysql mysql-error-1064 sql-scriptsI am trying to create 2 tables in the same MySQL database with a PHP-script: table 'user' with primary key 'user_…
mysql sql database mysql-error-1064I am getting this error: You have an error in your SQL syntax; check the manual that corresponds to your …
php mysql mysql-error-1064I want to add mysql function: CREATE FUNCTION `chf_get_translation`(translation_id INT, site_lang INT) RETURNS text CHARSET …
mysql mysql-error-1064 create-functionThe error message I got: You have an error in your SQL syntax; check the manual that corresponds to your …
php mysql syntax syntax-error mysql-error-1064