Salvatore Ansani wrote: > come in questo caso), io stoppo mysqld (vecchia revision) e lo faccio > ripartire (nuova revision), giusto per non avere incasinamenti con > grazie del suggerimento ma lo stop e start del servizio viene già effettuato dai maintainer script del pacchetto, infatti andando a vedere mysql-server-5.0.preinst si trova la sezione che riporto sotto, quindi credo dovrò ricercare il problema altrove ;-)
ciao, Alessandro # Try to stop the server in a sane way. If it does not success let the admin # do it himself. No database directories should be removed while the server # is running! Another mysqld in e.g. a different chroot is fine for us. stop_server() { if [ ! -x /etc/init.d/mysql ]; then return; fi set +e if [ -x /usr/sbin/invoke-rc.d ]; then cmd="invoke-rc.d mysql stop" else cmd="/etc/init.d/mysql stop" fi $cmd -- Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [EMAIL PROTECTED] To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]