百度空间 | 百度首页 
               
 
文章列表
 
您正在查看 "Mysql" 分类下的文章

2009-02-26 16:38

这两天遇Lost connection to MySQL server during query问题

现象:远程连接时出现连接丢失。同时mysql 错误日志抛出:
Number of processes running now: 0
090212 13:59:47 mysqld restarted
090212 13:59:47 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
090212 13:59:47 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
InnoDB: The log sequence number in ibdata files does not match

类别:Mysql | 评论(0) | 浏览()
 
2008-08-07 14:56

访问一个调数据库页面时,apache error_log 提示
Character set '#24' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file
File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
Character set '#24' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file
File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
Character set '#24' is not a compiled character set and is not s

类别:Mysql | 评论(0) | 浏览()
 
2007-08-12 22:50

[ 源码编译 MySQL 5.0.45 ]

shell> groupadd mysql

shell> useradd -g mysql mysql

shell> tar xzf mysql-5.0.45.tar.gz

shell> cd mysql-5.0.45

shell> CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" ./configure \
--prefix=/usr/local/mysql \
--enable-assembler \
--enable-local-infile \
--with-pthread \
--enable-thread-safe-client \
--with-client-ldflags=-all-static \

类别:Mysql | 评论(0) | 浏览()
 
2007-07-19 13:10

[关于多用户环境下MySQL使用]

1. MySQL的性能问题
1.1 首先需要对运行做监测
   1.1.1 my.cnf中开启 mysql-slow ,用mysqldumpslow 输出慢查询结果。
   1.1.2 第三方工具 mytop [ http://jeremy.zawodny.com/mysql/mytop/ ];实时监测。

1.2 根据监测结果对my.cnf的优化配置
   参考my-huge.cnf

2. MySQL多用户下Database Quota 配额限制问题
   解决方案有多种

类别:Mysql | 评论(0) | 浏览()
 
     
 
 
文章分类
 
 
 
 
 
 
 
 
Php(1)
 
 
 
 
 
Ids(0)
 
Bind(1)
 
     
 
文章存档
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     
 
最新文章评论
   

正好遇上这个问题
试试先
 

好东西
 

高手:多指点!
 

学习来了 呵呵~~加油啊
 

不知道如何设置,已经装好perl,和下载下来文件了,接下来应该如何做
win2003
 
     


©2009 Baidu