Monday 06 February 2006 8:16:51 pm
Using:
eZ Publish 3.7.3
Linux Redhat
Apache/2.0.52 (Fedora)
mysql ver 11.18 php 4.3.11 I am having trouble with the database initialization while running the installation wizard. At the system check I ignored two error messages: 1. allow_url_fopen ini setting is disabled
2. AcceptPathInfo disabled or running in CGI mode (the webmaster on the shared host said he enabled AcceptPathInfo in the Apache config file.) I have had a couple false starts with the installation. The first time through it accepted my database initialization. The wizard seemed to be nearly complete then it screwed up at the end. Starting again, the installation proceeded until I got to the Database initialization. I entered the host, username and password, but this time I got an error message: "The database would not accept the connection, please review your settings and try again." I am able to login and access the database with phpMyAdmin and through a shell account, but using the wizard the database won't accept the connection.
I tried manually initializing the database following the instructions here: http://ez.no/doc/ez_publish/technical_manual/3_6/installation/manual_installation/manual_configuration_of_ez_publish A clean eZ publish database was created using the SQL scripts: "kernel_schema" and "cleandata". Still, the database won't connect through the wizard. I tried the password change that was recommended using: update password for root@domain = old_password("yourpassword");
for
server: localhost
user: george pasword: banana
I wrote:
update password for george@localhost = old_password("banana"); but I get a syntax error that reads "syntax error near unexpected token "(" Any help is appreciated. Thanks.
|