![]() |
Mysql Password - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Mysql Password (/thread-1690.html) |
Mysql Password - scoutsniper - 11-02-2007 06:14 AM Hi,my situation is when i installing ispcp i need to put mysqlpassword but i mistake the pass how can i change the password when i try mysqladmin -u root password <Password> it return me this : mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' RE: Mysql Password - BeNe - 11-02-2007 06:33 AM Please check the Wiki --> http://www.isp-control.net/ispcp/wiki/howto_dbchangepw You already P.M. me... Greez BeNe RE: Mysql Password - scoutsniper - 11-02-2007 06:41 AM No result I want change general mysqlpassword not ispcp then ispcp ..... And this script i type my new password and in ispcp.conf is other why that? RE: Mysql Password - BeNe - 11-02-2007 06:48 AM Quote:error: 'Access denied for user 'root'@'localhost' (using password: NO)' Using password: NO ?? But you entered a Password ? Quote:And this script i type my new password and in ispcp.conf is other why that?How do you mean that ? The password is crypt. Greez BeNe RE: Mysql Password - scoutsniper - 11-02-2007 06:54 AM OOh LOl sry it's crypt .... RE: Mysql Password - joximu - 11-02-2007 09:42 AM mysqladmin -u root -p password <Password> you'll be asked the "old" root password... |