alfa147x
Lifer
So im trying to set up wordpress on my Ubuntu Machine
I used this tutorial:
http://www.jonathanmoeller.com/screed/?p=932&cpage=1
twesh@ubuntu:/home$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 55
Server version: 5.0.83-0ubuntu3 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> CREATE DATABASE wordpress2;
Query OK, 1 row affected (0.08 sec)
mysql> CREATE USER wordpressuser2;
Query OK, 0 rows affected (0.07 sec)
mysql> SET PASSWORD FOR wordpressuser2 = PASSWORD(?password?);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?password?)' at line 1
mysql>
I can't figure out what i'm doing wrong! ugh
Any assistance is well appreciated
~Alfa
I used this tutorial:
http://www.jonathanmoeller.com/screed/?p=932&cpage=1
twesh@ubuntu:/home$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 55
Server version: 5.0.83-0ubuntu3 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> CREATE DATABASE wordpress2;
Query OK, 1 row affected (0.08 sec)
mysql> CREATE USER wordpressuser2;
Query OK, 0 rows affected (0.07 sec)
mysql> SET PASSWORD FOR wordpressuser2 = PASSWORD(?password?);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?password?)' at line 1
mysql>
I can't figure out what i'm doing wrong! ugh
Any assistance is well appreciated
~Alfa