I\'m new to MySQL, I\'m trying to run WordPress in my Windows desktop and it needs MySQL.
I install everything with Web Platform Installer which is prov
Web Platform Installer
Simply edit my.ini file in C:\xampp\mysql\bin path. Just add:
my.ini
skip-grant-tables
line in between lines of # The MySQL server [mysqld] and port=3306. Then restart the MySQL server.
# The MySQL server [mysqld]
port=3306
Looks like: