host not allowed connect with mariadb - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: host not allowed connect with mariadb (/showthread.php?tid=349083) |
host not allowed connect with mariadb - ikkeenjij36 - 2019-11-09 After setting up a new syn box i have troubles making database om mariadb on my syno I get either this fault: unable to open database (Host xxx.xxx.x.xxx is not allowed to connect on this MariaDb server) or user eric is not allowed ......... I've setup mariadb 5 and 10 same probs on both Made user eric with pw advanced settings.xml same user and pw made no db with name eric How do i go from here? Had it runnuing on my previous testbos with xpenology RE: host not allowed connect with mariadb - DarrenHill - 2019-11-09 Did you grant the MySQL user the correct privs to be able to read/write to the database you're trying to create/use? There are some more details on the wiki (MySQL (wiki)) which may help, although it's a little beyond Kodi itself hence the advanced/experimental tags. RE: host not allowed connect with mariadb - ikkeenjij36 - 2019-11-09 (2019-11-09, 09:52)DarrenHill Wrote: YDid you grant the MySQL user the correct privs to be able to read/write to the database you're trying to create/use? Yes i did give the user all privs to read and write with grant all RE: host not allowed connect with mariadb - black_eagle - 2019-11-09 (2019-11-09, 11:16)ikkeenjij36 Wrote: Yes i did give the user all privs to read and write with grant all If you log into the mariadb server as that user and then do show grants; what does the output say ?It should be something like this
Sounds like you may have only granted privileges for that user on the local machine, instead of network wide. RE: host not allowed connect with mariadb - ikkeenjij36 - 2019-11-09 (2019-11-09, 11:32)black_eagle Wrote:(2019-11-09, 11:16)ikkeenjij36 Wrote: Yes i did give the user all privs to read and write with grant all How do i do that? by ssh or in the phpadmin ? i made it on localhost ,or should i make it on any host? with %? removed mariadb5 and 10 on syno reinstalled mariadb 10 made a user eric grant all on % now it connects to the maria db but it cant make a db on it now? RE: host not allowed connect with mariadb - black_eagle - 2019-11-09 (2019-11-09, 12:14)ikkeenjij36 Wrote: it cant make a db on it now? What does the Kodi logfile say ? See Debug Log (wiki) for details on how to find and upload it somewhere. |