Forums / Install & configuration / installation failed
Martin Ulrich
Saturday 10 December 2005 11:07:24 am
I do a new installation 3.7.2 with php 4.4.1 mysql-4.0.18-32.13
Run through the wizzard without any errors.
But if I call User site or Admin site at the end: totally blank screen - nothing.
error.log:
[ Dec 10 2005 19:38:57 ] [xxx.xxx.] Connection error: Couldn't connect to database. Please try again later or inform the system administrator.Access denied for user: 'root@localhost' (Using password: NO)
mmh:)
_______________________ http://artenic.de ARTENIC - Publishing mit allen Mitteln!
Gurudutt Verma
Sunday 11 December 2005 9:14:23 am
See here
http://ez.no/community/forum/install_configuration/localhost_and_database_initialization_problem/re_localhost_and_database_initialization_problem
Try following on sql prompt with your password.
update password for root@domain = old_password("yourpassword");
Tuesday 13 December 2005 12:46:43 pm
thank You!
unfortunately it does not work. I am on a VPS Server with Plesk. Get an error if I type that line in mysql console. mmh.will see what I can do