create_GAVRT_mysql_auth¶
-
Data_Reduction.GAVRT.mysql.
create_GAVRT_mysql_auth
(host=None, user=None, pw=None)¶ Create a fairly private authentication file for GAVRT mysql db
The file goes into your home directory. It will authenticate you automatically.
:param host : database platform :type host : str
:param user : authorized user :type user : str
:param pw : password :type pw : str
- Returns
True if successful