Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 308 Bytes

File metadata and controls

16 lines (11 loc) · 308 Bytes
title Remove a Data Source
sidebarTitle Remove a Data Source

Description

The drop_database() function enables you to remove a defined data source connection from MindsDB.

Syntax

Use the drop_database() method to remove a database:

server.drop_database('mysql_demo_db')