
May 9th, 2000, 07:06 PM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Zeit:
I lease web space from a company that does not support Mysql, but allows me to install it in my web space. When I execute a perl script which calls Mysql, it calls the default Mysql server, not mine. How do I work around this? I'm using DBI to make the call - do I need to install that module pointing to my Mysql server?
Also, after my install the other night, I was able to login to the mysql prompt and create my tables, but today I can't, I get theis error:
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
(111)
Thanks in advance for any advice!![/quote]
well you schould call mysql using an option like --socket=/dir/where/your/socket/is
|