Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:mysql:install_and_setup [2007/08/09 15:14] – created billh | docs:mysql:install_and_setup [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Initial Setup ===== | ===== Initial Setup ===== | ||
- | * copy/ | ||
* find and run the msyql_install_db script | * find and run the msyql_install_db script | ||
* change the owner of the MySQL databases and log files to be mysql< | * change the owner of the MySQL databases and log files to be mysql< | ||
sudo chown -R mysql:admin / | sudo chown -R mysql:admin / | ||
+ | </ | ||
+ | * copy the default medium-scale parameter configuration file to the default location of / | ||
+ | sudo cp / | ||
+ | </ | ||
+ | * edit / | ||
+ | set-variable = max_connections=150 | ||
</ | </ | ||
* start the MySQL daemon:< | * start the MySQL daemon:< |