mysql databases

  1. J

    Running the same service (apache, mysql) in multiple jails

    I am running a few jails via ezjail. Nginx and pf on the main host take care of routing incoming requests to the appropriate jail. Each jail needs to run different instances of the same service - Apache and MySQL. Please help me get the set up right for doing this^^. As far as I understand...
  2. 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
  3. Maelstorm

    Relocate MySQL databases

    I have a default installation of MySQL 5.7 on my machine. The default locations of the database directories (there are three of them (mysql, mysql_secure, and mysql_tmpdir)) is /var/db. I want to move them to /usr/local/var/db. I have tried symlinking them, moving them and changing the config...
  4. 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...
  5. K

    I cant login to mysql

    Hi guys, im working on vps with freebsd 10.3p11 on it. I instaled mysql55-server, i created users gave them prermissons etc. After then i rebooted my maschine and now i cant login. When i used service mysql-server start it said that mysql-server started but i cant see the process (used ps -x)...
  6. F

    ERROR 2002 (HY00): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

    How can I backup the databases in MySQL 5.6 if it will not run? It will not create an mysql.sock so I can't do a dump. I have also reinstalled MySQL 5.6 two times without errors and will not create mysql.sock to get the MySQL running to perform the dump / backup. I have the mysql directory...
  7. R

    FreeBSD 9.3 MySQL updating problem

    Hey guys, i I want to install the MySQL packages on the FreeBSD root, its the first time I am trying to work with a FreeBSD root, and now I have an error. I hope someone can help me to fix it. "cd /usr/ports/databases/mysql55-server /usr/ports/databases/mysql55-server # make...
Back
Top