mysql inception安装_Centos7.4 安装 Inception

Cetos7.4系统  环境设置

配置文件

启动测试

安装测试完成。

python3

由于python3使用的pymysql模块里并未兼容inception返回的server信息,因此需要编辑/path/to/python3/lib/python3.4/site-packages/pymysql/connections.py:

在if int(self.server_version.split('.', 1)[0]) >= 5: 这一行之前加上以下这一句并保存,记得别用tab键用4个空格缩进:

self.server_version = '5.6.24-72.2-log'

pymysql.png

*************************** 1 .row ***************************

ID : 1

stage : CHECKED

errlevel : 0

stagestatus : Audit completed

errormessage : None

SQL : use hequan

Affected_rows : 0

sequence : '0_0_0'

backup_dbname : None

execute_time : 0

sqlsha1 :

*************************** 2 .row ***************************

ID : 2

stage : CHECKED

errlevel : 2

stagestatus : Audit completed

errormessage : Table 'adaptive_office' already exists.

Set engine to innodb for table 'adaptive_office'.

Set charset to one of 'utf8mb4' for table 'adaptive_office'.

Set comments for table 'adaptive_office'.

Column 'id' in table 'adaptive_office' have no comments.

Column 'id' in table 'adaptive_office' is not allowed to been nullable.

Set Default value for column 'id' in table 'adaptive_office'

Set a primary key for table 'adaptive_office'.

SQL : CREATE TABLE adaptive_office(id int)

Affected_rows : 0

sequence : '0_0_1'

backup_dbname : 192_168_10_81_3306_hequan

execute_time : 0

sqlsha1 :

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值