I briefly knocked my personal web server offline while upgrading the database. In this thread I explain the errors I encountered and how to fix them.
1. Different lower_case_table_names settings for server ('0') and data dictionary ('1').
Probably best to back up your config file before...
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...
I'm trying to connect my site to MySQL.
CONNECTION NAME: (I choose any name)
MYSQL SERVER: localhost
USERNAME: chennon_username (user of the MySQL Database - created with Hosting)
PASSWORD: (password to the above user- created with Hosting)
DATABASE:
I'm having problems connecting. I'm...
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.