upgrade mysql 4.1.15 to mysql 4.1.22
Download and install MySql 4.1.22
- File name: mysql-noinstall-4.1.22-win32.zip
- b. Just unzip it under 'C:\dev\tools'
- Expoprt all existsitng databases (mysqldump -u root --all-databases > alldatabases.sql) Shut down mysql server
- Copy my.cnf file from
to Edit the copied my.cnf file and replace all directory references to point to the new Modify !MySql server start-up and shut-down shortcuts to point to the new
Test Startup/Shutdown scripts (Allow it in the firewall!!!)
alldatabases.sql)Import all databases (mysql -u root <
- Restart Mysql server
- Update computer's Environment path (if mysql command is to be global) (Allow it in firewall!!!)