Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-15258

Ansi quotes does not work with password

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Not a Bug
    • 10.0.33-galera
    • N/A
    • Character Sets
    • Ubuntu 16.04 LTS

    Description

      MariaDB [(none)]> SET SQL_MODE=ANSI_QUOTES;
      Query OK, 0 rows affected (0.00 sec)
       
      MariaDB [(none)]> CREATE USER "foo"@"localhost" IDENTIFIED BY "bar";
      ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"bar"' at line 1
      MariaDB [(none)]> CREATE USER "foo"@"localhost" IDENTIFIED BY 'bar';
      Query OK, 0 rows affected (0.00 sec)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jmantysalo Jori Mäntysalo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.