First time I have installed mysql.
I have not been able to connect to the server/database with a new php
installation.
I have installed IIS. Do I need this for mysql?
The php works fine. I can run scripts,etc.
When I try mysql_connect ("localhost","m ysql_user", mysql_password" ) or
die....
I get cannot connect to Mysql server on localhost(10061 ) ....
How do I locate the name or define the server name? ??localhost??
How do I define or locate the username for the server?
How do I locate the password or define the password?
Is there a program (control panel) in Windows 2000 Pro that will let me look
at the server name, info? To make sure the server is functioning properly?
Look at the database information, such as, database name, tables, etc.
without connecting through php?
Thanks for the help.
I have not been able to connect to the server/database with a new php
installation.
I have installed IIS. Do I need this for mysql?
The php works fine. I can run scripts,etc.
When I try mysql_connect ("localhost","m ysql_user", mysql_password" ) or
die....
I get cannot connect to Mysql server on localhost(10061 ) ....
How do I locate the name or define the server name? ??localhost??
How do I define or locate the username for the server?
How do I locate the password or define the password?
Is there a program (control panel) in Windows 2000 Pro that will let me look
at the server name, info? To make sure the server is functioning properly?
Look at the database information, such as, database name, tables, etc.
without connecting through php?
Thanks for the help.
Comment