Connection of c++ with mysql in Linux -
i learning work mysql , c++ in ubuntu os. there several tutorials on how interface mysql c++ in visual studio or in windows, not 1 linux. mysql website not describe on this. can suggest me link tutorial, book or thing gives information how interface c++ mysql in linux. database in linux machine itself. great help.
mysql is database, , gain access data within c++ need able “talk” database via queries (just on mysql command line interface e.g. select * tablename), connection process similar command line interface need supply connection details in hostname (localhost normally), username, password, database use , there other details can pass e.g port number more information can gained the mysql api pages.
this link has example
Comments
Post a Comment