mysql 8.0

  1. J

    Solved Can't Start mysql80 server on FreeBSD 13.2

    From general stupidity I have managed to mangle mysql80-server when I tried too upgraded it when I upgrade to FreeBSD 13.2. In working with the the installation If tried to follow the process set forth in https://forums.freebsd.org/threads/failed-on-start-mysql80-server-on-freebsd12-0.68857/...
  2. rwv37

    devel/bugzilla50 not compatible with MySQL 8

    I just installed devel/bugzilla50 (via ports). It installed just fine from the FreeBSD package/ports point of view, but when I then run its "checksetup.pl" script (which is apparently needed to do Bugzilla's initial configuration), it fails when trying to create the table "groups": I poked...
  3. Sivan!

    Solved some (config) errors during php installation

    apache works, nginx works, but php.info does not load; I followed this guide to install php but beyond that did not configure anything. php -i|grep mysql Configure Command => './configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--with-libxml'...
  4. Sivan!

    Solved Spectacle requires an older version of mysql

    While installing mysql80 together with nginx, a conflict was seen with mysql57 which was already there, and while removing mysql57, the screenshot software Spectacle was also automatically removed. Mysql80 installation was completed, but when trying to install Spectacle from the Ports tree or...
  5. CyberCr33p

    Don't upgrade to MySQL 8.0.29 - corruption issues

    Not a FreeBSD issue but I post it here to help people avoid corruption with their databases. If you still use MySQL 8.0.28 don't upgrade to 8.0.29 as it causes corruption when you have queries like this when data imported in previous versions: ALTER TABLE wp_wc_admin_note_actions DROP COLUMN...
  6. R

    MySQL 8 with Galera Cluster

    Hello Folks, I see that repo has everting needed to setup MySQL 5.6 and 5.7 with Galera Cluster. However for MySQL 8 only the library is provided. I don't see the wsrep patch anywhere. Has anyone set this up on BSD?
  7. Q

    How to move MySQL8.0 datadir on FreeBSD?

    I tried to modify datadir where at /usr/local/etc/mysql/my.cnf to new path and restarted MySQL. But when I showed variable of datadir, It was still at original path. I tried those steps 1. stop MySQL 1. ee /usr/local/etc/mysql/my.cnf 2. datadir=/var/db/mysql ====> datadir=/newdir 3. cp -r...
  8. The_Fireplace

    Unable to start mysql-server service

    I have a fresh install of databases/mysql80-server version 8.0.21 (installed using pkg install mysql80-server), and when I attempt to start the service, it doesn't seem to actually start. I've looked through threads on this forum and a few others, and still haven't found a solution, so I'll post...
  9. F

    Asterisk: undefined reference to `crypt_r'

    I wanted to install asterisk on my FreeBSD 12.1-Release PC from asterisk source code. I managed to install packages on /usr/src directory, however make command outputs error /usr/local/bin/ld: crypt.o: in function `ast_crypt': /usr/src/asterisk/asterisk-17.5.0/main/crypt.c:124: undefined...
  10. Del.Mar

    Solved PKG install try to remove new version of MySQL

    Hi folks! I've installed mysql server and client 8 version from packages. After that, I try to install cacti and see this: Conflicts with the existing packages have been found. One more solver iteration is needed to resolve them. The following 39 package(s) will be affected (of 0 checked)...
Back
Top