Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
I think I found the reason why i cannot connect to my localhost. After some testing, I think it is because i am using an user account (I am using root account in my MariaDB) that can access to multiple databases in my MariaDB.
Once I create an user account that can only access to single database, I can access to my local database already.
Is this a bug? Or is it meant to be this way?
I have no idea. Cos when I use a user with multiple database access (example Database A, B, C, D), my tables not able to load. The loading gif keeps on moving endlessly..
But, when I use a user that have only 1 database access (example Database B only), the tables was loaded instantly.