You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Added create_synonym_db() procedure, which takes a source database name, and synonym name, and then creates a new database synonym with views pointing to all the tables within the source database.
Useful for adding an "i_s" or "p_s" synonym for the "information_schema" or "performance_schema" databases for example.
0 commit comments