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...
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
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...
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...
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)...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.