rayeldacx Posted November 3, 2003 Share Posted November 3, 2003 hello. need help. i just uninstalled my previous mysql installation (3.23.53) on my computer using add/remove programs and installed the 4.0.15 version of mySQL but when I tried to login here\'s what happened: ERROR 1045: Access denied for user: \'myuser@localhost\' (Using password: YES) and when i tried Microsoft Windows XP [Version 5.1.2600]© Copyright 1985-2001 Microsoft Corp. C:mysqlbin>mysqld-nt --standalone Can\'t start server: Bind on TCP/IP port: No error 031103 14:17:55 Do you already have another mysqld server running on port: 3306 ? 031103 14:17:55 Aborting 031103 14:17:55 mysqld-nt: Shutdown Complete My username and password are correct. I checked my.ini file. Anybody who knows how to solve this??? thanks DacX Quote Link to comment https://forums.phpfreaks.com/topic/1277-problem-running-mysql-40/ Share on other sites More sharing options...
shivabharat Posted November 7, 2003 Share Posted November 7, 2003 Change the Port line in httpd.conf to 3310 or any other port which not being used and try to access use netstat -AN to see the ports that are bing used Genreally all the mysql password details are stored in the dtabase not in the INI file. Refer the manual to flush the privelages. Quote Link to comment https://forums.phpfreaks.com/topic/1277-problem-running-mysql-40/#findComment-4359 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.