On Mon, 2005-05-09 at 15:24 +1200, motivated wrote: > Will this give me a working db or do I need to install more/other packages
Either select mysql and mysql-client in the GUI interface, or... ...at a command line type (as root): urpmi mysql mysql-client mysql-common Then to start mysql (again as root): service mysql start If either the GUI or command line say that other packages need to be installed, then type yes. This will get mysql up and running for you.
