mysql.h 없을 경우 $ apt-get install libmysqlclient-dev mysql.h의 위치 반환하는 명령어 $ mysql_config --cflags Compile 방법 $ gcc -o test test_db.c -lmysqlclient