Hola, > KEIKO:/home/basu/php-4.0.6# apt-get install mysql > Reading Package Lists... Done > Building Dependency Tree... Done > Package mysql has no available version, but exists in the database. > This typically means that the package was mentioned in a dependency and > never uploaded, has been obsoleted or is not available with the contents > of sources.list > E: Package mysql has no installation candidate
Esto te sucede porque el paquete "mysql" como tal no existe. Si haces una b�squeda con "apt-cache search mysql" ver�s que aparecen varios. Puedes instalar mysql-server, mysql-common y mysql-doc, por ejemplo. Saludos, -- Javier Linares http://www.adala.org [EMAIL PROTECTED] [EMAIL PROTECTED]

