[PHP] Database problem - works in Windows - not Linux

2003-02-12 Thread Lee P. Reilly
Hi there, I'm moving an application from Windows - Linux, and am having a problem with the database. I have the following script to test my database connection (Linux): -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= $connection = mysql_connect(localhost,,) or die

Re: [PHP] Database problem - works in Windows - not Linux

2003-02-12 Thread Chris Hewitt
Lee P. Reilly wrote: Hi there, I'm moving an application from Windows - Linux, and am having a problem with the database. I have the following script to test my database connection (Linux): -=-=-=-=-=-=-=-=-=-=-=-=-=- snip =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I'd put in a

Re: [PHP] Database problem - works in Windows - not Linux

2003-02-12 Thread Mike Mannakee
Your MySQL servers may be set to refuse anonymous connections. Mike Chris Hewitt [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Lee P. Reilly wrote: Hi there, I'm moving an application from Windows - Linux, and am having a problem with the database. I