2.3.5. Installing MySQL from a Noinstall Zip Archive
Users who are installing from the Noinstall package can use the
instructions in this section to manually install MySQL. The
process for installing MySQL from a Zip archive is as follows:
Extract the archive to the desired install directory
if you want to usr the mysql immediately,you can write a simple batch file : C:\mysql\bin\mysql -u root -p then save it as mysql.bat and put into c:\ and c:\mysql then you can use it in c:\ then type mysql , it work!!! Becareful , it is not safe and not recommended
User Comments
if you want to usr the mysql immediately,you can write a simple batch file : C:\mysql\bin\mysql -u root -p
then save it as mysql.bat and put into c:\ and c:\mysql
then you can use it in c:\ then type mysql , it work!!!
Becareful , it is not safe and not recommended
Add your own comment.