MySQL常用语句命令
修改root密码 SET PASSWORD FOR 'root'@'localhost'
=PASSWORD('newpass'); 创建数据库: create database cacti;
新增客户并赋予权限 grant all on cacti.
【mysql】 【LOG】 【数据库】 【远程连接】 【grant】 【variables】 【database】 …
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
MySQL常用语句命令
修改root密码 SET PASSWORD FOR 'root'@'localhost'
=PASSWORD('newpass'); 创建数据库: create database cacti;
新增客户并赋予权限 grant all on cacti.
【mysql】 【LOG】 【数据库】 【远程连接】 【grant】 【variables】 【database】 …