Open pitermcflebor opened 4 years ago
The same happens to me. I have detected that it does not always happen, in my case I think it is related to the MySQL configuration, and how the users are created, since it does not happen to me with all the users I have, but with some.
I use MySQL 8.0.x (Yes, I know it is not the best, but it is a test environment), my FX Server version is 3302 and the users create them in the following way:
CREATE USER 'USER' @ '%' IDENTIFIED WITH mysql_native_password BY 'PASSWORD';
GRANT ALL PRIVILEGES ON *. * TO 'USER' @ '%';
FLUSH PRIVILEGES;
Describe the bug
Using Windows: Every query that uses
SELECT *
doesn't return anything, just an empty table. You need to select each column to not get an empty table. There's an error that appears when you run the server, a JS error. (described below) This only happens on some scripts, i don't find the differenceUsing Linux (CentOS7): Every query returns a NULL result. Getting this error everywhere:
Expected behavior
Not getting an empty table when fetching all data.
Screenshots / Logs
Error on server console:
Software:
Additional info
This was working correctly on previous versions of fx-server 29XX.