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 via email to