Connecting MySQL database with C Program on windows pc

set path=TDM-GCC-64\bin

gcc -I mysql-5.1.30-winx64 -l mysql -L mysql-5.1.30-winx64\lib\opt test-connection.c -o test-connection

test-connection
Download Code

Comments

Popular posts from this blog

Installing PHP: A Step-by-Step Guide for Beginners

PHP Basic Syntax and Variables: A Detailed Guide with Examples