Hi Monks,
Here is my problem. If I try to establish a connection with a MySql database, and for some reason it cannot connect I get an error message like:
DBI connect(':','root',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at ./install.bin line 100
What I need is, for example, first to check if a connection is
possible, so I can make sure this message will not uppear and I can try to connect to an other mysql server!
Thanks a lot monks
Luca