Jump to content

set mysql database password with phpmyadmin


php_guest

Recommended Posts

I have tried all the following sytax but still it gives me message it is wrong sytax:

-$ mysqladmin -u root password mypassword

-mysqladmin -u root password mypassword

-mysql -u root

mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mypassword');

 

Please what exactly should I wrote into phpmyadmin query field.

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.