ERROR 1133 (42000): Can't find any matching row in the user table
+-------+------+-----------------------------------------------+
| Level | Code | Message |
+-------+------+-----------------------------------------------+
| Error | 1133 | Can't find any matching row in the user table |
+-------+------+-----------------------------------------------+
M src/main/resources/db/mysql/create_id_generators_table.sql
GRANT SELECT, INSERT, UPDATE, DELETE
on `id_generators`
- to `test`;
+ to `test`@'localhost' IDENTIFIED BY 'test' WITH GRANT OPTION;
+FLUSH PRIVILEGES;
SHOW WARNINGS;