You probably have to restart the MySQL server. Disregard WAMP, see if using SQLyog you can connect it to the 1024 port. The code should be changed to:
[mysqld]
#port=3306
port=1024
because # is for commenting out the line, so it will be ignored.
You probably have to restart the MySQL server. Disregard WAMP, see if using SQLyog you can connect it to the 1024 port. The code should be changed to:
[mysqld]
#port=3306
port=1024
because # is for commenting out the line, so it will be ignored.