Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PLS I have a problem running my SQL Server

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello! I want to run the MySql Server and i run it but it say that is two error:
C:/MYSQL/bin/mysqld-opt.exe: ready for connections
010526 15:20:54 Aborted connection 26 to db: 'mydb' user: 'root' host: `localhost' (Unknown error)
010526 15:20:50 Aborted connection 9 to db: 'unconnected' user: 'ODBC' host: `localhost' (Unknown error)
010526 14:50:41 Aborted connection 2 to db: 'unconnected' user: 'ODBC' host: `localhost' (Unknown error)
Say that and i can't connect a php3 page with the sql server.
Mysql server run only under D.o.s. Because i test the page under dos and it connect but in windows no!.
Bye Buye! pls pls help me
 
create a file MySQL.ini in the root directory of drive C with following content:
[mysqld]
basedir=driveLetter:/TheMySQLDirecoty/
Also is good to install MyODBC. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top