Home > Database > Mysql Tutorial > FreeBSD 7.2下安装MySQL 4.0

FreeBSD 7.2下安装MySQL 4.0

WBOY
Release: 2016-06-07 17:10:49
Original
1057 people have browsed it

采用FreeBSD提供的ports安装第1步# cd /usr/ports/databases/mysql40-server/第2步#make install根据你的网络速度情况,可能要等

Linux公社

首页 → 数据库技术

背景:

阅读新闻

FreeBSD 7.2下安装MySQL 4.0

[日期:2012-02-05] 来源:Linux社区  作者:张建波 [字体:]

采用FreeBSD提供的ports安装

第1步

# cd /usr/ports/databases/mysql40-server/

第2步

#make install

根据你的网络速度情况,可能要等10多分钟

...

第3步:安装数据库

# /usr/local/bin/mysql_install_db     

第4步:

#chown -R mysql /var/db/mysql

第5步:启动mysql
#/usr/local/bin/mysqld_safe &

第6步:设置root用户密码

#/usr/local/bin/mysqladmin -u root password '123456'

第7步:登录测试一下root用户

#mysql -u root -p

第8步:设置mysql在系统启动时自动启动

#vi /etc/rc.conf

按a键在最后加上:

mysql_enable="YES"

例如我的配置文件:

# Created: Mon Apr 19 19:36:56 2010
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="192.168.192.1"
hostname="Squid_CA.NIC"
ifconfig_le0="inet 192.168.192.33  netmask 255.255.255.0"
keymap="us.iso"
linux_enable="YES"
sshd_enable="YES"
mysql_enable="YES"

linux

  • 0
  • Java获取Oracle中CLOB字段转换成String

    Oracle中的动态SQL

    相关资讯       FreeBSD  MySQL教程  FreeBSD安装 

    图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2014 Linux公社 All rights reserved 浙ICP备06018118号

    Related labels:
    source:php.cn
    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
    Popular Tutorials
    More>
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template