Re: [PHP-DB] MySQL Connect Problem

2001-05-18 Thread Shahmat Dahlan
]] Sent: Thursday, May 17, 2001 2:16 PM To: PHP-DB Subject: RE: [PHP-DB] MySQL Connect Problem I'm on Windows 2000. Jeff Jeff, If you are on unix/linux use the command id to see who you are. You can only use jeff in your connect string if jeff is a user in your mysql

Re: [PHP-DB] MySQL Connect Problem

2001-05-18 Thread Greg K
RE: [PHP-DB] MySQL Connect Problem I'm on Windows 2000. Jeff Jeff, If you are on unix/linux use the command id to see who you are. You can only use jeff in your connect string if jeff is a user in your mysql database. If you are root when you are running mysql

RE: [PHP-DB] MySQL Connect Problem

2001-05-17 Thread Rubanowicz, Lisa
: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 2:16 PM To: PHP-DB Subject: RE: [PHP-DB] MySQL Connect Problem I'm on Windows 2000. Jeff Jeff, If you are on unix/linux use the command id to see who you are. You can only use jeff in your connect string if jeff is a user

RE: [PHP-DB] MySQL Connect Problem

2001-05-17 Thread Jeff Oien
PM To: PHP-DB Subject: RE: [PHP-DB] MySQL Connect Problem I'm on Windows 2000. Jeff Jeff, If you are on unix/linux use the command id to see who you are. You can only use jeff in your connect string if jeff is a user in your mysql database. If you are root when you

RE: [PHP-DB] MySQL Connect Problem

2001-05-16 Thread Jeff Oien
of something else. Very weird, but its worth a shot. -Original Message- From: Jeff Oien [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 8:24 PM To: PHP-DB Subject: RE: [PHP-DB] MySQL Connect Problem Yes they are. Jeff Is the MySQL and Apache running on the same

RE: [PHP-DB] MySQL Connect Problem

2001-05-16 Thread Jeff Oien
: Tuesday, May 15, 2001 8:24 PM To: PHP-DB Subject: RE: [PHP-DB] MySQL Connect Problem Yes they are. Jeff Is the MySQL and Apache running on the same machine? Jeff Oien wrote: I have MySQL on a new Win2000 install and can't connect to it using PHP. I am

Re: [PHP-DB] MySQL Connect Problem

2001-05-16 Thread boclair
Here is sample code: ? $connection = @mysql_connect(localhost, jeff, *) or die(Couldn't connect.); if ($connection) { $msg = success!; } ? This is on my machine only used by me. I also tried connecting to IP address and 127.0.0.1 and it still won't work. Thanks. Jeff Oien Are

RE: [PHP-DB] MySQL Connect Problem

2001-05-16 Thread Jeff Oien
Here is sample code: ? $connection = @mysql_connect(localhost, jeff, *) or die(Couldn't connect.); if ($connection) { $msg = success!; } ? This is on my machine only used by me. I also tried connecting to IP address and 127.0.0.1 and it still won't work. Thanks. Jeff

Re: [PHP-DB] MySQL Connect Problem

2001-05-15 Thread Shahmat Dahlan
Is the MySQL and Apache running on the same machine? Jeff Oien wrote: I have MySQL on a new Win2000 install and can't connect to it using PHP. I am able to connect using the command line. I'm not sure what the next step is to troubleshoot. I've checked the username and password in the .ini

RE: [PHP-DB] MySQL Connect Problem

2001-05-15 Thread Jeff Oien
Yes they are. Jeff Is the MySQL and Apache running on the same machine? Jeff Oien wrote: I have MySQL on a new Win2000 install and can't connect to it using PHP. I am able to connect using the command line. I'm not sure what the next step is to troubleshoot. I've checked the username