表示 进入内容 351 去 360 的 534 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: grant (reset) Nov 08 2017 MySQL数据库管理4 Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:27 UTC Tags: PHP, sql, grant, MySQL, 数据库, 服务器, 数据备份, 主机 修改数据库管理员本机登录密码 [root@localhost ~]# mysqladmin -hlocalhost -uroot -p password "新密码" 恢复数据管理员本机登录的密码 vim /etc/my. 【php】 【服务器】 【mysql】 【SQL】 【数据库】 【主机】 【数据备份】 …[获取更多] Nov 08 2017 MySQL数据管理7 Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:25 UTC Tags: Replication, perl, grant, MySQL, 数据库, 同步, 配置, 服务器, 监控, 数据管理, makefile 部署mysql高可集群 mysql-mmm + mysql主从同步 环境准备 (四台数据库服务器 12 11 10 9 ) systemctl stop firewalld setenforce 0 配置YUM源 yum -y install gcc gcc-c++ ... 【监控】 【服务器】 【mysql】 【数据库】 【配置】 【同步】 【grant】 …[获取更多] Nov 08 2017 创建MySQL用户及赋予用户权限 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:58 UTC Tags: Oracle, update, centos, grant, test, by, MySQL, 数据库, 索引, create, 存储过程, 服务器, 主机, 远程连接 创建MySQL用户及赋予用户权限 1、通过help查看grant命令帮助 …… CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'mypass'; GRANT ALL ON db1. 【服务器】 【mysql】 【Oracle】 【数据库】 【主机】 【centos】 【BY】 【索引】 …[获取更多] Nov 08 2017 mysql的基本操作 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:45 UTC Tags: database, update, grant, revoke, MySQL, create 1.基本查看及登录: mysql -uroot -p show databases; ##查看数据库 use mysql; ##进入数据库mysql show tables; ##查看表 desc user; ##查看表的结构,表头 2. 【mysql】 【grant】 【revoke】 【Create】 【database】 【update】 点击查看原文> Nov 08 2017 mysql局域网访问设置 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:31 UTC Tags: grant, MySQL, 数据库, 防火墙, 主机, 远程连接 错误提示: ERROR 1130: Host '192.168.1.132' is not allowed to connect to this MySQL server的解决方法: 1。 改表法。 【mysql】 【防火墙】 【数据库】 【主机】 【远程连接】 【grant】 点击查看原文> Nov 08 2017 mysql日常命令一 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:25 UTC Tags: database, update, index, grant, view, MySQL, 数据库, create, 字符集 一、Mysql字符集和存储引擎 安装数据库的时候,需要加扩展命令,添加所有字符集 # ./ configure --prefix=/usr/local/mysql --with-charset=gbk --with-extra-charset=all 测试是否支持gbk编... 【mysql】 【数据库】 【grant】 【字符集】 【index】 【Create】 …[获取更多] Nov 08 2017 mysql用户权限设置 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:02 UTC Tags: grant, by, MySQL, 数据库 关于mysql的用户管理,笔记 1、创建新用户 通过root用户登录之后创建 >> grant all privileges on *.* to testuser@localhost identified by "123456" ; // 创建新用户,用户名为testuser,密码为123456 ; >> grant all privileges on *. 【mysql】 【数据库】 【BY】 【grant】 点击查看原文> Nov 08 2017 分布式监控报警平台Centreon之:Centreon安装(2) Posted by mysql-云栖社区 on Wed 08 Nov 2017 06:42 UTC Tags: sql, log, Nagios, grant, MySQL, 数据库, 日志, 分布式, 配置, 模块 上接http://ixdba.blog.51cto.com/2895551/1578987:分布式监控报警平台Centreon之:Centreon安装(1) 图20指定管理引擎对应的信息 点击"Next",进入下一步,如图21所示。 【分布式】 【mysql】 【Nagios】 【SQL】 【日志】 【LOG】 【模块】 …[获取更多] Nov 08 2017 Mysql的常用命令 Posted by mysql-云栖社区 on Wed 08 Nov 2017 06:26 UTC Tags: database, grant, MySQL, 数据库, create, 主机 来源:o﹎谈笑书生'S BLOG 一、连接MYSQL。 格式: mysql -h主机地址 -u用户名 -p用户密码 1、例1:连接到本机上的MYSQL。 首先在打开DOS窗口,然后进入目录 mysqlbin,再键入命令mysql -uroot -p,回 车后提示你输密码,如果刚安装好MYSQL,超级用户root是没有密码的,故直接回 车即可进入到MYSQL中了,MYSQL的提示符是:mysql> 2、例2:连接到远程主机上的MYSQL。 【mysql】 【数据库】 【主机】 【grant】 【Create】 …[获取更多] Nov 08 2017 mysql用户管理、常用sql语句、mysql数据库备份恢复 Posted by mysql-云栖社区 on Wed 08 Nov 2017 05:23 UTC Tags: sql, update, grant, test, by, MySQL, 数据库 mysql用户管理 1、新增用户user1,并设置密码为123456 mysql> grant all on *.* to 'user1'@'127.0.0.1' identified by '123456'; #创建user1用户并授予其所有权限“*. 【mysql】 【SQL】 【数据库】 【BY】 【test】 【grant】 【update】 点击查看原文> 表示 进入内容 351 去 360 的 534 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (32) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums