Install Mysql from ZIP without MySQL Installer or Exe
How to install MySQL from Zip file . Step1 : Download MysSQL from myql website .. Download From Here you will see mentioned folder and file .except red circle folder ,that I have created manually . Data: for storing database file . error: for storing error log . tmp: it need to for installation of myql Step 2: now create a configuration file my.cnf(linux) ,my.ini (windows) . Mandatory configuration parameter that need to include in your file as shown . Step 3 : Now Need to initialize mysqld by mentioned any of command . mysqld --initialize mysqld --initialize-insecure In my case first command did not work properly ,but 2 nd command work file .. ,now I am telling differenc...