linux的mysql安装教程pdf_linux下mysql安装教程
1、⾸抄先我们打开电脑,点2113击桌⾯左下⾓运⾏,在弹出5261界⾯中。我们输⼊4102cmd命令1653,然后按回车键。如下图:
2、根据上图,我们到搜索出来的,点击并打开系统终端页⾯,如下图:
3、在终端页⾯输⼊命令:services.msc 即可。如下图:
4、输⼊上述命令后,我们点击回车键,会弹出服务页⾯,如下图:
5、出现上图的内容后我们直接输⼊M,进⾏模糊搜索。如果没有安装Mysql软件,那么显⽰的和上图没有任何区别。
6、如果有Mysql软件的,那么搜索M后,会出现在页⾯上,如下图:|使⽤命令yumlistall|抄grepmsyql如果有袭的话你在其bai后看到有du没有显⽰是install如果有就是安装zhi了不过此条命令只能dao看到由rpm包安装的mysql 如果是编译安装的查看⼀下⽬录ls/usr/bin/local看看这个⾥边有没有mysql⽬录,有证明安装了mysql1,mysql 的守护进程是mysqld [root@localhost ~]# service mysqld start启动 MySQL: [确定]你可以看看你的服务是否已经添加到linux上[root@localhost ~]# chkconfig --list mysqldmysqld0:关闭32313133353236313431303231363533e78988e69d83313332363662381:关闭2:关闭3:关闭4:
关闭5:启⽤6:关闭[root@localhost ~]# 如果没有,先添加,⽤chkconfig --add mysqld然后在3 5级别上设定服务为
on1.这种bai错误是/etc/init.d/mysqld中的basedir路径错误造du成的,也就是启动的zhi⽅式与安装的dao位置不⼀致2.这种错内误还可能是系容统中已经存在别的mysql数据库进程3.ps-ef|grepmysqld可以查看启动后的mysql进程4.lsof-n-i:3306会有TCP*:
3306(LISTEN)这样的监听进程证明mysqld监听进程存在5stat-plantup|grep3306会有mysqld进程存在卢韬旭
www.51dongshi防采集。
产品型号:Thinkpad E15
⼯具/原料 mysql5.6 cnetos ⽅法/步骤 1 查以前是否安装有mysql,使⽤下⾯命令: rpm -qa|grep -i mysql 如果显⽰有如下包则说明已安装mysql mysql-4.1.12-3.RHEL4.1 mysqlclient10-3.23.58-4.RHEL4.1 如果已安装,则需要删除已安装的数据库,
系统版本:centos7
软件版本:mysql 5.7
1.开启mysqld 服务,查看端⼝是否开启,mysql默认端⼝为3306.
2.Starting Mysql ,出现OK证明服务启动了。lsof -n -i:3306,看是否有mysqld服务,并且有mysql(LISTEN)的监听程序。
3.本地使⽤mysql 登录,或者指定⽤户,mysql服务器和密码:my
mysql安装教程
1. 安装mysql 1)useradd -M -s /sbin/nologin mysql创建运⾏mysql数据库的系统⽤户、组 2)tar zxvf mysql-5.0. -C
/usr/src解压并释放源码包 3)cd /usr/src/mysql-5.0.56/进⼊到解压⽬录 4)./configure --prefix=/usr/local/mysql使⽤.
1.使⽤yum安装mysql数据库的软件包
mysql在linux下有三种安装⽅式,依照难以程度排序: 第⼀种是yum install mysql,这种安装⽅式最简单,初学可以采⽤。但是这种安装的弊端是安装的版本⽐较低,现在安装的话是5.17的版本。 第⼆种⽅式是下载最新的MySQL-5.6.25-1.rhel5.x86_64.rp
[root@xuegod63 ~]# yum -y install mariadb-server mariadb
mysql在linux下有三种安装⽅式,依照难以程度排序: 第⼀种是yum install mysql,这种安装⽅式最简单,初学可以采⽤。但是这种安装的弊端是安装的版本⽐较低,现在安装的话是5.17的版本。 第⼆种⽅式是下载最新的MySQL-5.6.25-1.rhel5.x86_64.rp
注:
groupadd mysqluseradd -g mysql mysql -s /sbin/nologin -Mtar -xvzf mysql-5f /etc/myfcd /usr/local/mysqlchown -R mysql .chgrp -R mysql .bin/mysql_install_db --user=mysql --skip-external-lockingchown -R root .chown -R mysql var
mariadb-server #MariaDB数据库
⽅法/步骤 到mysql官⽹下载mysql编译好的⼆进制安装包,在下载页⾯Select Platform:选项选择linux-generic,然后把页⾯拉到底
部,64位系统下载Linux - Generic (glibc 2.5) (x86, 64-bit),32位系统下载Linux - Generic (glibc 2.5) (x86, 32-bi
mariadb # MariaDB服务器Linux下客户端
./configure --prefix= /usr/local/mysql 这样的安装⽅式是源码安装。 看你的⽬录,觉得你的已经是⼆进制执⾏包了,⽤不
上./configure,看下bin⽬录,或试试运⾏INSTALL-BINARY ---- PS:附上⼀个源码安装的MYSQL安装包,已测试过是OK,在CentOS
注:从centos7系统开始,系统中⾃带的mysql数据库变成了mariadb-server,mariadb-server和mysql操作上⼀样。mariadb-server 是mysql的⼀个分⽀。
进⼊光盘->进⼊Server⽬录->rpm -ivh mysql* 却什么包,⾃⼰往⾥添吧。 你们总拿yum装。他连个mysql都不会装。 你觉得它会配置yum源吗?- - 哎.
2.启动数据库服务
你是⽤的windows还是linux?如果是linux,在系统终端输⼊mysql -u root -p,然后输⼊你的mysql密码,如果能够登录进去,说敏安装成功了。windows也是⼀样的,打开mysql的终端,输⼊上述命令
[root@xuegod63 ~]# systemctl start mariadb #启动MariaDB服务
⽹上了下安装教程,到了如下这篇 mysql在linux下的安装,开始⼀切都很好,在执⾏到 chown -R mysql:mysql
././scripts/mysql_install_db --user=mysql --datadir=/usr/local/mysql/data/mysqlcp support-files/mysql.server
/etc/init.d/mys
[root@xuegod63 ~]# systemctl enable mariadb #设置开启⾃动启动MariaDB服务
3. 安装完mariadb-server后,运⾏mysql_secure_installation去除安全隐患
需要安装mysql-python依赖包, 可以通过pip来安装: pip install MySQL-python 如果发⽣错误,需要先安装⼀个开发包
[root@xuegod63 ~]# mysql_secure_installation#进⼊安全配置导向
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MySQL to secure it, we'll need the current
password for the root user. If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none): #初次运⾏直接回车,因为root⽤户没有密码
OK, successfully used password, moving on…
Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.
mysql下载后安装中出现提示不到安装包Set root password? [Y/n] Y#是否设置root⽤户密码,输⼊Y
New password: 123456 #新密码123456
Re-enter new password: 123456
Password updated successfully!
。。。
Remove anonymous users? [Y/n] Y #是否删除匿名⽤户,⽣产环境建议删除,所以直接回车或Y
... Success!
Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n] Y #是否禁⽌root远程登录,根据⾃⼰的需求选择Y/n并回车,建议禁⽌... Success!
By default, MariaDB comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n] Y #是否删除test数据库,直接回车或Y
- Dropping
... Success!
- Removing privileges on
... Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n] Y #是否重新加载权限表,直接回车
... Success!
All done! If you've completed all of the above steps, your MariaDB
installation should now be secure.
Thanks for using MariaDB!
… Success!
⾄此数据库安装成功。
4. 登录数据库
[root@xuegod63 ~]# mysql -u root -p123456
MariaDB [(none)]> show databases; #没有test数据库 #执⾏时,所有命令以;号结尾
+-------------------------+
| Database|
+-------------------------+
| information_schema|
| mysql|
| ucenter |
+-------------------------+
3 rows in set (0.00 sec)
MariaDB [(none)]> exit #退出命令可以加分号,也可以不加分号。
总结:
1、使⽤yum安装mysql数据库的软件包
2、启动数据库服务
3、运⾏mysql_secure_installation去除安全隐患
4、登录数据库
linux安装62616964757a686964616fe4b893e5b19e31333363396464mysql服务分两种安装⽅法:①源码安装,优点是安装包⽐较⼩,只有⼗多M,缺点是安装依赖的库多,安装编译时间长,安装步骤
复杂容易出错;②使⽤官⽅编译好的⼆进制⽂件安装,优点是安装速度快,安装步骤简单,缺点是安装包很⼤,300M左右。以下介绍linux使⽤官⽅编译好的⼆进制包安装mysql。⽅法/步骤到mysql 官⽹下载mysql编译好的⼆进制安装包,在下载页⾯Select Platform:选项选择linux-generic,然后把页⾯拉到底部,64位系统下载Linux - Gener内容来⾃www.51dongshi请勿采集。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论