pornost4r,
Wednesday, July 17, 2002, 4:45:18 PM, you wrote:

p> i have a simple question. how can i change mysql root password? if i
p> change it using winmysqladmin.exe, and changing it in my.ini, nothing
p> happens. i can change passwords using phpmyadmin, but i would like to
p> change it without it.

Something like that:

UPDATE TABLE user SET password=password('new_password')
       WHERE user='root' AND host='host';




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to