This article describes how I installed mySQL, a very popular relational database, especially as a back-end database for web servers.These are the resources I used when installing mySQL.The easiest way to get mysql running is to use the installed script:I only connect to my database server from localhost. So there is no need for network connections. Therefore, I add this flag to the above script: --skip-networking |