check_database¶
-
Data_Reduction.GAVRT.mysql.
check_database
(host, user, passwd, database)¶ Does the database exist on the host?
:param db : database to be opened :type db : str
:param host : name or IP address of database host :type host : str
:param user : an authorized database user :type user : str
:param passwd : user’s password :type passwd : str
- Returns
True or False