1064 means "syntax error" in MySQL.
I am trying to populate a new MySQL empty database with a db dump created from MS SQL Azure database, …
mysql azure mysql-error-1064Unable to set password for a user using 3.5.2.2 - phpMyAdmin for 5.5.27 - MySQL. When trying to set the password while …
mysql phpmyadmin mysql-error-1064I keep getting this error: MySQL said: #1064 - You have an error in your SQL syntax; check the manual that …
mysql mysql-error-1064i got some problem during open my old website. My dataTable show: DataTables warning: JSON data from server could not …
mysql mysql-error-1064 privileges grantI've just set up MySQL on my computer (OS X 10.7), and it seems to be working, judging by the "mysqld" …
mysql macos osx-lion mysql-error-1064i want to create a function which calculates a value using a query and I am having a problem returning …
mysql function mysql-error-1064I am trying to calculate a field and I want it to behave differently depending on if one of the …
sql mysql null mysql-error-1064mysql> SHOW TABLES like 'cms'; +-------------------------+ | Tables_in_tianyan (cms) | +-------------------------+ | cms | +-------------------------+ 1 row in set (0.00 sec) Result mysql&…
mysql sql mysql-error-1064I have a table which has 2 columns which I copied from two different tables.What I want to do now …
mysql mysql-error-1064CREATE TABLE `users` ( `UID` INT UNSIGNED NOT NULL AUTO_INCREMENT , `username` VARCHAR(45) NOT NULL , `password` VARCHAR(100) NULL , `name` VARCHAR(100) NULL , `…
mysql sql mysql-error-1064 mysql-error-1005