mysql question
Posted: Wed Jun 08, 2005 6:23 pm
is it possible to change your mysql password thing from the MySQL command line client thing?
if so, how?
thanks,
matt
if so, how?
thanks,
matt
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
mysql -u root -h localhost -p yourpassword;Code: Select all
UPDATE user SET password=password('newpass') WHERE user='yourusername';Code: Select all
flush privileges;now the whole world knowsmethod_man wrote:search binary translator on google
binary wrote: i eat burritos like heat melts butter