mariadb

  1. L

    MariaDB socket in jail not created at host boot

    There's a jail for MariaDB mysql Ver 15.1 Distrib 10.2.15-MariaDB, for FreeBSD11.1 (amd64) using readline 5.1. A socket should be created in /var/run/mysql [client] port = 3306 socket = /var/run/mysql/mysql.sock [mysqld] port = 3306 socket =...
  2. F

    Redis not talking to Apache jail

    Hello all, Hope someone can help me solve my problem. I have two jails (ezjail) on a FreeBSD 11.1 host (UFS): one running Apache 2.4 (192.168.0.2) and the other one running MariaDB 10.2 (192.168.0.3). The Apache jail has PHP 7.2 and Nextcloud 12. Nextcloud is running fine. No problems there...
  3. M

    mariadb102-server-10.2.6 missing innodb?

    Hello! I've just upgraded to MariaDB 10.2 and couldn't use my my.cnf because InnoDB was missing, I was able to start MariaDB if I removed my my.cnf, but using "show engines" innodb isn't there. Thanks edit: tested on another box and it isn't there either
  4. M

    php70-pdo: 7.0.3 wants mysql56-client and won't let me keep MariaDB

    Hello, I tried to replace php56 with php7, first I did pkg install install php70 and these packages was uninstalled php56-xmlreader-5.6.18 php56-xml-5.6.18 php56-pdo_sqlite-5.6.18 php56-pdo_mysql-5.6.18 php56-dom-5.6.18 php56-simplexml-5.6.18...
  5. BlindPenguin

    Installing MariaDB 10.1.8 on FreeBSD 10.2

    Hi, iI've played around with the new release of MariaDB and managed to compile and launch it. Here is what iI did so far: At first install the Galera lib from ports. This should also build most dependencies which are needed to build MariaDB. Then download source code from here (click). After...
Back
Top