summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-07run_mysqld: switch to mysql_install_dbHEADmasterTzafrir Cohen
Use mysql_install_db for the installation
2015-04-07run_mysqld: stop: do nothing if no pidTzafrir Cohen
2015-04-07run_mysqld: make background runs explicitTzafrir Cohen
run_mysqld() should not implicitly background the process. If we need to run it in the background, do it explicitly. While we're at it, sleep less.
2015-04-06run_mysqld: more tracingTzafrir Cohen
2015-04-06run_mysqld: remove --skip-grant-tables on bootstrapTzafrir Cohen
Hopefully this is a good idea
2015-04-06run_mysqld: type: $MY.CNFTzafrir Cohen
2015-04-06run_mysqld: Use full pathesTzafrir Cohen
2015-04-06irun_mysqld: Let the bootstrapping complete cleanlyTzafrir Cohen
2015-04-06Initial commit: copy over local-serverTzafrir Cohen