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

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

    ...stating what is wrong. root@mysql:/usr/local # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql Messages: Jun 29 14:56:13 mysql pkg-static: cyrus-sasl-2.1.26_13 installed Jun 29 14:56:45 mysql pkg-static: openldap-sasl-client-2.4.46...
  2. M

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

    I installed mysql-server in a jail (running FreeBSD 11.0-RELEASE) with: pkg install mysql80-server-8.0.2_1 When I try to start it: service mysql-server start The following is returned: WARNING: failed precmd routine for mysql A google search tells me others have experienced this issue...
  3. D

    Installing and Starting MySQL on FreeBSD

    ...log end -- /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql I noted the first line above, so I tried running mysqld --initialize, but I get this: root@mysql:/ # /usr/local/libexec/mysqld --initialize...
  4. dhenzler

    Starting mysqld on FreeBSD

    ...message again related to precre. root@FBSD:/ # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@FBSD:/ # cat /etc/rc.conf clear_tmp_enable="YES" syslogd_flags="-ss" hostname="FBSD" ifconfig_re0="DHCP" ifconfig_re0_ipv6="inet6...
  5. dhenzler

    Starting mysqld on FreeBSD

    did as directed... then rebooted... command as follows root@FBSD:~ # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql
  6. dhenzler

    Starting mysqld on FreeBSD

    ...zfs_enable="YES" dbus_enable="YES" hald_enable="YES" root@FBSD:~ # service mysql-server onestart /etc/rc.conf: mysql-server_enable=YES: not found /etc/rc.conf: mysql-server_enable=YES: not found /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql still no joy wtf is...
  7. M

    MySQL - login issue

    ...$ service mysql-server start OR $ /usr/local/etc/rc.d/mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql $ service mysql-server status mysql is not running. $ service mysql-server stop mysql not running? (check /var/db/mysql/freebsd11.1.pid). $ sudo...
  8. suntzu00

    MariaDB 10.1.22 doesn't work

    ...at https://mariadb.com/kb/en/installing-system-tables-mysql_install_db /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql At first I thought is was something wrong with the package from my own repo but then I've tried the one from FreeBSD's repo and I have the same...
  9. Michel P

    Solved MySQL Server 5.7.12 crappy PKG on FreeBSD 10.3

    ...course, to /etc/rc.conf: mysql_enable="YES" $ service mysql-server start/usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql What? It used to work in the past months... Looking at: /var/db/mysql/, ..owned by mysql and totally empty. Looking at...
  10. Neveroldmilk

    Have problems to start MySQL 5.7

    I follow your instructions, but this error still comes out: % sudo service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql
  11. Neveroldmilk

    Have problems to start MySQL 5.7

    ...mysql_enable=yes mysql_enable: -> yes $ sudo service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql And I search by google and someone said the /usr/local/etc/rc.d/mysql-server file have to be modified. The line eval $mysql_install_db...
  12. M

    Solved No database will run on my 10.2

    ...what I do, every single MySQL version for FreeBSD end with this error: /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql So I went for mariadb. I did not bother hunting down any files because it ended with the same error as MySQL. WARNING: failed precmd routine for...
  13. K

    Cannot start MySQL Server 5.7.12 on FreeBSD 10.3

    ...root@w:/var/db # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql Freshly created /var/db/mysql is empty. No detailed log gets generated. When I run root@w:/usr/home# /usr/local/bin/mysqld_safe 2016-05-16T03:54:08.6NZ mysqld_safe...
  14. nonTechnical

    MySQL installed - but without config example files - why?

    ...This time, starting mysql56-server immediately gave the precmd error: /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql Making the change you suggested to /usr/local/etc/rc.d/mysql-server, and running it without sudo, confirms your comments: $ service mysql-server...
  15. nonTechnical

    MySQL installed - but without config example files - why?

    Thanks, I tried your suggestion and after starting mysql, got the error (which I didn't have before): WARNING: failed precmd routine for mysql It seems pretty obvious to me, at least, that mysql isn't being configured on install, and because there are no examples installed as I have found in...
  16. B

    MySQL installation errors

    I have only just installed FreeBSD (latest stable release) and am trying to set up a hosting server using Wordpress. The prerequisites are (L)AMP. Apache seems to have been successfully installed, as does PHP, both using ports, but I'm stuck trying to get the MySQL server working. I have...
  17. ShelLuser

    Upgrade MySQL 5.1.70 to 5.6.12

    Is that really all there is to it or could there be more on the next line? The reason I'm asking is because I'm slightly familiar with this type of error; it usually works in the form of: "failed ... routine for mysql. <Cause of error>". Two things come to mind. As you mentioned yourself MySQL...
  18. X

    Upgrade MySQL 5.1.70 to 5.6.12

    ...start I get the following error in /var/log/messages: /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql So I have a bit of a catch 22 here :e I need to run mysql_upgrade but in order to do that the MySQL service needs to be running first. Any ideas? I had a look...
Back
Top