MyBB Community Forums

Full Version: If i change cpanel's username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If I change my cpanel's username, which files I need to change its paths? Huh

Thanks,
.i.inc/config.php

You'll need to change the Database username and name.

For example, if your Database username is:

cpanel_forum

If you change your cpanel username from cpanel to user.

Change your Database username AND Database name in .inc/config.php to user_forum.
(2011-03-19, 07:03 AM)The Elite Wrote: [ -> ].i.inc/config.php

You'll need to change the Database username and name.

For example, if your Database username is:

cpanel_forum

If you change your cpanel username from cpanel to user.

Change your Database username AND Database name in .inc/config.php to user_forum.

Thanks, solved... Smile
No problem, you could set my post as the solution so it's easier for others with trouble to read it.