I\'m trying to connect the database from my website and display some rows using C++. So bascily I\'m trying to make an application that does a select query from a table from
I had to include -lmysqlcppconn to my build in order to get it to work.