On Thu, Sep 06, 2007 at 11:00:29AM -0000, UweBrauer wrote: >>> I don't know why the mysql does not start after booting, but when I >>> try to start is manually sudo mysqld >> this is not the correct way to start it. You should do this: sudo >> /etc/init.d/mysql start >> Does that change anything? > > This file does not exist and that may be the source of the problem. > Why wasn't it installed? I tried to deinstall and reinstall it but the > file is not generated.
You probably removed it at some point, in which case removing/reinstalling will not recreate it. This is on purpose, actually. If you don't have any databases created, you can just do 'apt-get --purge remove mysql-server-5.0' followed by and 'apt-get install mysql-server-5.0'. The difference between that and what you probably did, is "--purge". -- Soren Hansen Ubuntu Server Team http://www.ubuntu.com/ -- can't start mysqld, https://bugs.launchpad.net/bugs/137726 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
