科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道在web上管理MySQL:phpMyAdmin使用讲解3

在web上管理MySQL:phpMyAdmin使用讲解3

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

在web上管理MySQL:phpMyAdmin使用讲解

作者:ddvip 来源:ddvip 2009年12月22日

关键字: PhpMyAdmin PHP MySQL

  • 评论
  • 分享微博
  • 分享邮件

在web上管理MySQL:phpMyAdmin使用讲解3

tar -zxpf 文件名

  注意:以下所有的预编译和安装必须在要安装的软件目录下

  #) 安装mm

  ./configure

  --disable-shared

  --prefix=/usr

  make

  make test

  make install

  make clean

  #) mysql的安装和配置

  #) mysql的预编译

  CC="egcs"

  OPTIM="-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro

  -march=pentiumpro -fomit-frame-pointer -fno-exceptions"

  ./configure

  --prefix=/mysql

  #) 安装mysql

  make

  make install

  make clean

  #) 配置mysql

  /mysql/bin/mysql_install_db

  初始化数据库

  cp /mysql/share/mysql/mysql.server /etc/rc.d/init.d/mysql

  cd /etc/rc.d/rc3.d

  ln -s ../init.d/mysql S70mysql

  系统启动时加载mysql

  #) apache 的预编译

  CC="egcs"

  OPTIM="-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro

  -march=pentiumpro -fomit-frame-pointer -fno-exceptions"

  CFLAGS="-DDYNAMIC_MODULE_LIMIT=0"

  ./configure

  --prefix=/apache

  #) php的预编译

  CC="egcs"

  OPTIM="-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro

  -march=pentiumpro -fomit-frame-pointer -fno-exceptions"

  ./configure

  --prefix=/usr

  --with-apache=../apache_1.3.12

  --enable-safe-mode

  --with-mm

  --enable-inline-optimization

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章