Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created April 2, 2015 17:00
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/c0aace708c248eac551d to your computer and use it in GitHub Desktop.
Save Kaiderella/c0aace708c248eac551d to your computer and use it in GitHub Desktop.
Cấu hình tập tin wp-config.php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');
/** MySQL database username */
define('DB_USER', 'username_here');
/** MySQL database password */
define('DB_PASSWORD', 'password_here');
/** MySQL hostname */
define('DB_HOST', 'localhost');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment