CentOS7安装MySQL冲突和问题解决小结
Preparing... ################################# [100%]
file /usr/share/mysql/charsets/README from install of MySQL-server-5.6.27-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.41-2.el7_0.x86_64
file /usr/share/mysql/czech/errmsg.sys from install of MySQL-server-5.6.27-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.41-2.el7_0.x86_64
file /usr/share/mysql/danish/errmsg.sys from install of MySQL-server-5.6.27-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.41-2.el7_0.x86_64 file /usr/share/mysql/charsets/macce.xml from install of MySQL-server-5.6.27-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.41-2.el7_0.x86_64 file /usr/share/mysql/charsets/macroman.xml from install of MySQL-server-5.6.27-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.41-2.el7_0.x86_64
file /usr/share/mysql/charsets/swe7.xml from install of MySQL-server-5.6.27-1.el6.x86_64 conflicts with file from package mariadb-libs-1:5.5.41-2.el7_0.x86_64
……………………
[root@localhost install-files]# yum remove mysql-libs
warning: MySQL-server-5.5.46-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing... ########################################### [100%]
1:MySQL-server ########################################### [100%]
rpm --import /etc/pki/rpm-gpg/RPM*
[root@localhost install-files]# rpm -ivh MySQL-server-5.6.27-1.el6.x86_64.rpm --nosignature
- [root@Tony_ts_tian init.d]# service mysqld start
- mysqld: unrecognized service
- [root@localhost install-files]# cd /etc/rc.d/init.d/
- [root@localhost init.d]# ls
- functions mysql netconsole network README
[root@Tony_ts_tian init.d]# service mysql start
- [root@Tony_ts_tian init.d]# mv mysql mysqld
- [root@Tony_ts_tian init.d]# service mysqld start
Preparing... ################################# [100%]
Updating / installing...
1:MySQL-server-5.6.27-1.el6 ################################# [100%]
warning: user mysql does not exist - using root
warning: group mysql does not exist - using root
FATAL ERROR: please install the following Perl modules before executing /usr/bin/mysql_install_db:
Data::Dumper
[root@localhost install-files]# yum install -y perl-Module-Install.noarch
Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
- [root@localhost init.d]# cd /var/lib/mysql/
- [root@localhost mysql]# ll
- total 110620
- -rw-rw----. 1 mysql mysql 56 Oct 11 23:20 auto.cnf
- -rw-rw----. 1 mysql mysql 12582912 Oct 11 23:20 ibdata1
- -rw-rw----. 1 mysql mysql 50331648 Oct 11 23:20 ib_logfile0
- -rw-rw----. 1 mysql mysql 50331648 Oct 11 23:19 ib_logfile1
- -rw-r-----. 1 mysql root 5847 Oct 11 23:20 localhost.localdomain.err
- drwx--x--x. 2 mysql mysql 4096 Oct 11 23:19 mysql
- drwx------. 2 mysql mysql 4096 Oct 11 23:19 performance_schema
- -rw-r--r--. 1 root root 111 Oct 11 23:19 RPM_UPGRADE_HISTORY
- -rw-r--r--. 1 mysql mysql 111 Oct 11 23:19 RPM_UPGRADE_MARKER-LAST
- drwxr-xr-x. 2 mysql mysql 6 Oct 11 23:19 test
查看路径:mysql-bin.index多余文件,auto.cnf和performance_schema等不存在(文件不全)。(以上为成功后的mysql数据库目录)
- [root@localhost mysql]# rpm -aq | grep -i mysql
- MySQL-server-5.6.27-1.el6.x86_64
- MySQL-client-5.6.27-1.el6.x86_64
- MySQL-devel-5.6.27-1.el6.x86_64
- [root@localhost mysql]# rpm -e MySQL-server-5.6.27-1.el6.x86_64
- [root@localhost mysql]# rpm -e MySQL-client-5.6.27-1.el6.x86_64
- [root@localhost mysql]# rpm -e MySQL-devel-5.6.27-1.el6.x86_64
- [root@localhost rc.d]# cd /var/lib/
- [root@localhost lib]# rm -rf mysql/
- [root@localhost install-files]# rpm -ivh MySQL-server-5.6.27-1.el6.x86_64.rpm --nosignature
- Preparing... ################################# [100%]
- Updating / installing...
- 1:MySQL-server-5.6.27-1.el6 ################################# [100%]
- 2015-10-11 23:19:40 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- 2015-10-11 23:19:40 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27) starting as process 3168 ...
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Using atomics to ref count buffer pool pages
- 2015-10-11 23:19:40 3168 [Note] InnoDB: The InnoDB memory heap is disabled
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Memory barrier is not used
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Compressed tables use zlib 1.2.3
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Using Linux native AIO
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Using CPU crc32 instructions
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Initializing buffer pool, size = 128.0M
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Completed initialization of buffer pool
- 2015-10-11 23:19:40 3168 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Database physically writes the file full: wait...
- 2015-10-11 23:19:40 3168 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
- 2015-10-11 23:19:41 3168 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
- 2015-10-11 23:19:43 3168 [Warning] InnoDB: New log files created, LSN=45781
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Doublewrite buffer not found: creating new
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Doublewrite buffer created
- 2015-10-11 23:19:43 3168 [Note] InnoDB: 128 rollback segment(s) are active.
- 2015-10-11 23:19:43 3168 [Warning] InnoDB: Creating foreign key constraint system tables.
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Foreign key constraint system tables created
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Creating tablespace and datafile system tables.
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Tablespace and datafile system tables created.
- 2015-10-11 23:19:43 3168 [Note] InnoDB: Waiting for purge to start
- 2015-10-11 23:19:43 3168 [Note] InnoDB: 5.6.27 started; log sequence number 0
- A random root password has been set. You will find it in '/root/.mysql_secret'.
- 2015-10-11 23:19:44 3168 [Note] Binlog end
- 2015-10-11 23:19:44 3168 [Note] InnoDB: FTS optimize thread exiting.
- 2015-10-11 23:19:44 3168 [Note] InnoDB: Starting shutdown...
- 2015-10-11 23:19:46 3168 [Note] InnoDB: Shutdown completed; log sequence number 1625977
- 2015-10-11 23:19:46 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- 2015-10-11 23:19:46 0 [Note] /usr/sbin/mysqld (mysqld 5.6.27) starting as process 3190 ...
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Using atomics to ref count buffer pool pages
- 2015-10-11 23:19:46 3190 [Note] InnoDB: The InnoDB memory heap is disabled
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Memory barrier is not used
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Compressed tables use zlib 1.2.3
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Using Linux native AIO
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Using CPU crc32 instructions
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Initializing buffer pool, size = 128.0M
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Completed initialization of buffer pool
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Highest supported file format is Barracuda.
- 2015-10-11 23:19:46 3190 [Note] InnoDB: 128 rollback segment(s) are active.
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Waiting for purge to start
- 2015-10-11 23:19:46 3190 [Note] InnoDB: 5.6.27 started; log sequence number 1625977
- 2015-10-11 23:19:46 3190 [Note] Binlog end
- 2015-10-11 23:19:46 3190 [Note] InnoDB: FTS optimize thread exiting.
- 2015-10-11 23:19:46 3190 [Note] InnoDB: Starting shutdown...
- 2015-10-11 23:19:49 3190 [Note] InnoDB: Shutdown completed; log sequence number 1625987
- A RANDOM PASSWORD HAS BEEN SET FOR THE MySQL root USER !
- You will find that password in '/root/.mysql_secret'.
- You must change that password on your first connect,
- no other statement but 'SET PASSWORD' will be accepted.
- See the manual for the semantics of the 'password expired' flag.
- Also, the account for the anonymous user has been removed.
- In addition, you can run:
- /usr/bin/mysql_secure_installation
- which will also give you the option of removing the test database.
- This is strongly recommended for production servers.
- See the manual for more instructions.
- Please report any problems at http://bugs.mysql.com/
- The latest information about MySQL is available on the web at
- http://www.mysql.com
- Support MySQL by buying support/licenses at http://shop.mysql.com
- New default config file was created as /usr/my.cnf and
- will be used by default by the server when you start it.
- You may edit this file to change server settings
- [root@localhost install-files]# service mysql start
- Starting MySQL.. SUCCESS!
- [root@localhost install-files]# service mysql stop
- Shutting down MySQL.. SUCCESS!
- [root@localhost mysql]# ll
- total 110620
- -rw-rw----. 1 mysql mysql 56 Oct 11 23:20 auto.cnf
- -rw-rw----. 1 mysql mysql 12582912 Oct 11 23:20 ibdata1
- -rw-rw----. 1 mysql mysql 50331648 Oct 11 23:20 ib_logfile0
- -rw-rw----. 1 mysql mysql 50331648 Oct 11 23:19 ib_logfile1
- -rw-r-----. 1 mysql root 5847 Oct 11 23:20 localhost.localdomain.err
- drwx--x--x. 2 mysql mysql 4096 Oct 11 23:19 mysql
- drwx------. 2 mysql mysql 4096 Oct 11 23:19 performance_schema
- -rw-r--r--. 1 root root 111 Oct 11 23:19 RPM_UPGRADE_HISTORY
- -rw-r--r--. 1 mysql mysql 111 Oct 11 23:19 RPM_UPGRADE_MARKER-LAST
- drwxr-xr-x. 2 mysql mysql 6 Oct 11 23:19 test
CentOS7安装MySQL冲突和问题解决小结的更多相关文章
- centos7安装Mysql爬坑记录
centos7安装Mysql爬坑记录 查看是否已安装 使用下列命令查看是否已经安装过mysql/mariadb/PostgreSQL 如果未安装,不返回任何结果(ECS的centos镜像默认未安装 ...
- CentOS7安装mysql提示“No package mysql-server available.”
针对centos7安装mysql,提示"No package mysql-server available."错误,解决方法如下: Centos 7 comes with Mari ...
- [CentOs7]安装mysql(2)
摘要 之前安装过一次mysql,最后配置,发现在本地无法连接,重启服务的时候一直卡在那里不动,感觉是安装的过程出问题,最后没办法还是卸载了,然后重新安装一下. [CentOs7]安装mysql Mys ...
- centos7安装mysql
centos7安装mysql 1 查找系统是否安装了myql rpm -q mysql mysql-server1.1如果安装了.就删除 sudo yum -y remove mysql mysql- ...
- centos7安装mysql(yum)
centos7安装mysql(yum) ----安装环境----依赖安装----检查mysql是否已安装----安装----验证是否添加成功----选择要启用的mysql版本----通过Yum安装my ...
- CentOS7安装MySQL的方法之通用二进制格式
CentOS7安装MySQL的方法之通用二进制格式
- CentOS7安装MySQL的方法之RPM包方式
CentOS7安装MySQL的方法之RPM包方式
- Centos7 安装mysql服务器并开启远程访问功能
大二的暑假,波波老师送了一个华为云的服务器给我作测试用,这是我程序员生涯里第一次以root身份拥有一台真实的云服务器 而之前学习的linux知识在这时也派上了用场,自己的物理机用的是ubuntu系统, ...
- [CentOS7]安装mysql遇到的问题
摘要 在安装mysql的时候,遇到了一些问题,这里列出所遇到的问题. yum list mysql-server 在使用命令yum list mysql-server安装mysql的时候,遇到如图所示 ...
随机推荐
- open():打开文件
1.open():使用指定的模式和编码打开文件,返回文件读写对象 2.使用说明: (1)使用格式:open(filename [, mode [, bufsize]])(2)打开一个文件,返回一个fi ...
- 万恶之源 - Python生成器
生成器 首先我们来看看什么是个生成器,生成器本质就是迭代器 在python中有三种方式来获取生成器 1.通过生成器函数 2.通过各种推到式来实现生成器 3.通过数据的转换也可以获取生成器 首先,我们先 ...
- js中实现IE的打印预览
HTML中添加:<object id="WebBrowser" classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 widt ...
- Java 基础 常用API ( 正则表达式,Date类,DateFormat类,Calendar类 )
正则表达式 正则表达式的概念 正则表达式(英语:Regular Expression,在代码中常简写为regex). 正则表达式是一个字符串,使用单个字符串来描述.用来定义匹配规则,匹配一系列符合某个 ...
- Nginx参数调优
(1)nginx运行工作进程个数,一般设置cpu的核心或者核心数x2 如果不了解cpu的核数,可以top命令之后按1看出来,也可以查看/proc/cpuinfo文件 grep ^processor / ...
- 合理利用配置不同的机器资源做redis cluster的server
Redis cluster可以使用不同配置的机器学习因为我们可以手动调整不同的机器所承担的slot的个数,这样内存小CPU相对少的机器应该承担更少的slots
- centos上shellcheck的安装
关于shellcheck的作用和功能,自行查阅. centos7 上安装shellcheck的过程中查了很多资料,大部分都是在ubunt下安装的,centos的比较少,然后好不容易看到一个https: ...
- 超实用教程,教你用墨刀做出小红书app原型
一个新手怎么用1小时快速学会APP原型设计? 1小时很短,这意味着学习时必须把握APP原型设计中的重点.难点,而非面面俱到. 要在短时间内理解.掌握一个工具的使用,最有效的方式莫过于临摹: 看实例视频 ...
- nodejs+mysql入门实例(删)
//连接数据库 var mysql = require('mysql'); var connection = mysql.createConnection({ host: 'bdm253137448. ...
- R语言的scale函数
1.数据的中心化 所谓数据的中心化是指数据集中的各项数据减去数据集的均值. 例如有数据集1, 2, 3, 6, 3,其均值为3 那么中心化之后的数据集为1-3,2-3,3-3,6-3,3-3,即:-2 ...