You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. to use mysql, you must add the -lmysqlclient to the command line, in cmakelist, you need to add it in TARGET_LINK_LIBRARIES,such as TARGET_LINK_LIBRARIES(main mysqlclient)