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
Quick mysql question
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="Fisher" data-source="post: 166038" data-attributes="member: 24482"><p>[CODE]UPDATE users SET home_room = '14' [/CODE]</p><p>Run that query, that will however, only change the users currently in the database. Any new players you get will still have the default 0. </p><p>If you are using NaviCat to manage your database go to your users table, click file >> design and set the default home_room as 14, that will make it so all new players are set to 14. Then run the query to change the existing users.</p></blockquote><p></p>
[QUOTE="Fisher, post: 166038, member: 24482"] [CODE]UPDATE users SET home_room = '14' [/CODE] Run that query, that will however, only change the users currently in the database. Any new players you get will still have the default 0. If you are using NaviCat to manage your database go to your users table, click file >> design and set the default home_room as 14, that will make it so all new players are set to 14. Then run the query to change the existing users. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Quick mysql question
Top