Adding a message due to a lack of reputation.
I managed to solve my problem using a combination of messages Hồ Sĩ Sơn, Ram and Sumanth (Thank you both).
Here are my specific steps:
Check out the version of Qt Creator that I run by visiting Help -> About Qt Creator. I found that I am running a 32-bit version.
Now that I know which version I'm running, I switched to the 32-bit version of the MySQL connector. This was found in C: \ Program Files (x86) \ MySQL \ MySQL Connector C 6.1 \ lib.
I copied the libmysql.dll file found in this folder and pasted it into C: \ Qt \ 5.9.2 \ mingw53_32 \ bin \ since I am compiling MinGW. Please note that this is a 32-bit folder.
Rebooted Qt Creator and rebuilt my project.
The steps that challenged me corresponded to the x-bit version of Qt Creator, my compiler and driver, and then restarted Qt Creator.
Hope this helps someone out there!
Jeramy D.
source share