45
Hi everyone,
OK. I got the same problem initially and read through the forum about this but still could not get it to work and
my MySQL install works just fine and database can do
what it should just that install says still cannot
connect???.
Finally, I decided to look at the php.ini file in /etc/apache
in my linux and saw quite a number of blank items for mysql.
After filling them to match with my /etc/my.cnf, it works !!
They are:
mysql.default_port = 3306
mysql.default_socket = /tmp/mysql.sock
mysql.default_host = localhost
You shoud match whatever you have setup your MySQL with.
After changing this, you need to start apache
Now, I have gone forward and see a blank home page, which
I recall seeing someone having the same problem.
So, I am going to check that and see if a solution
has been posted in the forum.
Gan