CentOS 6.6 MySQL 5.5.32 绿色版安装配置

MySQL 5.5.32 绿色版安装配置

  1. 基本信息

系统版本:CentOS 6.6

MySQL版本:5.5.32 绿色版

  1. 初始化MySQL,出现黄色部分两个OK,表示初始化正确

[[email protected] tools]# useradd -s/sbin/nologin -M mysql

[[email protected] tools]# tar zxvfmysql-5.5.32-linux2.6-x86_64.tar.gz

[[email protected] tools]# mvmysql-5.5.32-linux2.6-x86_64  /application/mysql-5.5.32

[[email protected] tools]# ln -s/application/mysql-5.5.32  /application/mysql

[[email protected] application]#/application/mysql/scripts/mysql_install_db --basedir=/application/mysql/--datadir=/application/mysql/data/ --user=mysql

Installing MySQL system tables...

OK

Filling help tables...

OK

To start mysqld at boot timeyou have to copy

support-files/mysql.server tothe right place for your system

PLEASE REMEMBER TO SET APASSWORD FOR THE MySQL root USER !

To do so, start the server,then issue the following commands:

/application/mysql//bin/mysqladmin-u root password ‘new-password‘

/application/mysql//bin/mysqladmin-u root -h lnmp02 password ‘new-password‘

Alternatively you can run:

/application/mysql//bin/mysql_secure_installation

which will also give you theoption of removing the test

databases and anonymous usercreated by default.  This is

strongly recommended forproduction servers.

See the manual for moreinstructions.

You can start the MySQL daemonwith:

cd /application/mysql/ ;/application/mysql//bin/mysqld_safe &

You can test the MySQL daemonwith mysql-test-run.pl

cd/application/mysql//mysql-test ; perl mysql-test-run.pl

Please report any problems withthe /application/mysql//scripts/mysqlbug script!

  1. 改变/application/mysql所属主和组,cp配置文件,改变MySQL启动脚本里的路径

[[email protected] ~]# chown -Rmysql.mysql /application/mysql/

[[email protected] ~]# cp /application/mysql/support-files/my-small.cnf /etc/my.cnf

[[email protected] ~]# sed -i‘s#/usr/local/mysql#/application/mysql#g‘ /application/mysql/bin/mysqld_safe     ###修改脚本里的安装路径

[[email protected] ~]#/application/mysql/bin/mysqld_safe &  ###以后台进程方式启动MySQL

  1. 查看MySQL是否正常启动

[[email protected] ~]# lsof -i:3306

[[email protected] ~]# netstat-tulpn|grep 3306

[[email protected] ~]# ps -ef|grepmysql

  1. 配置环境变量

[[email protected] ~]# echo"PATH=/application/mysql/bin:$PATH" >>/etc/profile

[[email protected] ~]# source/etc/profile

[[email protected] ~]# which mysql    ###确定是否是绿色版的MySQL而不是yum安装的MySQL

/application/mysql/bin/mysql

  1. 登陆MySQL

[[email protected] ~]# mysql

Welcome to the MySQLmonitor.  Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.5.32 MySQLCommunity Server (GPL)

Copyright (c) 2000, 2013,Oracle and/or its affiliates. All rights reserved.

Oracle is a registeredtrademark of Oracle Corporation and/or its

affiliates. Other names may betrademarks of their respective

owners.

Type ‘help;‘ or ‘\h‘ for help.Type ‘\c‘ to clear the current input statement.

mysql>

  1. 配置传统方式启动MySQL

[[email protected] ~]# cp/application/mysql/support-files/mysql.server /etc/init.d/mysqld

[[email protected] ~]# sed -i‘s#/usr/local/mysql#/application/mysql#g‘ /etc/init.d/mysqld  ##修改mysql安装路径

[[email protected] ~]# killall mysqld   ###杀死之前启动的mysql进程

[[email protected] ~]# lsof -i:3306    ###确认是否已杀死mysql进程

[[email protected] ~]#/etc/init.d/mysqld start   ###以传统方式重新启动mysql进程

  1. 设置mysql管理员密码,默认管理员是root用户

[[email protected] ~]# mysqladmin-uroot password "123456"

[[email protected] ~]# mysql -uroot-p123456   ###登陆mysql,注意,-p和密码之间不能有空格

[[email protected] ~]# mysqladmin-uroot -p123456 password "wangning" ###更改密码

  1. 查看错误日志

[[email protected] ~]# cat  /application/mysql/data/lnmp02.err    ###该错误日志文件是以主机名加.err后缀命名的

时间: 2024-12-16 14:08:16

