文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>tips for compiling mysql from source

tips for compiling mysql from source

时间:2009-07-20  来源:cenalulu

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.
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载