

Python + MySQL in playlist:
This is an introduction to using MySQL with the Python programming language and the MySQLdb import. MySQL is a popular database language that is used most often with websites and online hosting. MySQL is its own programming language, which works alongside other languages, in this case, like Python. You are able to store, retrieve, modify, delete and do other things with your data.
Sentdex.com
Facebook.com/sentdex
Twitter.com/sentdex
source
ERROR 2005 (HY000): Unknown MySQL server host 'mysql.server' (2)
getting this error
WHO GOT (HY000) ERROR :
1. GO TO DATABASES
2. COPY Database host address (example.mysql.pythonanywhere-services.com)
3. GO BACK TO YOUR BASH CONSOLE
4.PUT : mysql -uYOUR_USERNAME –hexample.mysql.pythonanywhere-services.com -p
that works 100%
For those having the "(HY000) error " go to your database tab and where it says Database Host Name you have to enter that entire name into the console and then proceed with the rest it should work.
I got ERROR 2005 (HY000): Unknown MySQL server host 'mysql.server' (2) after writing password on shell
Was searchin' for this and came across a playlist and thought, "oh nice a compiled finished list perhaps?" Turns out, it's by the lord and saviour himself. Thanks Sentdex Sensei! <3
Hi Sentdex, I work in a lab that generates a lot of spectral data (each file can consist of 15 different columns about 4000 lines long of numerical values). There can be many parameters for each file (metal, number of laser pulses, energy used, date, user, etc.) I am thinking of building a database and using python to filter the data and display the results in various plots. I have python experience but only a tiny amount with SQL. I'm just curious if you have experience doing this with a database that would grow over time and if there is a preference between SQL, MySQL, and SQLite.
In this vid not a word about Python, i hope the next one does what the title sais
when i running the mysql command in the bash consloe than show error "command not find".Can u help me to resolve this error
this dude likes to talk ALOT
hey I am trying to send data from app inventor2 what address must I put to reach the database
Hi dude i just would ask you , what about mariadb they say that its better than mysql so do i learn mariadb or sql . Even this ,what is the diffrence between mysql and sql and nosql … all those kind of same names
Man, Sentdex is so awesome… Every time I take up a big project hes already gone about building a tutorial for half the tasks involved haha
is thius still working in 2017
very well articulated
In the order of Python, we have Master Obi-Wan Ke-sentdex
Hi bro am a beginner i just know basics of python can i learn this straight away or do you have any prerequisite course(playlist because you have plenty of playlist) ping me asap bro Thanks
Loved this video!!! I am learning MySQL faster than ever because of your videos!!! Thanks Sentdex
Thanks for tutorials..really wondering what in Python you have not done…thanks for all vids
It is showing an error while running the mysql command in the bash console
ERROR 2005 (HY000): Unknown MySQL server host 'mysql.server' (0
Thank you for these tutorial. I wanna know if I can run the python code from outside pythonanywhere and access the database.
dude, you have done a tutorial for half of the things I try to learn on the internet. thank you!
hi derek, im having trouble running an application. i have to connect the log in to mysql data base and from the data base the application gets username, password, ect. i was wondring if you can help me out set up my data base. im , im currently using xammp my sql and im only confused on where i have to set the users. on rows and rows. is there any way i can contact you so i can send you the script?