Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database _zermelo_cache creation problem on MSSQL database #153

Open
3edawit opened this issue Jan 15, 2022 · 0 comments
Open

Database _zermelo_cache creation problem on MSSQL database #153

3edawit opened this issue Jan 15, 2022 · 0 comments

Comments

@3edawit
Copy link

3edawit commented Jan 15, 2022

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';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant