SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the keyword 'IF'. (SQL: CREATE DATABASE IF NOT EXISTS _zermelo_cache;)
You may not have permission to the database _zermelo_cache to query its existence.
root may have insufficient permissions and you may have to run the following command:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES ON _zermelo_cache.* TO 'root'@'localhost';
SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the keyword 'IF'. (SQL: CREATE DATABASE IF NOT EXISTS
_zermelo_cache;)You may not have permission to the database
_zermelo_cacheto query its existence.rootmay have insufficient permissions and you may have to run the following command:GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES ON
_zermelo_cache.* TO 'root'@'localhost';