安装JDK    http://lijianan789.javaeye.com/blog/424740

          http://weijun8611-126-com.javaeye.com/blog/748777 

 

在Fedora 中安装Nginx+MySQL+PHP5(FastCGI模式)LNMP

      http://www.unixbar.net/linux/fedora/680.html

      http://hi.baidu.com/9812658/blog/item/e1f45f1d154be801304e15d0.html

 

mysql-devel:主要是供自己写C程序用的头文件和静态链接库,如果不作C开发,可以不装。

rpm -qlf /usr/include/mysql/mysql.h  查看mysql安装情况

 

在eclipse中运行C++调用mysql函数时,链接不了mysql API的解决方案:

C/C++ Build -> Settings -> 右边栏GCC C++ Linker下Libraries选项

1. 添加Libraries -> mysqlclient

2. 添加Library search path -> /usr/lib/mysql/

 

 

mysql在高负载下的优化

http://blogold.chinaunix.net/u1/54988/showart_430167.html

相关文章:

  • 2021-05-04
  • 2022-12-23
  • 2021-09-25
  • 2021-12-21
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
猜你喜欢
  • 2022-01-16
  • 2021-12-13
  • 2021-11-09
  • 2022-03-03
  • 2021-06-14
  • 2021-08-27
  • 2022-12-23
相关资源
相似解决方案