Linux Centos7安装MySQL5.5(二进制方式安装)
发表于:2025-11-07 作者:千家信息网编辑
千家信息网最后更新 2025年11月07日,Linux Centos7安装MySQL5.5(二进制方式安装)一、在/app目录下下载mysql-5.5.54-linux2.6-x86_64.tar.gz`[root@test /]# cd /a
千家信息网最后更新 2025年11月07日Linux Centos7安装MySQL5.5(二进制方式安装)
Linux Centos7安装MySQL5.5(二进制方式安装)
一、在/app目录下下载mysql-5.5.54-linux2.6-x86_64.tar.gz`
[root@test /]# cd /app[root@test app]# wget http://mirrors.sohu.com/mysql/MySQL-5.5/mysql-5.5.54-linux2.6-x86_64.tar.gz二、解压mysql-5.5.54-linux2.6-x86_64.tar.gz
[root@test app]# ta zvxf mysql-5.5.54-linux2.6-x86_64.tar.gz
三、将解压后的mysql-5.5.54-linux2.6-x86_64改名为mysql
[root@test app]# mv mysql-5.5.54-linux2.6-x86_64 mysql
四、添加/etc/my.cnf文件
[root@test app]# cd /app/mysql/support-files/[root@test support-files]# cp -f my-small.cnf /etc/my.cnf五、创建mysql目录下的data目录
[root@test support-files]# mkdir -p /app/mysql/data/六、将mysql的所属用户改为mysql
[root@test support-files]# chown -R mysql.mysql /app/mysql/七、增加/etc/init.d/mysqld,并为之赋予执行权限,然后初始化MySQL
[root@test support-files]# cp -f mysql.server /etc/init.d/mysqld[root@test support-files]# chmod +x /etc/init.d/mysqld【初始化MySQL】
[root@test support-files]# /app/mysql/scripts/mysql_install_db --basedir=/app/mysql --datadir=/app/mysql/data --user=mysql八、将 /application/mysql/bin/mysqld_safe和/etc/init.d/mysqld中的/usr/local/mysql改为/app/mysq
[root@test support-files]# sed -i 's#/usr/local/mysql#/app/mysql#g' /app/mysql/bin/mysqld_safe /etc/init.d/mysqld九、启动mysql
[root@test support-files]# /etc/init.d/mysqld startStarting MySQL.Logging to '/app/mysql/data/test.err'... SUCCESS! 十、检查mysql是否启动
[root@test support-files]# netstat -lntup | grep mysqltcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 5478/mysqld 十一、设置环境变量
[root@test support-files]# echo 'export PATH=/app/mysql/bin:$PATH' >>/etc/profile[root@test support-files]# source /etc/profile十二、进入mysql
[root@test support-files]# mysqlWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 1Server version: 5.5.54 MySQL Community Server (GPL)Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> 十三、修改root密码
mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass');十四、退出MySQL,使用用户名和密码再次登录MySQL
mysql> Ctrl-C -- exit!Aborted[root@test support-files]# mysql -uroot -pEnter password: 十五、创建数据库和表(指定utf-8编码格式)
mysql> create database userInfo DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;Query OK, 1 row affected (0.00 sec)mysql> use userInfo;Database changedmysql> create table test ( -> name varchar(10) not null, -> address varchar(100) default null) -> ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;Query OK, 0 rows affected (0.06 sec)十六、导入sql文件(若需要执行此步骤)
mysql> source /app/cloud_note.sqlmysql> show databases;
目录
密码
文件
用户
二进制
方式
再次
变量
所属
数据
数据库
权限
格式
步骤
环境
用户名
编码
utf-8
检查
登录
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
vb从数据库模糊查询
关于网络安全的案例情景剧
七骑士现在还有什么服务器能玩
广东一站式软件开发市场价
匿名访问ftp服务器
旅游商务软件开发
网络安全参赛
关系数据库对关系有哪些主要限制
网络安全系统最新规定
套接字服务器
软件开发概要设计文档
斗罗服务器最新
搭建一数据库 网站
新乡市享游网络技术有限公司
言语软件开发技术
软件开发工程师一个月2万
工业电气网络技术
淅川直播软件开发
科技大学互联网学校
加强网络安全保护个人信息
手机矿机软件开发公司
c语言和软件开发有什么关系
服务器ssd硬盘价格
数据库中drop怎么用
rcp服务器不可用
我的世界服务器刷怪率低怎么弄
搭建一数据库 网站
cp软件开发定制
网络安全屏蔽
数据库 取值唯一