PDA

View Full Version : error data base


matikun
01-17-2019, 02:51 AM
<i>Hello
I moved my forum from hostgator USA to hostgator from brazil since its costs are lower and it is practically the same.
i request a migration and they did it.

the question is that my forum does not work and I do not know why, I do not know much, I'm just learning a few months ago to add things and edit, could someone tell me how to know what the problem is? the only thing my forum says is:</i>

The database has encountered a problem.
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the ******** home page, then try to open another page.
Click the Back button to try another link.
The ********* forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

snakes1100
01-17-2019, 08:07 AM
I would start by verifying the master server has the correct info for the mysql server in your config.php

They may have changed going to the new system.

It could also be a username & password didnt transfer over properly.

the one
01-18-2019, 04:15 AM
Also make sure that your nameservers are pointing to the new host

matikun
01-18-2019, 12:19 PM
Hello again
I managed to make it work, but it is destroyed with strange letters, what could it be?
you do not see the forums, nothing
Thanks for the help you gave me so far, I'm learning
https://vborg.vbsupport.ru/external/2019/01/2.jpg
https://vborg.vbsupport.ru/external/2019/01/3.jpg
https://vborg.vbsupport.ru/external/2019/01/4.jpg

snakes1100
01-18-2019, 08:16 PM
The charsets didnt match on import.

matikun
01-19-2019, 04:56 AM
what should I do?
Is there something I can show you so that you can help me solve this problem?

snakes1100
01-19-2019, 01:37 PM
Mysql charset settings would need to match on the old & new server.

character_set_client latin1
character_set_connection latin1
character_set_database latin1
character_set_filesystem binary
character_set_results latin1
character_set_server latin1
character_set_system utf8

You can pull those mysql variables from both servers & post them.