mysql

  1. W

    Solved Dovecot password missmatch after lastest update 01/2020

    After enable all log and debug, have found where the problem occour on auth-worker which is getting plain password and not hashing it: ... SHA512-CRYPT(plainpasswordhere) != 'HASH value from mysql' Then occours password missmatch error. Someone have same issue? PS.: Happen on last update of...
  2. D

    FreeBSD doesn't starting after restart

    I have Hyper-V with Freebsd 12 on vitrual machine. I intalled web server (apache, php, mysql) on freebsd. After hard restarting my hyper-v server (press power button on server) FreeBSD doesn't work, mysql doesn't mount database. I have more troubles with database files. But, if i stoping all...
  3. ykla

    failed on start mysql80-server on FreeBSD12.0

    Hi! I installed mysql80-server today, but I cant not start it. root@VM_0_11_freebsd:/usr/ports/database s/mysql80-server # p root@VM_0_11_freebsd:/usr/ports/databases/mysql80-server # pwd_mkdb -p /e tc/master.passwd root@VM_0_11_freebsd:/usr/ports/databases/mysql80-server # sysrc mysql_en...
  4. goshanecr

    database/mysql57-client Linking fails on 11.2 i386

    Good day! I have a server uname -a FreeBSD db_mysql 11.2-STABLE FreeBSD 11.2-STABLE #0 r338358: Thu Aug 30 01:29:38 +05 2018 user@BSD-TENNIS:/usr/obj/usr/src/sys/BSDSERV i386 And on that server works several jails. One named db_mysql has mysql57-{server,client}. pkg info | grep mysql...
  5. T

    Cannot login to Maia mailguard

    Hi, I'm running maia mailguard 1.0.3 (A Virus and Spam Management Solution for Email ) and have set 2 primary account as administrator, and I’ve tried switch account as primary from account1 to account2. After that I cannot login with new primary account with error : Login for user...
  6. Maelstorm

    PHP can't connect to MySQL

    I am running FreeBSD 11.1, PHP 7.2, Apache 2.4, and some version of MySQL. The problem is that when I try to access the test page from the web, I get an error that says "Failed to connect to database: could not find driver." I made sure that pdo_mysql was installed, and it shows up on the list...
  7. vince66

    Solved Set/Reset MySQL Password after the installation.

    How to set MySQL Password after MySQL server after the installation ? I've just read the threads in forums ... but typing: mysql -u root -p I receive the message of Access denied. Wait for kindly tips. Thanks in advance
  8. 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 =...
  9. fullauto2012

    mysql56 and phpbb3/nextcloud

    root@kif:/var/db/mysql # uname -a FreeBSD kif 10.3-RELEASE FreeBSD 10.3-RELEASE #0 r297264: Fri Mar 25 02:10:02 UTC 2016 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Had databases/mysql80-server installed with www/nextcloud running. Wanted to add a www/phpbb3 instance...
  10. G

    Solved .mysql_secret not found for mysql56

    FreeBSD 10.3. Installing mysql56, but cannot find .mysql_secret in either /root or /home/USERNAME. Have reinstalled without success. Have searched for file using FIND command. Where is this file?
  11. M

    MySQL - login issue

    freebsd-version: 11.1-RELEASE mysql version: 5.6.38 I have a script the requires mysql, cron_create_tables.pl: #!/usr/local/bin/perl -w -- use DBI; use strict; my $dbh = DBI->connect('DBI:mysql:mymud', 'mymud', '') or die "unable to connect to MyMUD database"; ... $ perl...
  12. R

    Unable to load modules gmysql for powerdns

    Installed Powerdns and mysql57-server and client still I am facing this problem #pdns_server --daemon=no --guardian=no --loglevel=9 Aug 19 09:26:46 Reading random entropy from '/dev/urandom' Aug 19 09:26:46 Loading '/usr/local/lib/pdns/libgmysqlbackend.so' Aug 19 09:26:46 Unable to load module...
  13. M

    Solved MySQL 5.5 Upgrade Issue

    I'm trying to upgrade databases/mysql55-server from 5.5.55 to 5.5.55_1. This is the errors I am receiving. Is it safe to continue with the upgrade? $ sudo portmaster mysql55-server-5.5.55 ===>>> Currently installed version: mysql55-server-5.5.55 ===>>> Port directory...
  14. Itproman

    Solved Apache24 Mysql PHP install problem

    Apache 24 install,configuration and start successful. Mysql install is the problem: pkg install mysql57-server mysql57-client Error message: http://http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/All/mysql57-server-5.7.17_3.txz: Not Found I...
  15. MMacD

    MariaDB still not reading my.cnf?

    Apologies if this isn't the right place for this. Am I doing something stupid, or not doing something I should be doing? Because if not, MariaDB still isn't interpreting my.cnf, although it complains if it's not in /usr/local/etc/mysql. The command: 13:59:57 Thu, 16 Feb...
  16. formaltux

    Failed upgrade mysql 5.6.34 to 5.6.35 (portupgrade)

    Hi, Yesterday morning around 8 am (GMT+1), I performed what should of been standard MySQL upgrade from MySQL 5.6.34 to MySQL 5.6.35 using portupgrade, but ended up losing InnoDB tables completely and spending whole day getting them restored. I ran mysql_upgrade after database restart and...
  17. IPTRACE

    10.3->11.0 (mysql does not start)

    Hello! Next problem after upgrade to 11.0-RELEASE. MySQL does not start. No data in logs. Reinstallation didn't help. @db1:~ % sudo service mysql-server status mysql is not running. @db1:~ % sudo service mysql-server start Starting mysql. @db1:~ % sudo service mysql-server status mysql is not...
  18. G

    Problem starting MySQL

    Hi All, I have a problem starting MySQL, (5.7.13_1). From my err.log Shared object "liblz4.so.1" not found, required by "mysqld" Bit of background, this was an old FreeBSD 9.x server that I updated to 10.2 some time ago. I recently upgraded MySQL, all went fine at the time. Was forced to...
  19. FKEinternet

    Data no longer accessible after upgrade from MySQL 5.6 to 5.7

    I upgraded my server from MySQL 5.6 to 5.7 via pkg install mysql57-server. After getting the changed configuration issues sorted out so I could run mysql_upgrade -u root -p successfully, it reported that practically all of my existing tables don't exist - because they are stored on disk with...
  20. Neveroldmilk

    Have problems to start MySQL 5.7

    I used pkg to install MySQL 5.7 by this command: $ sudo pkg install mysql57-server Then I have problems to start MySQL, and the command and output is listed below: $ sudo sysrc mysql_enable=yes mysql_enable: -> yes $ sudo service mysql-server start /usr/local/etc/rc.d/mysql-server: WARNING...
Back
Top