December 2015
Beginner to intermediate
350 pages
6h 49m
English
In this chapter we will enhance our Python GUI by connecting to a MySQL database.
Before we can connect to a MySQL server, we have to have access to a MySQL server. The first recipe in this chapter will show you how to install the free MySQL Server Community Edition.
After successfully connecting to a running instance of our MySQL server, we will design and create a database that will accept a book title, which could be our own journal or ...
Read now
Unlock full access