1064 means "syntax error" in MySQL.
I have a problem when trying to connect to MySQL database using Windows OBDC driver. There are plenty of search …
odbc mysql-error-1064I 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-1064SELECT 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-1064I created a procedure that is supposed to do some operation but every time I call it, mysql comes out …
mysql mysql-error-1064I 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-1064I 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-tableI deployed my ASP.NET project on host but take this fail. I am trying to solve this issue for …
c# mysql asp.net security mysql-error-1064for import mysql database give me this error : $ `mysql -u user -p password zxc_db < zxc.sql` ERROR 1153 (08S01) …
mysql mysqldump mysql-error-1064I 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-1064I 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