Skip to content
Sumukha Pk edited this page Jan 26, 2019 · 6 revisions

Welcome to the Mail-server wiki!

*27-9-18: Discussed on functions and features
*28-9-18: Installed mysql, ran first program in C to test mysql
Compile by g++ test.cpp -lmysqlcppconn
*3-10-18: Database operations done, compile by g++ create_db.cpp -std=c99 `mysql_config --cflags --libs`
*4-10-18: Created a basic login program. Still need to resolve issues on how to get results and how to use databases

  • 26-01-19 : Decided on all functionalities
Clone this wiki locally