摘要:
python链接mongodb需要指定数据库 import pymongo monclient = pymongo.MongoClient("mongodb://用户名:密码@192.168.10.200:27017/数据库名") mondb = monclient["数据库名"] moncol = 阅读全文
摘要:
下载bin文件 https://dev.mysql.com/downloads/mysql/ 选择Linux Generic,下载对应的tar包 解压tar包 解压完成后,目录结构如下: ls bin docs include lib LICENSE man README share support 阅读全文