I moved hosts from one company to another. I exported the Mint DB and created a new DB at the new host (DB names aren’t the same). I then imported the database from the backup (an SQL file) and make the correct entries in the db.php:
‘server’ => ‘tonygeer.com’, ‘username’ => ‘un’, ‘password’ => ‘pw, ‘database’ => ‘tonygeermint’, ‘tblPrefix’ => ‘mint_’
When I go to tonygeer.com/mint I’m getting an error that says “MySQL Error: Lost connection to MySQL server during query. (2013)”.
This is version 1.29.
If I run a query on the DB in phpMyAdmin I’m getting results, so the info is there and the DB is up. Did I do anything wrong?