Я хочу подключить свою локальную базу данных Wordpress к серверу базы данных cpanel phpmyadmin.
это мои конфиги wp-config file
define( 'DB_NAME', 'pixelshop' );
/** MySQL database username */
define( 'DB_USER', 'root' );
/** MySQL database password */
define( 'DB_PASSWORD', '' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );
/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );