OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
local installation on XP

From: A Mathias (wikkid007earthlink.net)
Date: Sun Mar 21 2004 - 15:16:19 CST


I've just installed mySQL locally on XP and am getting the following error while trying to connect via mySQLCC. I have checked the username and password and things are ok there. XP is running the mysql-nt.exe fine, but still no go when I try to connect, any ideas??

  
#This File was made using the WinMySQLAdmin 1.4 Tool
#3/20/2004 6:28:50 PM

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=C:/mysql
#bind-address=67.234.135.56
datadir=C:/mysql/data
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-nt.exe
user=******
password=*********

A Mathias