Click here to Skip to main content
15,891,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Posted
Comments
Kim Togo 9-Aug-11 11:32am    
And check out you fellow students question. B-)
http://www.codeproject.com/Answers/238358/using-C-Cplusplus-program-add-a-user-to-MySQL

Start her GRANT Syntax[^] and for C/C++ MySql access go for MySql Connector/C[^].
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900