Pagina 1 di 1

[RISOLTO] MySQL non si installa

MessaggioInviato: 09 ago 2008, 22:36
di Ibanez89
Se installo MySQL ho quest'errore... :(

Installing package(s) with command apt-get -y --force-yes -f install mysql-server-5.0 ..

Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
mysql-client-5.0
Suggested packages:
mysql-doc-5.0 tinyca
Recommended packages:
libhtml-template-perl mailx
The following NEW packages will be installed:
mysql-client-5.0 mysql-server-5.0
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 7824kB/35.3MB of archives.
After this operation, 105MB of additional disk space will be used.
Get:1 http://it.archive.ubuntu.com hardy-updates/main mysql-client-5.0 5.0.51a-3ubuntu5.1 [7824kB]
Preconfiguring packages ...
Fetched 7824kB in 14s (550kB/s)
Selecting previously deselected package mysql-client-5.0.
(Reading database ... 119186 files and directories currently installed.)
Unpacking mysql-client-5.0 (from .../mysql-client-5.0_5.0.51a-3ubuntu5.1_i386.deb) ...
Selecting previously deselected package mysql-server-5.0.
Unpacking mysql-server-5.0 (from .../mysql-server-5.0_5.0.51a-3ubuntu5.1_i386.deb) ...
Setting up mysql-client-5.0 (5.0.51a-3ubuntu5.1) ...
Setting up mysql-server-5.0 (5.0.51a-3ubuntu5.1) ...
* Stopping MySQL database server mysqld
...done.
Reloading AppArmor profiles : done.
* Starting MySQL database server mysqld
...fail!
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.0 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.0

Re: MySQL non si installa

MessaggioInviato: 11 ago 2008, 11:29
di thrantir
uhm, forse devi cambiare qulcosa nel file di configurazione? da quel listato si deduce solo che lo start del demone mysql non è riuscito...

Re: MySQL non si installa

MessaggioInviato: 11 ago 2008, 14:35
di Ibanez89
thrantir ha scritto:uhm, forse devi cambiare qualcosa nel file di configurazione? da quel listato si deduce solo che lo start del demone mysql non è riuscito...


postando parte dell'errore su google ho letto di un fantomatico bug ma nn ci ho capito nulla...

anche dando il comando

sudo apt-get remove --purge mysql-server
sudo apt-get check
sudo apt-get clean
sudo apt-get install -f
sudo apt-get install mysql-server


non si risolve nulla, il sub comando "--puge" dovrebbe rimuovere tutti i file di configurazione anche vero?

niente da fa anche con aptitude -f dist-upgrade

A questo punto mi conviene cambiare database... thrantir che database mi consiglieresti che sia ovviamente opensource, con licenza d'uso gratuita che possa interagire con php?

Mi serve per un sito, un forum, un blog e per un lavoro che sto facendo... il database subirà un basso/bassissimo carico ed è essenziale che richieda riquisiti minimali... io avevo pensato a PostgreSQL o firebird...

Re: MySQL non si installa

MessaggioInviato: 02 set 2008, 14:38
di thrantir
puoi usare postgreSQL, anche se non l'ho mai configurato per questo scopo...

per mysql, per essere sicuro che tutti i file siano stati rimossi, dopo aver fatto purge fai un find su mysql

Re: MySQL non si installa

MessaggioInviato: 02 set 2008, 15:11
di Ibanez89
thrantir ha scritto:puoi usare postgreSQL, anche se non l'ho mai configurato per questo scopo...

per mysql, per essere sicuro che tutti i file siano stati rimossi, dopo aver fatto purge fai un find su mysql


che stupido che sono... è stato sufficiente lanciare apt-get autoremove per disinstallarlo completamente :)

Re: [RISOLTO] MySQL non si installa

MessaggioInviato: 02 set 2008, 16:47
di thrantir
:-)