Database settings are stored in wp-config.php:

  1. DirectAdmin → File Manager
  2. Open public_htmlwp-config.php
define( 'DB_NAME', 'your_database_name' );
define( 'DB_USER', 'your_database_user' );
define( 'DB_PASSWORD', 'your_database_password' );
define( 'DB_HOST', 'localhost' );
Ha estat útil la resposta? 0 Els usuaris han Trobat Això Útil (0 Vots)