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 and password in the
> > .ini file using WinMySQLAdmin. I'm using Apache which is working fine
> > otherwise. Typical code:
> >
> > <?
> > $connection = @mysql_connect("localhost", "jeff", "*****")
> >         or die("Couldn't connect.");
> > if ($connection) {
> >         $msg = "success!";
> > }
> > ?>
> >
> > Thanks.
> > Jeff Oien
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to