Name | Modified | Size | Downloads / Week |
---|---|---|---|
ReadMe.txt | 2010-01-23 | 1.4 kB | |
Totals: 1 Item | 1.4 kB | 0 |
======================================================================== CONSOLE APPLICATION : sdsm Project Overview ======================================================================== sdsm.vcproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. Sdsm.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named sdsm.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// ========================================================================== Installation ========================================================================== 1. Install Boost package 2. Install MySQL Connect C++ ///////////////////////////////////////////////////////////////////////////// Database SQL Schema ////////////////// CREATE USER sdsm IDENTIFIED BY '' CREATE DATABASE sdsmDB GRANT ALL ON sdsmDB.* TO sdsm IDENTIFIED BY '' CREATE TABLE