Forgot MYSQL password root

I have VPS openSUSE 12.2

I forgot MYSQL password root
when i run in CMD:

> mysql 
Error Message Show :
>>  ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

If you want the mysql command to ask for a password, use the -p option

# mysql -p
Enter password: Type the password here
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1809
Server version: 5.1.69 Source distribution

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

thank you but I forgot my mysql root Password

Ah, ok. Have a look at http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html

Yes , I look at this site
<< Resetting the Root Password: Unix Systems >>
thank you for your Support

Does it solve your problem?

:(:(:frowning: