Hi there...
I have installed WAMP and am in the process of setting up accounts with MYSQL. I have opened the console via WMAP. I did the following:
Create database joomla;
Create user joomla_user;
SET PASSWORD FOR 'joomla_user'@'localhost'= PASSWORD('joomla';
Each line was accepted ok until the last one where I tried to set the password, where the following appeared...
ERROR 1133 (42000) Can't find any matching row in the user table
.
I went to MySQl help pages with no luck. Do you have any udeas.
Setting up Joomla again....MySQL question






