[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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 phrase toggle line numbers was a SQL thing.  Lol.  Thanks to everybody who helped.  You must get this sort of thing sometimes.

Reply to: