SQLAlchemyを使ってMySQLに接続する
環境 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ python3 –version Python 3.6.8 インストールする $ …
環境 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ python3 –version Python 3.6.8 インストールする $ …
MySQL Connector/Pythonの使い方を紹介する。 環境 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ python3 – …
MySQL Yum リポジトリを追加する $ sudo rpm -Uvh https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm http …
MySQLのlog_queries_not_using_indexesを使用すると、 参照にインデックスが使用されていないクエリーをログに記録できます。 ログの出力先を確認する > SHOW GLOBAL VARI …