mysql常用部分

来源:互联网 发布:python 数组下标 负数 编辑:程序博客网 时间:2024/05/29 15:28

忘记密码:/etc/my.config 中的mysqld添加skip-grant-tables

不区分大小写:lower_case_table_names=1

不能远程连接:grant all privileges on *.* to 'root'@‘%’ identified by 'wangyi' with grant option;

    flush privilege;

更新:update table_name set col="new_value" where col="sth"


0 0
原创粉丝点击