Top "Mysql-error-1064" questions

1064 means "syntax error" in MySQL.

Table 'performance_schema.session_variables' doesn't exist

I m new at using MySql data base, i have downloaded EasyPHP-Devserver-16.1, when I run my server to update my …

mysql spring mysql-error-1064
How to create and execute procedures in MySQL workbench

I created a Spatial table Points using SQL Editor in MySQL workbench. To fill this table, the following is the …

mysql mysql-error-1064
MySQL: ERROR 1142 (42000) and ERROR 1064 (42000)

I'm using windows 7. I've downloaded mysql-5.5.16-win32.zip and installed it. I started MySQL server successfully, but I get this …

mysql mysql-error-1064 mysql-error-1142
MySQL stored function with nested IF... END IF, error in syntax, right syntax to use near ''

I have a function that I currently use in PHP which compiles a mailing address from separate fields but takes …

mysql mysql-error-1064 stored-functions create-function
No operations allowed after statement closed

I am getting the Exception with the signature No operations allowed after statement closed. inside my Java code where I …

java mysql mysql-error-1064
MySQL Error #1064

Running this SWL query keeps returning: #1064 - You have an error in your SQL syntax; check the manual that corresponds …

sql mysql mysql-error-1064
Using Cursor in a Loop of a stored procedure

So as to use cursors dynamically using MySQL is it possible to declare a cursor in a loop of a …

mysql stored-procedures loops cursor mysql-error-1064
mysql query - contains?

how can i search for a particular string in mysql? I tried using contains- gives me error: SELECT r.name , …

sql mysql database full-text-search mysql-error-1064
Error when using else if in sql trigger

I am not sure whats wrong with my code. delimiter $$ CREATE TRIGGER updateRestaurantAtributes AFTER UPDATE ON fields_data FOR EACH …

mysql mysql-error-1064
How can I import an sqlite database to phpMyAdmin?

I have a sqlite database. I have tried to export that database and import it to phpMyAdmin in SQL format …

sqlite phpmyadmin mysql-error-1064