Denne urpmi kommando var helt ukjent for meg, men jeg fant noe info på den her:
http://vsbabu.org/mt/archives/2003/04/17/mysql_in_mandrake_91.htmlEllers, for Fedora, så er det fire pakker som må være på plass (Vet ikke nøyaktig hvor likt det er for Mandrake, men legger nå ut infi i tilfellet av at det kan brukes):
You need at least the mysql and mysql-server packages installed to set up MySQL using the procedures described in this chapter. The following MySQL packages come with the Red Hat Linux distribution:
mysql — This software package contains a lot of MySQL client programs (in /usr/bin), several client shared libraries, the default MySQL configuration file (/etc/my.cnf), a few sample configuration files, files to support different languages, and documentation.
mysql-server — This software package contains the MySQL server daemon (mysqld) and the mysqld start-up script (/etc/init.d/mysqld). The package also creates various administrative files and directories needed to set up the MySQL databases.
mysql-devel — This software package contains libraries and header files required for developing MySQL applications.
php-mysql — This software package contains a shared library that allows PHP applications to access MySQL databases. This basically allows you to add PHP scripts to your Web pages that can access your MySQL database.