Python 链接Mysql数据库

shell 指令mysql mysql.server start //mysql 本地数据库开启 mysql.server stop //关闭 Python 链接Mysql数据库web # beautyDB 为数据库名 beautydb 为表名 conn = MySQLdb.connect(user='root', passwd ='****', db='beautyDB', host='your
相关文章
相关标签/搜索