Chinaunix首页 | 论坛 | 博客
  • 博客访问: 128958
  • 博文数量: 89
  • 博客积分: 2580
  • 博客等级: 少校
  • 技术积分: 775
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-05 20:09
文章分类

全部博文(89)

文章存档

2009年(89)

我的朋友

分类: Mysql/postgreSQL

2009-07-20 13:45:06

1. script for setting up new accounts

You can set up new accounts using the bin/mysql_setpermission script if you install the DBI and DBD::mysql Perl modules.


2.changing character sets after created tables.

    If you change character sets after having created any tables, you will have to run myisamchk -r -q --set-character-set=charset on every table. Your indexes may be sorted incorrectly otherwise. (This can happen if you install MySQL, create some tables, then reconfigure MySQL to use a different character set and reinstall it.)


3. re-running configure

To prevent old configuration information or object files from being used, run these commands before re-running configure:

shell> rm config.cache
shell> make clean
Alternatively, you can run make distclean.

阅读(344) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~