zoukankan      html  css  js  c++  java
  • ALTER USER USER() IDENTIFIED BY 'password';

    [root@test mysql]# bin/mysqld
    2018-08-04T14:09:33.831318Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
    2018-08-04T14:09:33.831523Z 0 [System] [MY-010116] [Server] /usr/local/mysql-8.0.12-linux-glibc2.12-x86_64/bin/mysqld (mysqld 8.0.12) starting as process 2134
    2018-08-04T14:09:34.475674Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
    2018-08-04T14:09:34.497799Z 0 [System] [MY-010931] [Server] /usr/local/mysql-8.0.12-linux-glibc2.12-x86_64/bin/mysqld: ready for connections. Version: '8.0.12' socket: '/tmp/mysql.sock' port: 3306 MySQL Community Server - GPL.

    ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

  • 相关阅读:
    类与对象
    类的声明与实例化
    面向对象的基本概念
    css下拉导航栏代码
    面向对象的三大特性
    面向对象三大基本特性,五大基本原则
    dom事件
    PHP 流程
    权限 查找
    留言板案例
  • 原文地址:https://www.cnblogs.com/rsapaper/p/9420448.html
Copyright © 2011-2022 走看看