readme.txt 1.0 KB

1234567891011121314151617
  1. Project: Autopatcher Server, implemented using MySQL for the database
  2. Description: Provides patch information and asynchronous database queries to AutopatcherClient
  3. Dependencies: MySQL version 5.0 (http://dev.mysql.com/downloads/mysql/5.0.html), installed to C:\Program Files\MySQL\. If your installation directory is different, update it at
  4. C/C++ / General / Additional Include Directories
  5. and under
  6. Build Events / Post Build Events
  7. copy "C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\*.dll" .\Release
  8. to whatever your path is.
  9. Other requirements:
  10. 1. Run "CREATE DATABASE myDatabaseName" first in the adminstrator tools. Enter myDatabaseName when prompted "Enter DB schema:" from the C++ sample.
  11. 2. In MySQL Administrator, in the advanced networking tab, check max packet size, and change it to 1000M. Then restart the service through service control.
  12. Related projects: AutopatcherClientRestarter, AutopatcherMySQLRepository, AutopatcherServer
  13. For help and support, please visit http://www.jenkinssoftware.com
粤ICP备19079148号