Skip to content

Database _zermelo_cache creation problem on MSSQL database #153

Description

@3edawit

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions