How to connect mySQL database using C++

前端 未结 4 1108
执笔经年
执笔经年 2020-11-30 21:55

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

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-30 22:38

    I had to include -lmysqlcppconn to my build in order to get it to work.

提交回复
热议问题