mcafee182 Posted December 6, 2011 Share Posted December 6, 2011 Several hosting providers offers mysql 5 on diferent port than default, where in the installation could i set this up ? does a configuration file exist? thanks in advance. Link to comment Share on other sites More sharing options...
bellini13 Posted December 6, 2011 Share Posted December 6, 2011 there is a config folder and within that is a file name "settings.inc.php" in that file will be the following define('_DB_SERVER_', 'localhost'); change that to include the port, for example if your port is 1234 define('_DB_SERVER_', 'localhost:1234'); 1 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