Ever wanted a portable mysql?
You came to the right place. This is a stripped-down portable version of mysql 5.0.67. It is only 10.5 MB.
Thanks to Uniform Server for the binaries on: http://sourceforge.net/projects/miniserver/files/MiniServer/MiniServer_%20MySQL%205.0.67%20Service/.
To get started right away.
- Clone this repo.
- Open the my.cnf file and modify the following (minimum) values to fit your needs.
[client]
port =
[mysqld]
port =
basedir =
datadir =
tmpdir =
- If you want to enable InnoDB support you should
- comment out the line
skip-innodb
and uncomment all innodb settings - uncomment all the lines below
# Uncomment the following if you are using Innobase tables
- ensure especially the following paths are correct
```ini
innodb_data_home_dir =
innodb_log_group_home_dir =
innodb_log_arch_dir =
```
- Run
install.bat
(as administrator) to install and start the service. The service name ismysql_5_0_51b_portable
Please feel free to contribute or to contact me.