Fixes user creation in SQL
The user creation defined in the SQL files was valid for MySQL 5, but it is no longer supported by MySQL 8+. This commit fixes this error by using a syntaxis compatible with MySQL 8+.
Showing
Please register or sign in to comment