Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created March 30, 2015 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/b9901d6052cba082c3e3 to your computer and use it in GitHub Desktop.
Save Kaiderella/b9901d6052cba082c3e3 to your computer and use it in GitHub Desktop.
Chỉnh sửa file wp-config.php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'your_db');
/** MySQL database username */
define('DB_USER', 'yourusername');
/** MySQL database password */
define('DB_PASSWORD', 'this-is-your-password');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment