|
Sometimes when you move servers, your new DB will have a prefix automatically added onto it. If your prefix was 'mywebsite', your new host may have appended johhnyd to that name. You will now have to change this from 'mywebsite' to 'johhnyd_mywebsite'.
Make sure you have a valid MySQL name and password with the appropriate access set up for that DB.
|