How to use MySQL with conda/Python 3.6 -




i'm trying use python mysql, following online tutorial. in tutorial installs mysql on ubuntu, i'm using windows anaconda. want start mysql, basic command "mysql -u root -p", assume same on conda.

i've installed mysql downloading , going through easy installer (mysql workbench works). i've installed "mysqlclient" using pip. i've installed "pymysql" , "mysql-connector-python" using conda.

i still not able start mysql through conda. have experience mysql, new python , anaconda.

i have python 3.6 installed, mysql 5.6, windows 10. right when try start mysql through anaconda (>mysql) says "mysql not recognized..."

i'm assuming can use conda terminal in linux enter mysql.

in question how use mysql anaconda's python ide answered downloading "pymysql" i've done. there more installing it?

if runs same issue. first of had go task manager > services, , switch mysql "running". had navigate mysql folder conda , able start mysql there.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -