Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee52bc commit fc28372Copy full SHA for fc28372
1 file changed
lib/core/settings.py
@@ -54,7 +54,7 @@
54
55
# Database managemen system specific variables
56
MSSQL_SYSTEM_DBS = ( "Northwind", "model", "msdb", "pubs", "tempdb" )
57
-MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" )
+MYSQL_SYSTEM_DBS = ( "information_schema", "mysql" ) # Before MySQL 5.0 only "mysql"
58
PGSQL_SYSTEM_DBS = ( "information_schema", "pg_catalog" )
59
ORACLE_SYSTEM_DBS = ( "SYSTEM", "SYSAUX" )
60
0 commit comments