mysql errors

  1. 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...
  2. 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