zoukankan      html  css  js  c++  java
  • show status,修改mysql用户密码 使用

    1、查询表中有多少条数据

    SHOW table status like '表名'

     2、修改mysql用户密码

    UPDATE user SET password=PASSWORD('123456') WHERE user='root';
    FLUSH PRIVILEGES;
  • 相关阅读:
    64_l2
    64_l1
    64_k2
    64_k1
    64_j2
    64_j1
    64_g6
    64_g5
    64_g4
    64_g3
  • 原文地址:https://www.cnblogs.com/cexm/p/6307487.html
Copyright © 2011-2022 走看看