Jump to content

Installing with mysql in different port than default.


Recommended Posts

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');

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...