资源预览内容
第1页 / 共3页
第2页 / 共3页
第3页 / 共3页
亲,该文档总共3页全部预览完了,如果喜欢就下载吧!
资源描述
版本介绍 Mysql 的官网下载地址: http:/dev.mysql.com/downloads/在这个下载界面会有几个版本的选择。1. MySQL Community Server 社区版本,免费,但是Mysql不提供官方技术支持。 MySQLCommunity Server is a freely downloadable version of the worlds most popularopen source database that is supported by an active community of open sourcedevelopers and enthusiasts.2. MySQL Enterprise Edition MySQLEnterprise Edition includes the following and is available for 30 day trialfrom the Oracle E-Delivery Web site. 该版本是收费版本,可以试用30天,包含以下组件: (1)MySQL Database (2)MySQL Enterprise Backup (3)MySQL Enterprise Monitor (4)MySQL Workbench Standard Edition3. MySQL Cluster MySQLCluster is a real-time open source transactional database designed for fast,always-on access to data under high throughput conditions. 免费版本4. MySQL Cluster CGE 收费版本,包含组件如下:MySQL Cluster CGE is a commercial edition ofMySQL that combines:(1)MySQL Cluster(2)MySQL Cluster Manager(3)MySQL Enterprise Backup(4)MySQL Enterprise Monitor(5)MySQL Workbench Standard Edition 5. MySQL Workbench (GUI Tool) MySQLWorkbench is a next-generation visual database design application that can beused to efficiently design, manage and document database schemata. It isavailable as both, open source and commercial editions. MySQLWorkbench是一款专为MySQL设计的ER/数据库建模工具。它是著名的数据库设计工具DBDesigner4的继任者。你可以用 MySQL Workbench设计和创建新的数据库图示,建立数据库文档,以及进行复杂的MySQL 迁移。MySQL Workbench的主要功能包括:(1)基于Cairo的图形渲染,可以将内容输出到OpenGL、Win32、X11、Quartz、PostScript、PDF等多种目标上(2)可视化的表、视图、存储进程/函数和外键(3)实现数据库到SQL脚本的逆向工程(4)数据库/模型的同步(5)导出SQL创建的脚本(6)导入DBDesigner4的模型(7)支持MySQL5的特性(8)可选的图示记号MySQL Workbench有两个版本:(1)MySQL Workbench Community Edition(MySQL Workbench OSS,社区版)(2)MySQL Workbench Standard Edition(MySQL Workbench SE,商业版)。MYSQL安装 系统:CENTOS5.5- 64位 MYSQL数据库:5.1.30 MySQL Community Server 安装步骤:1、 下载MYSQL数据库压缩文件 mysql-5.1.30-linux-x86_64-glibc23.tar.gz2、 利用FTP上传 3、 tar zxvf mysql-5.1.30-linux-x86_64-glibc23.tar.gz /usr/local/ /解压4、 ln s mysql-5.1.30-linux-x86_64-glibc23.tar.gz ./mysql /建立链接5、 groupadd g mysql /添加组6、 useradd g mysql mysql /添加用户7、 cd /mysql /切换到MYSQL数据库目录8、 scripts/mysql_install_db user=mysql /安装9、 chown R root ./设置权限10、 chown R mysql data /设置权限11、 chgrp R mysql . /设置权限12、 cp support-files/mysql.server /etc/rc.d/init.d/mysqld /添加到系统服务13、 chkconfig add mysqld /系统启动时自动运行服务14、 /etc/rc.d/init.d/mysqld start /测试15、 service mysqld status /查看状态16、 ps ef|grep mysql /查看相关进程注:MYSQL配置文件位置:/var/my.cnf里边包含错误日志位置。PID 文件位置。注:关于错误处理(由于造成同一种错误可能有不同的原因,所以根据我的经验由以下几方面来确认错误发生的原因)1、 注意查看2、 注意关于MYSQL的各目录的权限3、 注意查看MYSQL的错误日志4、 注意查看MYSQL 服务启动的脚本 support-files/mysql.server注:查看MYSQL相关进程:ps ef|grep mysql
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号