Dolphin86 Posted March 25, 2020 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 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...
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