Hi,
I am trying to install Webpanel on my server CeontOS 6.2 64-bit.
Mysql, PHP, HTTP etc already installed on my server.
I have used below commands to install.
1. wget
http://centos-webpanel.com/webpanel/main.php?dl=installer_04_64bit2. mv main.php?dl=installer_04_32bit installer
3. chmod +x installer
4. ./installer
But getting an error:- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
MySQL root password is invalid!!!
Check password and run this script again.
After this error when I have restarted localhost:2030 then I am getting login page but not able to login. For this I have just created a DB with name of webpanel but its blank DB and I have changed my DB root password in /etc/webpanel/panel/include/db_conn.php.
Can you please help on this to solve this problem.