Top "Mysql-error-1064" questions

1064 means "syntax error" in MySQL.

Error "mysqld dead but pid file exists"

I get the error "mysqld dead but pid file exists" I have a acache webclient running on EC2. With WordPress. …

mysql-error-1064
MySQL - How to diagnose cause of warning "Aborted connection - (Got timeout reading communication packets)"

I'm having some problems on our fairly busy Windows 2008 R2 web server, running MySQL. Applications are intermittently crashing, and logs …

mysql mysql-error-1064
MySql Cursor - Creating a procedure

i'm trying to create a cursor for the first time. I have looked at the documentation, i understand the concept, …

mysql cursor mysql-error-1064
How fix permanently: Job for mysql.service failed because the control process exited with error code

I am working with Ubuntu 18.04 and MySQL Server - 8.0.18 Suddenly today MySQL can't start anymore With the sudo service mysql …

mysql mysql-error-1064 mysql-8.0
Converting all text in a column to Camel Case in MySql

I was searching for a way to convert all the text which I have in a database to Camel Case / …

mysql function mysql-error-1064
Mysql2::Error: Table doesn't exist: SHOW FULL FIELDS FROM `sessions`

I just cloned an application from my developer and I want to set it up on my computer. I get …

mysql ruby-on-rails mysql-workbench mysql-error-1064
Imploded PHP integer array for Mysql NOT IN clause

I've been trying to use a PHP integer array for a MySQL query that uses the NOT IN clause, but …

php mysql mysql-error-1064
configuration of mysql server installation failed OR can't start the service

I'm installing mysql server 5.6 but when it comes to installing configuration it sucks on attempting to start service and when …

mysql mysql-error-1064
Errors with MySQL stored function creation ERROR 1064 & 1327

I am using MySQL v5.1.36 and I am trying to create a stored function using this code. DELIMITER // CREATE FUNCTION `…

sql mysql function mysql-error-1064 mysql-error-1327