You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@359f34d1b4c6 ~]# vi ~/.bash_profile
LANG=zh_CN.GB18030
LANGUAGE=zh_CN.GB18030:zh_CN.GB2312:zh_CN
export LANG LANGUAGE
[root@359f34d1b4c6 ~]# . ~/.bash_profile
说明
要使用Python操作MySQL,需要安装 Connector/Python,下面是具体的步骤
操作系统:Centos系列、OpenSUSE
Python版本:2.X系列(2.6.9及其以上)
参考网站:
准备步骤
1、shell支持中文
2、安装依赖包-setuptools
可以选择下面两种方式安装:
A-安装pip
参考: pip.pypa.io/en/stable/installing/
B-安装setuptools
CentOS:
SUSE 11:
安装Connector/Python
The text was updated successfully, but these errors were encountered: