Topic on Project:Support desk

Stnpwr (talkcontribs)

Good day.

I have problems with restoring the site from a backup.

Or rather, with the restoration of the database.

It's about the site http://wiki.brownie-soft.com/

The database dump was made in automatic mode in the control panel of the hosting provider, the backup system is similar to this instruction:

https://www.siteground.com/tutorials/php-mysql/mysql_export.htm

The database itself, judging by the tables in it, uses a predominantly binary scheme http://prntscr.com/gvsi36

When importing, no errors were observed, the import was performed both through the interface and from the command line using the following command

mysql -u wikidb_user -p wikidb <dump_of_wikidb.skl

As a result of import, the contents of articles stored in the database on the site are not displayed, only the headings of these articles are displayed: http://prntscr.com/gvsj89

In the database itself, the data is displayed as follows: http://prntscr.com/gvsidt

Tell me, please, what I'm doing wrong, and how to import imports correctly so that the contents of the articles on the site are displayed.

MarkAHershberger (talkcontribs)