Dolphin86 Posted March 25, 2020 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted March 25, 2020 (edited) what i did wrong? MariaDB [(none)]> GRANT SELECT,INSERT,UPDATE,DELETE ON rathena8601\_rag.* TO 'rathena8601'@'localhost'; ERROR: Unknown command '\_'. ERROR 1046 (3D000): No database selected MariaDB [(none)]> Edited March 25, 2020 by dolphincute Quote Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted March 25, 2020 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share Posted March 25, 2020 4 hours ago, dolphincute said: what i did wrong? MariaDB [(none)]> GRANT SELECT,INSERT,UPDATE,DELETE ON rathena8601\_rag.* TO 'rathena8601'@'localhost'; ERROR: Unknown command '\_'. ERROR 1046 (3D000): No database selected MariaDB [(none)]> Try to change: rathena8601\_rag.* To: rathena8601_rag.* Quote Link to comment Share on other sites More sharing options...
Question
Dolphin86
what i did wrong?
MariaDB [(none)]> GRANT SELECT,INSERT,UPDATE,DELETE ON rathena8601\_rag.* TO 'rathena8601'@'localhost'; ERROR: Unknown command '\_'. ERROR 1046 (3D000): No database selected MariaDB [(none)]>

Edited by dolphincuteLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.