Hello,
my mysql root password not working, when i want to use: http://help.directadmin.com/item.php?id=45 . i got a below problem:
can someone help me? thank you
my mysql root password not working, when i want to use: http://help.directadmin.com/item.php?id=45 . i got a below problem:
PHP:
[root@web ~]# mysqld_safe --skip-grant-tables &
[1] 18358
[root@web ~]# A mysqld process already exists
UPDATE mysql.user SET password=PASSWORD('newpass') WHERE user='root';
-bash: syntax error near unexpected token `('
[1]+ Exit 1 mysqld_safe --skip-grant-tables
can someone help me? thank you