mysql errors

  1. F

    How to fix mysql-server won't start after pkg upgrade 8.0 to 8.1

    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...
  2. 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...
  3. C

    MySQL Errors

    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...
Back
Top