Can't get MySQL to install
- by James Marthenal
I'd like to think I know what I'm doing in a Unix shell but maybe not.
I made a mistake in a configuration file for MySQL, so I decided to just uninstall it and then reinstall it, so I did:
sudo apt-get --purge remove mysql-server mysql-server-5.0 mysql-client
The files were deleted, so I then tried to install it, but it didn't ask me for a…