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



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

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:
https://www.youtube.com/watch?v=yOmxJbZjTnU&t=1073s

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 mysql.connector
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 Tabel Created
15:39 – Add Record To Database
18:10 – Show Records
19:00 – Test It Out!
19:29 – Conclusion

Comments are closed.