Hello all,
I use DA control panel to create database, success.
When I open phpmyadmin to connect using database username and password, it said wrong password, I try connect using root and da_admin user and password, still cannot connect.
I search KB and found this http://help.directadmin.com/item.php?id=45, but when i follow step 2, it look weird.
[root@server ~]# service mysqld stop
Shutting down MySQL. [ OK ]
[root@server ~]# mysqld_safe --skip-grant-tables & use mysql
[1] 3092
-bash: use: command not found
[root@server ~]# Starting mysqld daemon with databases from /var/lib/mysql
[root@server ~]# UPDATE user SET password=PASSWORD('123qweasdzxc') WHERE user='root';
-bash: syntax error near unexpected token `('
[root@server ~]#
then i surf forum and found this http://directadmin.com/forum/showthread.php?t=24417
i try follow this step and success connect from command line ....
what next should i do ???
blank already ....
I use DA control panel to create database, success.
When I open phpmyadmin to connect using database username and password, it said wrong password, I try connect using root and da_admin user and password, still cannot connect.
I search KB and found this http://help.directadmin.com/item.php?id=45, but when i follow step 2, it look weird.
[root@server ~]# service mysqld stop
Shutting down MySQL. [ OK ]
[root@server ~]# mysqld_safe --skip-grant-tables & use mysql
[1] 3092
-bash: use: command not found
[root@server ~]# Starting mysqld daemon with databases from /var/lib/mysql
[root@server ~]# UPDATE user SET password=PASSWORD('123qweasdzxc') WHERE user='root';
-bash: syntax error near unexpected token `('
[root@server ~]#
then i surf forum and found this http://directadmin.com/forum/showthread.php?t=24417
i try follow this step and success connect from command line ....
what next should i do ???
blank already ....