Monday, July 9, 2012

How to install MYSQL

DOwnload installer of MYSQL for Windows

unzip the file in any kind of directory(d: or c:)
create a folder name mydata then copy the data from mysql folder to mydata folder

create a file in windows my.ini or my.cnf

[mysqld]
# set basedir to your installation path
basedir=D:/mysql
# set datadir to the location of your data directory
datadir=D:/mydata/data


-----Insert this on the my,ini or my.cnf
-----Edit d: if it is on c: the directory of your mysql

ENjoy

No comments:

Post a Comment