![]() |
|
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| MySQL MySQL talk |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Changing MySQL root passwd :–
# /etc/rc.d/init.d/mysqld stop # /usr/bin/safe_mysqld –skip-grant-tables # mysql -u root mysql> use mysql; mysql> update user set Password = PASSWORD(’98f738d’) where User =’root’; mysql> exit # /etc/rc.d/init.d/mysqld stop # /etc/rc.d/init.d/mysqld start credit http://blog.sgugal.com/category/mysql/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|