LoginSignup
0
0

More than 3 years have passed since last update.

Linux上でPython3でMySQLへアクセスするためのyumコマンド

Last updated at Posted at 2020-09-21

実行

mysqlclient使わなければ不要かも。

# とりあえず
yum update -y
# /usr/include 配下に実行したいpythonのディレクトリが出来ること
# 例:/usr/include/python3.7

yum install -y python3-devel
# /lib64/mysql/libmysqlclient.so.18 が入る

yum install -y gcc mysql-devel mysql-libs
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0