Reference MySQL header files and library files with GCC in Ubuntu

Source: Internet
Author: User
In Ubuntu, GCC references the MySQL header file and library file: 1. install mysql-server: sudoapt-getinstallmysql-server-5.12.gcc connection mysql library installation: sudoapt-getinstalllibmysqlclient-dev after installation, header file in/usr/include/mysql, the library files are stored in/usr/lib/mysql and/usr/lib.

GCC in Ubuntu references the MySQL header file and library file:

1. Install mysql-server:

Sudo apt-get install mysql-server-5.1

2. Install the gcc library to connect to mysql:

Sudo apt-get install libmysqlclient-dev

After installation, the header file is in/usr/include/mysql, and the library file is in/usr/lib/mysql and/usr/lib.

3. Specific operation method, reference: http://www.linuxidc.com/Linux/2012-05/61314.htm

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.