6👍
https://newbedev.com/nameerror-name-mysql-is-not-defined-after-setting-change-to-mysql
The above link helped me
pip install mysql-client
export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$PATH"
Source:stackexchange.com
6👍
https://newbedev.com/nameerror-name-mysql-is-not-defined-after-setting-change-to-mysql
The above link helped me
pip install mysql-client
export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$PATH"