Top "Mysql-error-1064" questions

1064 means "syntax error" in MySQL.

Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)

I have a problem when trying to connect to MySQL database using Windows OBDC driver. There are plenty of search …

odbc mysql-error-1064
apache mysql - "packets out of order" on 3306

I just did a fresh install of Apache server 2.2. Everything works. When I go to localhost I get: "It Works!" …

mysql apache mysql-error-1064
Why does MySQL report a syntax error on FULL OUTER JOIN?

SELECT airline, airports.icao_code, continent, country, province, city, website FROM airlines FULL OUTER JOIN airports ON airlines.iaco_code = …

php mysql sql join mysql-error-1064
Error Code: 1064 in mysql

I created a procedure that is supposed to do some operation but every time I call it, mysql comes out …

mysql mysql-error-1064
MySQL pid ended (cannot start mysql)

I have a clean install of MySQL (mysql-5.5.24-osx10.6-x86_64). I am on Lion (OS 10.7.4) with a Mac Pro Quad …

mysql database macos mysql-error-1064
Alter multiple columns in a single statement

I am using a query to alter the charset of a column ALTER TABLE `media_value_report` CHANGE `index_page_…

mysql sql mysql-error-1064 alter-table
error mysql : Got a packet bigger than 'max_allowed_packet' bytes

for import mysql database give me this error : $ `mysql -u user -p password zxc_db < zxc.sql` ERROR 1153 (08S01) …

mysql mysqldump mysql-error-1064
mysql_error() not displaying an error

I am trying to debug my code but mysql_error() isn't displaying anything. I know there is something wrong, because …

php mysql syntax-error mysql-error-1064
Mysql Can't create/write to file error#13

I had created a Django view which is returning some data after reading from MySql DB.When i try and …

mysql django mysql-error-1064 mysql-python