啊啊啊啊啊,麻烦到死,又要装mysql

不想编译了,心累,centos默认的mysql还是5.1版本的,尝试下mysql5.7吧

wget http://dev.mysql.com/get/mysql57-community-release-el6-9.noarch.rpm

rpm -ivh mysql57-community-release-el6-9.noarch.rpm

yum install mysql-server

=================================================================================================================================================================================================================
 软件包                                                        架构                                     版本                                           仓库                                                 大小
=================================================================================================================================================================================================================
正在安装:
 mysql-community-client                                        x86_64                                   5.7.16-1.el6                                   mysql57-community                                    23 M
     replacing  mysql.x86_64 5.1.73-7.el6
 mysql-community-devel                                         x86_64                                   5.7.16-1.el6                                   mysql57-community                                   3.6 M
     replacing  mysql-devel.x86_64 5.1.73-7.el6
 mysql-community-libs                                          x86_64                                   5.7.16-1.el6                                   mysql57-community                                   2.1 M
     replacing  mysql-libs.x86_64 5.1.73-7.el6
 mysql-community-libs-compat                                   x86_64                                   5.7.16-1.el6                                   mysql57-community                                   1.6 M
     replacing  mysql-libs.x86_64 5.1.73-7.el6
 mysql-community-server                                        x86_64                                   5.7.16-1.el6                                   mysql57-community                                   144 M
为依赖而安装:
 mysql-community-common                                        x86_64                                   5.7.16-1.el6                                   mysql57-community                                   327 k

事务概要
=================================================================================================================================================================================================================
Install       6 Package(s)

总下载量:174 M

启动:

service mysqld start

# service mysqld start
初始化 MySQL 数据库:                                      [确定]
Installing validate password plugin:                       [确定]
正在启动 mysqld:                                          [确定]

顺利启动,,

设置下密码吧,啊不,初始化下安全配置

[[email protected] src]# mysql_secure_installation 

Securing the MySQL server deployment.

Enter password for user root:
Error: Access denied for user ‘root‘@‘localhost‘ (using password: NO)
[[email protected] src]# mysql -uroot -p
Enter password:
ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: NO)
[[email protected] src]# 

我晕,默认密码不是空?

不知道mysql5.7的默认密码

是初始化的姿势不对吗?

wocao, 密码在日志里?

cat /var/log/mysqld.log|grep ‘temporary password‘

2016-10-16T14:57:01.551620Z 1 [Note] A temporary password is generated for [email protected]: gwKrIlyU+4O7

把密码cat出来,。。

改下密码,应该就好了吧

# mysql_secure_installation

时间: 2024-10-29 19:11:36

啊啊啊啊啊,麻烦到死,又要装mysql的相关文章

啊啊啊啊啊啊啊啊

啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊

啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 头要爆炸了

什么事wpf的资源 什么事wpf的binding 什么事wpf的command 动态资源,静态资源,上下文 using代码段是个什么鬼 今天的任务是给个新软件(now)测试,内容是老版本的数据库的内容移植到新版本的数据库,看看内容有没有变化,当然新版本有老版本没有的东西,那么就空着,老版本有,新版本没有的那么就不给新版本 这个测试好累啊,自己做数据,自己改变数据.....看起来简单,内容多头大 之后发现错误我就要自己改了,今天看了代码和xmal,啊啊啊啊啊,爆炸爆炸 希望越来越好!

啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊

代号 版本号 API/NDK级别 发布时间 棉花糖 Marshmallow 6.0.1 API level 23 2015-12 6 2015-10-05 棒棒糖 Lollipop 5.1.1 API level 22 2015-04-21 5.1 2015-03-09 5.0.2 API level 21 2014-12-19 5.0.1 2014-12-02 5 2014-11-12 奇巧 KitKat 4.4W.2 API level 20 2014-10-21 4.4W.1 2014-0

啊啊啊啊啊啊啊啊啊啊啊真是刷了一道有意义的题哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈 杭电1004

输入字符串,并比较输入频率最大的那个字符串 #include<iostream> using namespace std; int main( ) { int round; cin >> round; while (round) { char ballo[1001][16]; int fre[1001] = { 0}; char tem[15]; int m = 0, n = 0; int count = 0; for (int i = 0; i < round; i++)

啊啊啊啊啊啊啊今天就写,炒鸡简单 数据库Sqlite的创建,库的增删改查

啦啦啦啦啦啦啦 写这个不用多长时间,我直接写代码注释都是些语句,Sql语句和Api来操作数据库 ,语句的参数我会注释 SQLite数据库创建数据库需要使用的api:SQLiteOpenHelper必须定义一个构造方法: //arg1:数据库文件的名字 //arg2:游标工厂 //arg3:数据库版本 public MyOpenHelper(Context context, String name, CursorFactory factory, int version){ }//数据库被创建时会调

依然是数据库“表”的事儿啊啊啊啊!

身为人品从来都是只爆炸不积攒的万年黑脸,我表示Ubuntu系统下的workbench也在刚打开电脑的时候出现了闪退的状况,直接摧毁了一张没来得及保存的数据库表,心塞. 由是,我开启了直接在终端上打代码的苦逼日子. --尼古拉斯·君华日记. 整理一下在终端上操作数据库的几条指令: mysql -h localhost -u root - p 输入密码. use (数据库名) create table 表名( 字段一 修饰词, 字段二 修饰词, 字段三 修饰词, -- ), 当需要补充表时: ins

啊啊啊啊啊啊啊啊啊啊啊啊

http://www.cnblogs.com/coderhuang/p/5180259.html http://blog.csdn.net/norsd/article/details/50387930 https://stackoverflow.com/questions/26723693/getting-an-error-trying-to-add-a-user-to-mongodb-2-6-5

啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊

news='''"President tells officials at conference to focus on safety, where the public has noted improvement President Xi Jinping has called for more systematic and innovative social governance, stressing the need to improve the capability to predict

啊啊啊啊啊啊

public ActionResult Index() { List<RandomData> dataList = new List<RandomData> { new RandomData {Id = 1, UserId = 1,RandomDatas = 1,IsSelected = 0, UpToDate= Convert.ToDateTime("2015-7-18 23:59:59")}, new RandomData {Id = 12, UserId