Gary V wrote:
>> On Sat, 2006-06-03 at 00:08 +0000, "Gary
V" wrote:
>>> Worth a try. Exactly what error message(s) are
you getting?
>> PEAR: B
FAILED: Could not connect to database. Check the
>> mysql://maia:password tcp(localhost:3306)/maia
setting in config.php
>>
>> (password is not really the password
>>
>> The line in question is:
>>
>> $maia_sql_dsn = "mysql://maia:password tcp(localhost:3306)/maia";
>>
>> I've changed localhost to 127.0.0.1 and the actual
IP address of the
>> machine to see if there was just something up with
name resolution,
>> etc.
>>
>> Danita
>>
>
> Is MySql listening on 3306?
>
> lsof -P | grep LISTEN
> (or maybe)
> ps aux | grep 3306
Or, more directly:
telnet 127.0.0.0 3306
J
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|