Skip to content

Instantly share code, notes, and snippets.

@carlaizumibamford
Created March 14, 2022 16:51
Show Gist options
  • Select an option

  • Save carlaizumibamford/0e7c2ee61a981b0f20c34c33088bd993 to your computer and use it in GitHub Desktop.

Select an option

Save carlaizumibamford/0e7c2ee61a981b0f20c34c33088bd993 to your computer and use it in GitHub Desktop.
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', '' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment