# Save as "my.ini" in your MySQL installed directory
[mysqld]
# Set MySQL base (installed) directory
# @@ Change to your MySQL installed directory @@
ba
sedir=D:/D/Database/mysql-5.6.14-winx64
# Set MySQL data directory
# @@ Change to sub-directory "data" of your MySQL installed directory @@
datadir=D:/D/Database/mysql-5.6.14-winx64/data
# Run the server on this TCP port number
port=2222
[client]
# MySQL client connects to the server running on this TCP port number
port=2222