I want to access my database using MySQL in c++ programs.
I know that I can connect MySQL with c++ code blocks with using xampp server and Dev-C++ in windows but in case of Ubuntu, I don't have any idea.
How can I connect c++ with MySQL in Ubuntu?
Thanks in advance.