Mysql root password
Posted by: ambi212009 (---.msy.bellsouth.net)
Date: October 03, 2011 01:23AM

Hi

How do you set a root password after you have installed wamp?

Options: ReplyQuote
Re: Mysql root password
Posted by: amisalabir (180.149.3.---)
Date: October 04, 2011 08:57AM

Open phpmyadmin click Privileges on main menu, set root password or your username with password.

or,

root password using MySQL console

open console hit enter

mysql>
mysql>update mysql.user SET password=password("newpassword"winking smiley hit enter
mysql>where user="root"; hit enter
Query OK


mysql>Flush Privileges; hit enter
Query OK
mysql>quit hit enter
mysql>bye

Options: ReplyQuote
Re: Mysql root password
Posted by: yfastud (Moderator)
Date: October 08, 2011 04:43PM

You should set Backup right after set WAMP successful so you can restore if having issue
To setup Backup, follow this
[blog.jlbn.net]

To setup Password, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Mysql root password
Posted by: ambi212009 (---.msy.bellsouth.net)
Date: October 14, 2011 06:01AM

ok thx

Options: ReplyQuote


Sorry, only registered users may post in this forum.