Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread Nate Homier
A ha, line numbers! Toggle line numbers 1 CREATE DATABASE wordpress; 2 GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER 3 ON wordpress.* 4 TO wordpress@localhost 5 IDENTIFIED BY 'NaTe1973J15!'; 6 FLUSH PRIVILEGES; ​ Now that is very obvious once you know it. I thought the phr

Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread Kushal Kumaran
Nate Homier writes: > I followed the Debian wiki for Wordpress. I got to the part about > > cat ~/wp.sql | mysql --defaults-extra-file=/etc/mysql/debian.cnf > > And boom, error! > > Error is; 1064 (42000) at line 1: > > you have an error in your SQL syntax > > 1 CREATE DATABASE wordpress' at lin

Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 03, 2016 at 11:46:16PM -0700, Nate Homier wrote: > I followed the Debian wiki for Wordpress. I got to the part about > > cat ~/wp.sql | mysql --defaults-extra-file=/etc/mysql/debian.cnf Can you show us the file "wp.sql" you used? My gue

Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-03 Thread Nate Homier
I followed the Debian wiki for Wordpress. I got to the part about cat ~/wp.sql | mysql --defaults-extra-file=/etc/mysql/debian.cnf And boom, error! Error is; 1064 (42000) at line 1: you have an error in your SQL syntax 1 CREATE DATABASE wordpress' at line 1 I am running latest version of Deb