1. The following words were not included in your search because they are too short, too long, or too common: for
  1. S

    Solved Korganizer and Kmail=Akonadi and Mysql don't start!!

    I have modified the /usr/local/etc/mysql/my.cnf: (before was /tmp/mysql.sock) and :
  2. dbdemon

    Solved Korganizer and Kmail=Akonadi and Mysql don't start!!

    Searching the web for that error message seems to suggest it's a problem with permissions or wrong user. Maybe it's the permissions on your tmpdir (/var/db/mysql_tmpdir)? I think that should probably have the same ownership and permissions as your datadir (/var/db/mysql). You can read about...
  3. S

    Solved Korganizer and Kmail=Akonadi and Mysql don't start!!

    I had restart the system : the system shows
  4. S

    Solved Cannot start mysql

    $ service mysql-server status mysql is not running. $ service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql $
  5. S

    Solved Cannot start mysql

    Precisely! I can't create a user because I cannot log in. I cannot log in because mysql will not start. root@ellamay:/ # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@ellamay:/ # I give up! I will remove and reinstall mysql.
  6. SirDice

    Solved Cannot start mysql

    Check the permissions on the log files in /var/log/mysql. It failed to start, so there's nothing running.
  7. S

    Solved Cannot start mysql

    ...the following: root@ellamay:/usr/home/steve # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@ellamay:/usr/home/steve # cd /usr/local/bin/ root@ellamay:/usr/local/bin # mysql_secure_installation mysql_secure_installation: [ERROR]...
  8. R

    Have problems to start MySQL 5.7

    Think I've hit the same issue (too late to help the OP, but might help future searchers!) - look here: https://forums.freebsd.org/threads/error-adding-new-user-pw-user-anne-disappeared-during-update.59525/#post-487252
  9. dvl@

    Have problems to start MySQL 5.7

    I came here with the same problem. It was the first search result. It didn't help. I went to the second search result. That helped. From my own blog post earlier this year: This loses your configuration and your data. sudo pkg delete mysql57-server sudo rm -rf /usr/local/etc/mysql sudo rm...
  10. The_Fireplace

    Unable to start mysql-server service

    1. Done, I've commented both out. a. I tried this, I'm still getting "/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql" with no logs generated. I decided to try running mysql_safe directly to see if I could find out what the problem is, and got this in...
  11. The_Fireplace

    Unable to start mysql-server service

    ...This time, there was a change, running that as superuser also caused "/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql" So I tried creating the directories that were deleted earlier and my guess for what the log dir was, and set the owner to mysql, but the same issue...
  12. The_Fireplace

    Unable to start mysql-server service

    ...it prints "Starting mysql." If I run it as a regular user, it prints "/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql" After running it either way, when I run service mysql-server status, it prints "mysql is not running." So, next I checked the contents of...
  13. ShelLuser

    failed on start mysql80-server on FreeBSD12.0

    Do you have anything else in my.cnf? Because it looks like that could be the cause of your problems. Try moving that file out of the way (rename it) and then try starting MySQL again. Also: if you tried to start MySQL with the log entries I shared (I do assume that you uncommented them by...
  14. ykla

    failed on start mysql80-server on FreeBSD12.0

    ...and then it shows me: root@VM_0_11_freebsd:~ # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@VM_0_11_freebsd:~ # mysql_secure_installation mysql_secure_installation: [ERROR] unknown variable 'prompt=\u@\h [\d]>\_' Securing the...
  15. ykla

    failed on start mysql80-server on FreeBSD12.0

    ...# service mysql- server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@VM_0_11_freebsd:/usr/ports/databases/mysql80-server # service mysql- server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql...
  16. J

    "service mysql-server start" returns: "WARNING: failed precmd routine for mysql"

    I have same issue in jail. jail # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql It makes zero-size file at mysql_dbdir. jail # ls -alg total 8 drwxr-xr-x 2 mysql mysql 512 Oct 17 09:44 . drwxr-xr-x 5 root wheel 512 Jun 8 17:07 ...
Back
Top