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
[Solved] Brain cms MYSQL error
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="onacceptable" data-source="post: 470805" data-attributes="member: 88993"><p>i made a new user "hoteluser" and gave that user all permissions of that "habbo" database but i allsoo did try the root one for debugging but that allsoo did not do anything rlly ;(</p><p>[automerge]1631098590[/automerge]</p><p>Okey friends i found the issue i had the [ICODE]CREATE USER 'hoteluser'@'127.0.0.1'[/ICODE] ip part set to a wilde card now i fixed it and it works like a charm soo if anyone ever wants to do this the same like me make sure to use it like this[ICODE]CREATE USER 'someuser'@'127.0.0.1' IDENTIFIED BY 'somepassword'; GRANT ALL PRIVILEGES ON databasename.* TO 'someuser'@'127.0.0.1' WITH GRANT OPTION; [/ICODE] thank you all for your help <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="onacceptable, post: 470805, member: 88993"] i made a new user "hoteluser" and gave that user all permissions of that "habbo" database but i allsoo did try the root one for debugging but that allsoo did not do anything rlly ;( [automerge]1631098590[/automerge] Okey friends i found the issue i had the [ICODE]CREATE USER 'hoteluser'@'127.0.0.1'[/ICODE] ip part set to a wilde card now i fixed it and it works like a charm soo if anyone ever wants to do this the same like me make sure to use it like this[ICODE]CREATE USER 'someuser'@'127.0.0.1' IDENTIFIED BY 'somepassword'; GRANT ALL PRIVILEGES ON databasename.* TO 'someuser'@'127.0.0.1' WITH GRANT OPTION; [/ICODE] thank you all for your help :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Solved] Brain cms MYSQL error
Top