I am tranferring Joomla website from my local server to a live server.
I need to change the database name when I do so.
Can anyone tell me which file I need to change please?
Thanks in advance.
I am tranferring Joomla website from my local server to a live server.
I need to change the database name when I do so.
Can anyone tell me which file I need to change please?
Thanks in advance.
configuration.php in the root of the joomla install, replace the line
var $db = 'old-database'
with:
var $db = 'new-database'