Category "mysql-connector"

How to check mysql table with python

I want to create a license system for my codes in python. Now I am facing an issue: how can I check if an integer is contained in my MySQL database? Here are so

Let Join C++ MYSQL library

I'm trying to access "category" table with LEFT JOIN. I need to retrieve the field "name" in this table. This is my code: void Product::read(MYSQL *connection)