CentOS 6.6 MySQL 5.5.32 绿色版安装配置的相关文章

Windows 8.1下 MySQL绿色版安装配置与使用

Mysql-5.6.17-winx64操作步骤: 一.安装MySQL数据库 1.下载. 下载地址:http://downloads.mysql.com/archives/get/file/mysql-5.6.17-winx64.zip. 2.解压MySQL压缩包 解压到指定目录,D:\Dev\mysql-5.6.17-winx64. 3.添加环境变量 在Path中添加  D:\Dev\mysql-5.6.17-winx64\bin 4.修改配置文件 将my-default.ini名称改为:my.

mysql windows 绿色解压版安装配置

1.解压到任何一盘的根目录 若这时候直接登录的话会报 “mysql 不是内部命令”  这是因为没有配置环境所致 2.计算机---属性---高级---环境变量 在path 后面添加你mysql解压目录下的 bin路径 3.mysql 5.6.XX 的配置文件是解压目录下的my-default.ini文件 备份并改名一个my.ini文件 修改myu-default.ini文件 在其中修改或者添加配置 basedir=C:\Program Files\MySQL\MySQL Server 5.6(my

mysql绿色版安装

mysql绿色版安装流程 1.下载mysql:http://www.mysql.com/downloads/ 2.配置环境变量. 1)新建变量: 变量名:MYSQL_HMOE 变量值:为mysql的绝对路径 2)把新建的变量加入到path中: 在path的值得最前加入%MYSQL_HOME%\bin; 3.cmd命令安装: 1)打开cmd,输入安装命令:mysqld -install 提示安装成功! 2) 初始化mysql,输入命令:mysql -initialize 3)配置my.ini(请填

【Vegas原创】Mysql绿色版安装方法

原文:[Vegas原创]Mysql绿色版安装方法 所谓的绿色版,就是没有installer的MySQL,完全需要靠人工来操作,好处是,重装系统后,只要再做一次本次配置,即可使用. 具体操作方法: 1,设置系统环境变量, 在Path中添加 D:\mysql\bin 2,修改my-small.ini文件内容,添加以下内容 basedir=D:\mysql datadir=D:\mysql\data 修改后,另存为my.ini 3.安装MySQL的服务,服务名自己定义为MySQL. 1).进入DOS窗

mysql绿色版安装问题解决(ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061))

原来一直是使用MySQL安装版没有出现过问题,今天在安装绿色版MySQL时出现了点问题 在安装成windows服务成功后,用net start mysql 启动时提示启动成功,但当我连接mysql就报以下错误: ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061) my.ini文件内容: [mysqld]basedir=E://databases//mysqldatadir=F://databases//

mysql绿色版安装及授权连接

--安装包官网下载地址:https://dev.mysql.com/downloads/mysql/5.7.html#downloads --安装教程参见:https://www.cnblogs.com/rysinal/p/7565259.html --授权连接参见:https://www.cnblogs.com/jesu/p/7405528.html --安装版完整卸载参见:https://www.cnblogs.com/qianzf/p/8302272.html --绿色版安装卸载参见:ht

Mysql免安装版安装配置及常用操作

作为关系型数据库的一种,mysql因其占用内存小和开源等特性而兴起.下面简单介绍下关于mysql配置和简单的操作. mysql配置 1.安装文件的下载 免安装版 下载地址 :http://dev.mysql.com/downloads/file.php?id=452189 下载后是一个压缩文件,解压后放在你想放的位置就可以了.建议还是靠近根目录比较好. 2.配置环境变量 2.1新建一个mysqlhome或者什么的都可以.值为上一步的解压缩目录 2.2将mysqlhome放在Path目录就好了 这

apache 绿色版 安装

下载绿色版apache 本文已apache2.4为例 http://www.apachehaus.com/cgi-bin/download.plx 下载后解压 打开readme_first.html文件 可以看到如果是 xp则需要安装 vs 2008 sp1 和 vc2008  自己下载后更新 安装为服务 httpd.exe -k install 错误提示: Testing httpd.conf.... Errors reported here must be corrected before

MySQL压缩版安装配置教程

MySQL压缩版安装配置教程 1.下载 在官网下载压缩包(这里我下载的是第二个) 下载地址:https://dev.mysql.com/downloads/mysql/5.7.html#downloads 2.安装与配置 1.将压缩包解压到任意目录 2.如上图,在该目录下创建一个data空文件夹,再建一个my.ini的配置文件,在该文件中写入以下代码: 注意:以下代码的注释是必须删除的,也就是#号及其后面的中文必须都删掉,还有就是下面的basedir和datadir要改成自己相应的目录 [mys