root MySQL |
MySQL. , . . Debian GNU/Linux 4.0, Mysql 5.0.32.
, mysql . , :
:
/etc/init.d/mysql stop
(& - ):
mysqld_safe --skip-grant-tables &
root’ :
mysql -u root
:
UPDATE user SET Password=PASSWORD(" ") WHERE User='root';
FLUSH PRIVILEGES;
:
/etc/init.d/mysql stop
/etc/init.d/mysql start
:
mysql –defaults-file=/etc/mysql/debian.cnf
mysql .
. !
: | Linux/Unix Win* |