Using MySQL Database With Kivy - Python Kivy GUI Tutorial #56

In this video I’ll show you how to start using the MySQL database in your Kivy Apps! Using MySQL with Kivy is pretty easy, I’ll walk you thru it in this video. We’ll start out by downloading MySQL, then we’ll pip install the mysql connectors that allow our python app to connect to Mysql. Then we’ll configure a MySQL connection, and create a database and table, and go from there! Install MYSQL: MySQL Connectors: pip install mysql-connector mysql-connector-python mysql-connector-python-rf #kivy #codemy #JohnElder Timecodes 0:00​​ - Introduction 1:24 - Download and Instal MySQL 3:55 - pip install MySQL Connectors 6:02 - Import 7:47 - Create MySQL Connection 9:31 - Create MySQL Cursor 9:53 - Create MySQL Database 10:55 - Check To See if Database Created 12:25 - Create Database Table 13:34 - Check To See If Tabe
Back to Top