On 8/18/07, <b class="gmail_sendername">Twaha Daudi</b> <<a href="mailto:tdmlwilo@yahoo.com">tdmlwilo@yahoo.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all,<br>Good day<br>Mysql still  not working,.I have not set the password but cant login,getting this error<br><br><span style="font-style: italic; font-weight: bold;">root@NGiveupLaptop:~# mysql -u root</span><br style="font-style: italic; font-weight: bold;">
<span style="font-style: italic; font-weight: bold;">ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)</span><br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">
root@NGiveupLaptop:~# netstat -tap | grep mysql</span><br style="font-style: italic; font-weight: bold;"><span style="font-style: italic; font-weight: bold;">tcp        0      0 localhost:mysql         *:*                     LISTEN    
 4909/mysqld   <br><br>it is listening on port 4909 instead of 3360.<br>Please any help I will appreciate<br><span class="ad"></span></span><span class="ad"><br><p> 
      </p><hr size="1"></span></blockquote><div><br>Hello,<br><br>If this is the first time you are attempting to access MySQL then the reason the above command does not work for you is because no MySQL root password has been set yet. To log into MySQL for the first time do:-
<br><br><span style="font-weight: bold;">sudo mysql</span><br><br>Now you are in the MySQL application you can now set your MySQL root password. Do this by issuing:-<br><br><span style="font-weight: bold;">SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourPassword');
</span><br><br>the quit MySQL with:-<br><br><span style="font-weight: bold;"> \q</span><br><br>Now try logging into MySQL as the root user using the password created in the previous step:-<br><br><span style="font-weight: bold;">
mysql -u root -p</span><br><br>Regards<br><br>Lee Tambiah<br> </div>ubuntu-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com
</a><br>Modify settings or unsubscribe at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br></div>