Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
This page:
https://mariadb.com/kb/en/use-database/
says that 10.3 introduces the USE DATABASE syntax. Not sure if it's correct, but 11.4.2 (released on 29th of May) doesn't seem to have this syntax:
MariaDB [(none)]> USE DATABASE test; |
ERROR 1049 (42000): Unknown database 'DATABASE' |