CityHost.UA
Help and support

Where is the WordPress configuration file?

The configuration file serves for the initial setup of the site on the WordPress engine, the main function of which is to connect the site to the database.

The file itself is called wp-config.php and is located in the root directory of the site, the absolute path to which you can find out in your control panel

 define ( 'DB_NAME', 'НАВЗВА БАЗИ ДАНИХ' ); define ( 'DB_USER', 'ІМ`Я КОРИСТУВАЧА БАЗИ ДАНИХ' ); define ( 'DB_PASSWORD', 'ПАРОЛЬ ВІД КОРИСТУВАЧА БАЗ ДАНИХ' ); define ( 'DB_HOST', 'НАЗВА СЕРВЕРА БАЗ ДАНИХ' ); $table_prefix = 'ПРЕФІКС НАЗВИ ТАБЛИЦЬ, ЯКІ ВИКОРИСТОВУЮТЬСЯ В БАЗІ ДАНИХ';

When transferring the site to our hosting, it is important to fill in all these data correctly.

You can correctly copy them from the control panel using the instructions from [CHAPTER MYSQL]


Similar articles