Advertisement
Guest User

Untitled

a guest
May 19th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 'db' =>
  2. array (
  3. 'table_prefix' => '',
  4. 'connection' =>
  5. array (
  6. 'default' =>
  7. array (
  8. 'host' => 'Your MySQL server hostname',
  9. 'dbname' => 'database_name',
  10. 'username' => ''MySQL username server to connect database',
  11. 'password' => 'MYSQL server database password',
  12. 'active' => '1',
  13. ),
  14. ),
  15. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement