gseed Posted March 17, 2014 Share Posted March 17, 2014 Hi - I need to upload a backup to a new installation and need to find the database access information. Could anyone point me to the file that contains this? Many thanks Garry Link to comment Share on other sites More sharing options...
vekia Posted March 17, 2014 Share Posted March 17, 2014 you can check it in: config/settings.inc.php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'database Name here'); define('_DB_USER_', 'user name here'); define('_DB_PASSWD_', 'password here'); Link to comment Share on other sites More sharing options...
gseed Posted March 17, 2014 Author Share Posted March 17, 2014 Fantastic - Many thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now