Код |
---|
C:\Program Files\MySQL\MySQL Server 4.1\bin>mysql -u root -p Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 25 to server version: 4.1.12a-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> SET PASSWORD FOR 'root'@'localhost'=OLD_PASSWORD('tikkun'); Query OK, 0 rows affected (0.00 sec) mysql> quit Bye C:\Program Files\MySQL\MySQL Server 4.1\bin> |