Documentation Home
MySQL 9.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.7Mb
PDF (A4) - 40.8Mb
Man Pages (TGZ) - 261.1Kb
Man Pages (Zip) - 368.3Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


MySQL 9.3 Reference Manual  /  ...  /  DROP LIBRARY Statement

15.1.30 DROP LIBRARY Statement

DROP LIBRARY [IF EXISTS] [database.]library

Drops the named JavaScript library. An optional database name may be specified; otherwise, the current database is assumed.

To execute this statement, the user must have the ALTER ROUTINE privilege. A library created by a user with the SYSTEM_USER privilege can be dropped only by a user having the same privilege.

See Section 27.3.8, “Using JavaScript Libraries”, for more information and examples.