Guest User

Untitled

a guest
Aug 8th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. PHP joomla Migration
  2. var $host = 'localhost'; // Leave it to localhost if you are unsure
  3. var $user = 'your-database-user'; // This should be changed to yours
  4. var $password = 'yourpass'; // Change it to the password for the database user
  5. var $db = 'your-database-name'; // Change it to the name of your database
Add Comment
Please, Sign In to add comment