安裝MySQLdb模組
centos6.2安裝MySQLdb模組
模組下載地址:
MySQLdb模組依賴包:
python-devel-2.6.6-51.el6.x86_64.rpm
2.cd MySQL-python-1.2.4b4
3.修改site.cfg檔案
mysql_config = /usr/bin/mysql/mysql_config (mysql_config檔案位置,可以透過find / -name mysql_config找到)
4.python setup.py build
5.python setup.py install
遇到的錯誤:
>>> import MySQLdb
Traceback (most recent call last):
File "", line 1, in
File "MySQLdb/__init__.py", line 19, in
import _mysql
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
解決方法:
找不到libmysqlclient.so.18檔案,於是到mysql安裝目錄裡找到這個檔案並且做一個軟連線到/usr/lib
ln -s /usr/local/mysql/lib/libmysqlclient.so.18 /usr/lib/libmysqlclient.so.18
如果是64位系統則
ln -s /usr/local/mysql/lib/libmysqlclient.so.18 /usr/lib64/libmysqlclient.so.18
模組下載地址:
MySQLdb模組依賴包:
python-devel-2.6.6-51.el6.x86_64.rpm
mysql-devel-5.1.71-1.el6.x86_64.rpm依賴包透過yum源安裝
1.tar -xfz MySQL-python-1.2.4b4.tar.gz2.cd MySQL-python-1.2.4b4
3.修改site.cfg檔案
mysql_config = /usr/bin/mysql/mysql_config (mysql_config檔案位置,可以透過find / -name mysql_config找到)
4.python setup.py build
5.python setup.py install
遇到的錯誤:
>>> import MySQLdb
Traceback (most recent call last):
File "
File "MySQLdb/__init__.py", line 19, in
import _mysql
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
解決方法:
找不到libmysqlclient.so.18檔案,於是到mysql安裝目錄裡找到這個檔案並且做一個軟連線到/usr/lib
ln -s /usr/local/mysql/lib/libmysqlclient.so.18 /usr/lib/libmysqlclient.so.18
如果是64位系統則
ln -s /usr/local/mysql/lib/libmysqlclient.so.18 /usr/lib64/libmysqlclient.so.18
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29989552/viewspace-1805409/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python 3安裝MySQLdbPythonMySql
- python 模組安裝Python
- PyMySQL模組安裝MySql
- Python模組安裝Python
- php 安裝zip模組PHP
- Python安裝selenium模組Python
- windows 安裝 Pillow 模組Windows
- python 安裝模組的方法Python
- pip 命令安裝模組包
- python openssl模組如何安裝?Python
- pip進行模組安裝
- Python模組、第三方模組安裝、模組匯入教程Python
- 模組的釋出和安裝
- nodejs檢查已安裝模組NodeJS
- Mac 編譯安裝 PHPRedis 模組Mac編譯PHPRedis
- Python安裝模組有哪些方法?Python
- 怎麼用anaconda安裝模組?
- 在pycharm安裝MySQLdb庫和pymysql庫的區別PyCharmMySql
- 強制解除安裝報錯模組
- Nginx安裝nginx-rtmp-module模組Nginx
- 手撕Vuex-安裝模組方法Vue
- FreeSwitch一些模組的安裝
- python模組安裝目錄在哪裡Python
- Python paramiko模組的安裝與使用Python
- 怎樣安裝python的GPIO模組Python
- 安裝fbprophet模組詳細步驟
- Centos下安裝FastDFS及Nginx模組CentOSASTNginx
- 解決centos7 安裝MySQLdb-python 報錯 方案CentOSMySqlPython
- Python:檢視已安裝模組 和 檢視可匯入模組Python
- python(pip)包/模組:如何離線安裝?Python
- Python如何檢視安裝了哪些模組?Python
- 手撕Vuex-安裝模組資料Vue
- Python 模組的製作,釋出,安裝Python
- php_ldap域整合模組安裝-159PHPLDA
- 軟測WebUI Python安裝selenium模組失敗,用VSCode安裝成功WebUIPythonVSCode
- 【PHP】Mcrypt 擴充套件模組安裝及使用PHP套件
- pip安裝模組超時怎麼處理
- Nginx為已安裝nginx動態新增模組Nginx
- 「模組化安裝」,定義你自己的CloudQueryCloud