On Mon, Mar 30, 2009 at 6:57 AM, Kapil Hari Paranjape <[email protected]> wrote: > 3. If you can't fix the script, then put an "exit 0" close to the top > of the script. Warning: This will probably leave files on your system > which may cause problems with future installations of > mysql-server.
I remember facing a similar situation. In the prerm script, there was a code which was trying to stop mysql server before removing it. I had to comment out that part, after which the removal process went smoothly. And all the files were removed too. -- * Omnic looks at his 33.6k link and then looks at Joy * Mercury cuddles his cable modem.. (=:] _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
