Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Stuck on the CONFIG.php part?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Babybogs2012" data-source="post: 219283" data-attributes="member: 12980"><p><span style="font-family: 'Consolas'">* MySQL management</span></p><p><span style="font-family: 'Consolas'">*</span></p><p><span style="font-family: 'Consolas'">*/</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">$_CONFIG['mysql']['username'] = 'root'; //MySQL username</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">$_CONFIG['mysql']['password'] = '<strong>YOUR ROOT PASSWORD HERE</strong>'; //MySQL password</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">$_CONFIG['mysql']['database'] = 'r63b'; //MySQL database</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">$_CONFIG['mysql']['port'] = '3306'; //MySQL's port</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">/*</span></p><p> <span style="font-family: 'Consolas'"></span></p><p><span style="font-family: 'Consolas'">*/</span></p><p><span style="font-family: 'Consolas'">can anyone help me with this part of what i need to full out ect and what needs to go into what :S</span></p></blockquote><p></p>
[QUOTE="Babybogs2012, post: 219283, member: 12980"] [FONT=Consolas]* MySQL management * */ $_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection. $_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host $_CONFIG['mysql']['username'] = 'root'; //MySQL username $_CONFIG['mysql']['password'] = '[B]YOUR ROOT PASSWORD HERE[/B]'; //MySQL password $_CONFIG['mysql']['database'] = 'r63b'; //MySQL database $_CONFIG['mysql']['port'] = '3306'; //MySQL's port /* */[/FONT] [FONT=Consolas]can anyone help me with this part of what i need to full out ect and what needs to go into what :S[/FONT] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Stuck on the CONFIG.php part?
Top