On Fri, 27 Jul 2001 08:54:19 -0700 (PDT), Bryan Capitano
<[EMAIL PROTECTED]> wrote:
>>Usually this means your MySQL daemon, mysqld, is not started. Which OS are
>>you using? Under RedHat Linux, you can get your mysqld running on init
>>runlevels 3 and 5 (network services with and without X-wind
Dear Jackson,
> What does this error mean? I am trying to authenticate from a php
script using the following code...
> $db=mysql_pconnect("localhost","username","password");
> The user "username" is able to login to mysql ata command prompt.
Not really. At the command prompt you are supposedly l
Usually this means your MySQL daemon, mysqld, is not started. Which OS are
you using? Under RedHat Linux, you can get your mysqld running on init
runlevels 3 and 5 (network services with and without X-windows) this way:
% chkconfig --level 35 mysqld on
% /etc/init.d/mysqld start
check to make su