Announcement

Collapse
No announcement yet.

[SOLVED] mysql problem after upgrade

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] mysql problem after upgrade

    Hello, I upgraded from 9.10 to 10.04. 32 bit.

    The install had not finished as it barked at tripwire config. I have had to stop it and continue from command prompt.

    After the install, mysql 5.1 does not want to start or stop.

    /etc/init.d/mysql stop
    /etc/init.d/mysql start

    do not finish. Tried to remove and reinstall the packages, the same (there is 'stop mysql' command in one of install scripts).

    Please help.

    #2
    Re: mysql problem after upgrade

    When you continued from the command prompt, did you do both:

    sudo apt-get install -f
    sudo dpkg --configure -a


    We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking

    Comment


      #3
      Re: mysql problem after upgrade

      of course.


      Solved: the problem was caused by symlink from /etc/mysql/conf.d to config file in home directory!

      Comment

      Working...
      X