[Gambas-devel] Error on Gambas 3, Creating a new connection

Werner wdahn at ...604...
Wed Jul 22 16:57:30 CEST 2009


David Villalobos Cambronero wrote:
> Hi, I got this message:
>
> Access denied for user 'root'@'localhost' (using password: NO)
>
> And of course I'm writing the password in the password text.
>
> MySQL 5.1, Mandriva 2009.1 32Bits.
>
>  Regards
>
>
> --
> David
>   
MySQL tells you a root password has not been set. This is for mysql
root, _not_ the root user account.

To set the mysql root password type in a shell console:

mysqladmin -u root password MyPassWordHere

Regards

Werner





More information about the Devel mailing list