创建MySQL账户
Posted zhouwanchun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建MySQL账户相关的知识,希望对你有一定的参考价值。
#!/usr/bin/env python3 # -*- coding: utf-8 -*- #----------------------------------------------------------# # Date : xxxx-xx-xx # # Author : Created by zhouwanchun. # # Wechat : loveoracle11g # # Function: This scripts function is ... # # Version : 1.1 # #----------------------------------------------------------# # 导入模块 import os import subprocess import mysql.connector import myloginpath # Linux终端清屏 os.system(‘clear‘) # 注释信息 print("""