README.build-files
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. Some notes about building MySQL with VC++
  2. - After bulding all projects, you get the files in the following directories:
  3. Directory Content
  4. lib_debug Debug libraries
  5. lib_release Release libraries
  6. lib_classic Embedded server libraries for classic
  7. lib_pro Embedded server libraries for pro
  8. client_debug Debug executables
  9. client_release Client release
  10. client_classic Commerical binaries (classic)
  11. client_pro Commerical binaries (unique for pro version)
  12. include Include files
  13. The copy_mysql_files.bat script can be used to copy the generated
  14. files to c:mysql