sql >> Database >  >> RDS >> Mysql

Installeer mysqlclient voor Django Python op Mac OS X Sierra

Ik had het volgende nodig om mysqlclient te bouwen / installeren

brew install mysql-client
# mysql-client is not on the `PATH` by default
export PATH="/usr/local/opt/mysql-client/bin:$PATH"
# openssl is not on the link path by default
export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/openssl/lib/"

Dan kan ik pip wheel mysqlclient / pip install mysqlclient succesvol



  1. SQL Server SELECT in bestaande tabel

  2. Een goede gewoonte om verbindingen in een asp.net-toepassing te openen/sluiten?

  3. hoe dbms_scheduler te gebruiken om de taak elke 30 minuten uit te voeren

  4. MySQL - InnoDB versus MyISAM