php-db | 2001051
Date: 05/15/01
- Next message: Jimmy Brake: "[PHP-DB] 'the missing character'"
- Previous message: Shahmat Dahlan: "Re: [PHP-DB] MySQL Connect Problem"
- In reply to: Shahmat Dahlan: "Re: [PHP-DB] MySQL Connect Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 = <email protected>("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: php-db-unsubscribe <email protected>
> > For additional commands, e-mail: php-db-help <email protected>
> > To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jimmy Brake: "[PHP-DB] 'the missing character'"
- Previous message: Shahmat Dahlan: "Re: [PHP-DB] MySQL Connect Problem"
- In reply to: Shahmat Dahlan: "Re: [PHP-DB] MySQL Connect Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

