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

    Unable to start mysql91-server

    Have you tried finding the problem? Take that file (which is just a script), look at the precmd section, and debug it. For example by adding print statements (echo) after every line, by printing the result or return code from every command used in there, standard debugging techniques.
  2. fernandel

    Unable to start mysql91-server

    I do not know the answer but I search on the forum and find: https://forums.freebsd.org/search/466062/?q=mysql-server%3A+WARNING%3A+failed+precmd+routine+for+mysql&o=date
  3. Gerard

    Unable to start mysql91-server

    ...now is that I am unable to start MySQL. Servicer mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql I have not been able to determine the cause of the problem. I have Googled for an answer, but none of the ones I found work. I removed and...
  4. J

    Raspberry Pi 4B unable to start installing MySQL

    ...mysql_enable: -> yes root@freebsd:/ # service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@freebsd:/ # freebsd.err 240729 05:54:36 mysqld_safe Logging to '/var/db/mysql/freebsd.err'. 240729 05:54:36 mysqld_safe Starting mysqld daemon...
  5. dbdemon

    Solved Can't Start mysql80 server on FreeBSD 13.2

    It's generally not a good idea to put your socket file in /tmp/ because the FreeBSD periodic utility will by default remove old files from there. This might seem like nit-picking, but that is not an error - it is a warning. If you can locate your MySQL error log, there might be more useful...
  6. J

    Solved Can't Start mysql80 server on FreeBSD 13.2

    I had missed those and have commented them out but no joy
  7. J

    Solved Can't Start mysql80 server on FreeBSD 13.2

    ...line usingsudo service mysql-server start I get the following error. /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql I understand th is to me an arror caused by directories that aren't empty . I check the directories /var/db/mysql_secure /var/db/mysql...
  8. ZioMario

    Solved PHP Warnings: PHP Startup: Unable to load dynamic library '*.so' (tried: /usr/local/lib/php/20220829/*.so

    ok. I fixed everything giving the following commands : sudo rm -rf /usr/local/etc/mysql sudo rm -rf /var/db/mysql sudo pkg install mysql57-server sudo service mysql-server start sudo service nginx stop sudo nano /usr/local/etc/nginx/nginx.conf and changed port 80 with port 81 sudo...
  9. A

    Update MySQL 8.0.30 error

    install mysql 8.0.29 error ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/libexec/mysqld not found /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql
  10. A

    Update MySQL 8.0.30 error

    run service mysql-server start error: ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/libexec/mysqld not found /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql
  11. Sivan!

    Solved Cannot start mysql

    Posting this here (though the thread is marked solved, if it is ok) because at the moment I share the same problem: # ls -ld /tmp /var/db/mysql/ # pkg info | grep -i mysql # ps -aux | grep mysql # service mysql-server start $ grep rcvar /usr/local/etc/rc.d/* #...
  12. S

    Installing MySQL in a jail with several ZFS datasets of different recordsize

    ...Shutdown complete (mysqld 8.0.28) Source distribution. /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql I first created the ZFS datasets on the Host zfs create -p \ -o recordsize=128k -o atime=off -o compression=zstd \ tank/mysqljail/db/ zfs create -p \...
  13. R

    Solved FreeBSD 13.0-RELEASE (MariaDB Jail) - Broke it by accident setting "max_packet_size" Variable... Help!

    In reference to your previous message about not having /usr/local/etc/rc.d/mysql-server - it appears in the message you pasted (3rd line above), so not sure what that means. Maybe something to do with MariaDB versus MySQL. If your databases are still there that looks very hopeful!
  14. StreetDancer

    Solved FreeBSD 13.0-RELEASE (MariaDB Jail) - Broke it by accident setting "max_packet_size" Variable... Help!

    ...start Please merge existing /usr/local/etc/my.cnf file with /usr/local/etc/mysql/conf.d/server.cnf /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql root@mariadbjail:~ # service mysql-server status mysql is not running. root@mariadbjail:~ # Best Regards, Brandon
  15. StreetDancer

    Solved FreeBSD 13.0-RELEASE (MariaDB Jail) - Broke it by accident setting "max_packet_size" Variable... Help!

    .../usr/local/etc/my.cnf file with /usr/local/etc/mysql/conf.d/server.cnf /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql I tried two ways to "merge" the files. my.cnf and conf.d/server.cnf: 1) Copy the 3 lines used in my.cnf to conf.d/server.cnf (Where they are #...
  16. DragonGate

    Solved Cannot start mysql

    Using 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0 I had the same issue with mysql57 when running service mysql-server start there would be a message WARNING: failed precmd routine for mysql. Following the same guides to clean the /var/db/mysql folder did not help. I found no other guides...
  17. ZioMario

    bhyve FreeBSD 14 does not boot if bhyve points to the SATA disk where it is installed phisically

    Fiddiling with the bhyve parameters I've excluded the harmful variables which prohibit the booting of FreeBSD 14 from 13 and viceversa. There were two kind of problems : 1) the bug explained by grahamperrin : infact the workaround suggested by him worked. 2) I can't passthrough anything or it...
  18. E

    Solved Create a second instance of MySql

    Am at day 3 of trying to solve this. I have a working MySql that comes up at boot via the rc.d mysql-server. That server, with the help of a lot of software and some special files in /usr/local/etc/rc.d runs with all files in a ram disk to avoid burning up SSD writes in an edge server processing...
  19. S

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

    Goood evening, my /etc/rc.conf : My /boot/loader.conf Gentleman, tanks for your patience
Back
Top