1

I am running a NetBeans project on my Windows machine with Glassfish server with MySQL server 5.6. Now I installed wamp 3.1.3 (64bit), but MySQL service is not starting in wamp. I know it is because MySQL is already running on port 3306. I have tried to change port number for MySQL of wamp in my.ini and php.ini files, but this doesn't work for me.

I have tried so many ways to solve this but didn't succeed. Kindly guide me to solve this issue.

1 Answers1

0

I have found a simple solution of my problem. The sequences of the steps has given below.

  1. Backup your data from C:\MySQL\MySQL Server 5.6\data or export your database by using MySQL Workbench
  2. Remove already installed MySQL Server, using MySQL community installer
  3. Now restart wampmanager.exe
  4. import your data into MySQL database

Cheers. It will work smoothly.