摘要: http://www.shsnc.com/show-109-1004-1.html import pymysql def insert_sql(sql): eng = pymysql.connect(host='123.56.2.32', user='root', password='123456' 阅读全文
posted @ 2021-08-11 19:41 睁yan-ii 阅读(1403) 评论(0) 推荐(0) 编辑
摘要: http://www.shsnc.com/show-109-1004-1.html 1 创建表 mysql>create table t ( id int, data json, primary key(id)) engine=innodb; Query OK, 0 rows affected (0 阅读全文
posted @ 2021-08-11 19:38 睁yan-ii 阅读(1917) 评论(0) 推荐(0) 编辑