Jump to content
  • 0

MySQL Error


Question

Recommended Posts

  • 0
Posted

i dont have here .err file :( 

 

D:\Program Files\MySQL\MySQL Server 5.5\data

 

ofc is not there... is here:

 

C:\Documents and Settings\All Users\Program Data\MySQL\MySQL Server 5.5\data

  • 0
Posted

solution 1

Run again Mysql server instance configuratin wizard with reconfigure instance option.

 

solution 2

1)Click on start->All Programs->MySql Server 5.5->MySql Server Instance Config Wizard.

2)Click next then click on Remove Instance. Then Execute.

3)Now uninstall MySql Server using the Add/Remove Software in the windows control panel.

4)After this has been uninstalled YOU MUST MANUALLY DELETE THE FOLDER WHERE IT WAS INSTALLED. In my case it was installed in: C:\Program Files\MySQL.

5)When this folder has been deleted you can reinstall without restarting and this time you will no longer get the error.

 

  • 0
Posted

Windows button + R -> write cmd -> enter

Write:

mysqld --defaults-file="c:\program files\mysql\MySQL Server 5.5\my.ini"--standalone --console 

 

This should show the error. Post results.

  • 0
Posted

2 solutions came from friend of mine.

1.

mysqld-nt --defaults-file="c:\program files\mysql\MySQL Server 5.5\my.ini"--standalone --console

 

(Might be right one)

 

 

2. Open port for MySQL

 

1.) Click Start > Control Panel

 

2.) Open "Windows Firewall"

 

3.) Click "Exceptions" tab

 

4.) Choose the "Add Port" button

 

5.) "Name:" should be MySQL - "Port number:" should be 3306 - Select TCP

 

6.) Click "OK" and "OK"

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...