- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
linux自学手册
linux自学手册
mv 移动文件或文件夹
id 查看用户
rpm -qa|grep httpd 查看是否安装了apache软件
安装mysql
解压 tar zxvf mySQL [TAB]
./configure --prefix=/opt/mysql-5.0.33 --with-extra-charsets=all 创建目录及设置语言
#groupadd mysql
#useradd -g mysql mysql
#gzip -dc mysql.tar.gz | tar xvf -
#cd mysql
#./configure --prefix=/usr/local/mysql \
--without-debug \
--with-extra-charsets=gb2312 \
--enable-assembler \
--without-innodb \
--with-pthread \
--enable-thread-safe-client \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static
#make
#make install
#/usr/local/mysql/lscripts/mysql_install_db
#cp /usr/local/mysql/support-files/f /etc/f
#chgrp mysql /etc/f
#/usr/local/mysql/bin/safe_mysqld --user=mysql
#/usr/local/mysql/bin/mysqladmin -u root password 123456
2.15. Installing MySQL from tar.gz Packages on Other Unix-Like
Systems
This section covers the installation of MySQL binary
distributions that are provided for various platforms in the
form of compressed tar files (files with a .tar.gz
extension). See Section , MySQL Binaries Compiled by
Sun Microsystems, Inc., for a detailed list.
To obtain MySQL, see Section 2.5, How to Get MySQL.
MySQL tar file binary distributions have names of the form
mysql-VERSION-OS.tar.gz, where VERSION is a number (for
example, 5.0.87), and OS indicates the type of operating
system for which the distribution is intended (for example,
pc-linux-i686).
In addition to these generic packages, we also offer binaries
in platform-specific package formats for selected platforms.
See Section 2.8, Standard MySQL Installation Using a Binary
Distribution, for more information on how to install these.
You need the following tools to install a MySQL tar file
binary distribution:
* GNU gunzip to uncompress the distribution.
* A reasonable tar to unpack the distribution. GNU tar is
known to work. Some operating systems come with a
preinstalled version of tar that is known to have
pro
您可能关注的文档
最近下载
- JGJ-T98-2010砌筑砂浆配合比设计规程(正式版).pdf VIP
- (高职)管理信息系统(第七版)教学课件(完整版).pptx
- 怎样解题数学思维的新方法读后感.doc VIP
- 2022年万宁菜篮子投资有限公司招聘考试题库及答案解析.docx VIP
- AI专题:2025年AI应用案例精选报告.pptx VIP
- 人教版物理九年级上册《第十八章 电功率》大单元整体教学设计.pdf
- 骨量不足的口腔种植外科技术.ppt VIP
- 海口市龙华区镇域污水处理厂及配套管网工程(遵谭镇) 环评报告.docx VIP
- 近零能耗建筑技术标准.docx VIP
- Unit 1 How can we become good learners Section B 1a-1e 课件(共26张PPT)(含音频+视频).pptx VIP
文档评论(0)