Top "Mysql-error-1064" questions

1064 means "syntax error" in MySQL.

ERROR 1064 (42000) 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-1064
MySQL Error #1133 - Can't find any matching row in the user table

Unable 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-1064
MySQl Error #1064

I keep getting this error: MySQL said: #1064 - You have an error in your SQL syntax; check the manual that …

mysql mysql-error-1064
Mysql: execute command denied to user ''@'localhost' for routine error

i got some problem during open my old website. My dataTable show: DataTables warning: JSON data from server could not …

mysql mysql-error-1064 privileges grant
How do I login as root on MySQL on OS X?

I'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-1064
Mysql function returning a value from a query

i want to create a function which calculates a value using a query and I am having a problem returning …

mysql function mysql-error-1064
Conditional NOT NULL case SQL

I am trying to calculate a field and I want it to behave differently depending on if one of the …

sql mysql null mysql-error-1064
SHOW TABLES statement with multiple LIKE values

mysql> SHOW TABLES like 'cms'; +-------------------------+ | Tables_in_tianyan (cms) | +-------------------------+ | cms | +-------------------------+ 1 row in set (0.00 sec) Result mysql&…

mysql sql mysql-error-1064
Alter table to give foreign key constraint

I have a table which has 2 columns which I copied from two different tables.What I want to do now …

mysql mysql-error-1064
sql error errno: 121

CREATE 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