Tuesday 23 May 2006 5:07:12 am
No, there are no settings in that file.
I think it is a port/socket problem. If i start
netstat -a
ther is no mysql service. I run a vserver from 1&1 with plesk and if i look at the database-server info from plesk i see:
Host name or IP address * localhost
Port number (local connection)
Database server type MySQL
Use this server as default for MySQL Yes
so there is no port number.
As i know i can use for the MySQL server communication port 3306 or unix socket. I now tried to connect the mysql server via socket.
So i edit the site.ini.append.php. it now looks like
[DatabaseSettings]
DatabaseImplementation=ezmysql
Server=localhost
User=*****
Password=*****
Database=ez_publish
Charset=
Socket=enabled
SQLOutput=enabled
Now i don't get that blank page, but a page with a error message:
Connection error: Couldn't connect to database. Please try again later or inform the system administrator.
Can't connect to local MySQL server through socket 'enabled' (2)
any idea?
|