Jump to content

Problem running MYSQL 4.0


rayeldacx

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/1277-problem-running-mysql-40/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/1277-problem-running-mysql-40/#findComment-4359
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.