Advertisement
Guest User

Config.php

a guest
Aug 20th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. $host = "127.0.0.1";
  2. $dbuser = "root";
  3. $dbpass = "ascent";
  4. $web_db = "website";
  5. $auth_db = "auth";
  6. $char_db = "characters";
  7. $world_db = "world";
  8.  
  9. $conn = mysqli_connect($host, $dbuser, $dbpass, $auth_db);
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement