表示 进入内容 181 去 190 的 534 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: grant (reset) Nov 16 2017 SQL语句 Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:46 UTC Tags: sql, update, index, grant, revoke, MySQL, 数据库, 索引, create, 存储, 主机, 数据类型, 权限管理 SQL语句 DDL: CREATE, DROP, ALTER DML: INSERT(REPLACE), DELETE, UPDATE, SELECT DCL: GRANT, REVOKE 数据类型: 字符: 变长字符:VARCHAR(#),VARBINARY(#) 定长字符: CHAR(... 【mysql】 【SQL】 【数据库】 【主机】 【索引】 【grant】 【revoke】 …[获取更多] Nov 16 2017 使用yum方式在centOS上安装mysql Posted by mysql-云栖社区 on Thu 16 Nov 2017 10:44 UTC Tags: html, centos, yum, grant, service, MySQL, 配置, 操作系统, 控制台 1.操作系统及MySQL版本 1.1 操作系统版本 CentOS release 6.5 (Final) 1.2 MySQL版本 mysql-5.1.73-3.el6_5.x86_64 mysql-libs-5. 【mysql】 【yum】 【配置】 【操作系统】 【centos】 【控制台】 【grant】 【html】 …[获取更多] Nov 16 2017 MysqL数据库密码的管理 Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:28 UTC Tags: update, grant, service, MySQL, 数据库, 脚本 恢复MySQL管理密码 实验内容: 一、在忘记密码的情况下,修改密码 二、在原有密码的基础上修改密码 1.恢复MySQL管理密码 1)首先停止已运行的MySQL服务程序 # service mysql stop //先停止服务 Shutting down MySQL. 【mysql】 【数据库】 【脚本】 【grant】 【update】 …[获取更多] Nov 16 2017 启用CentOS6.5 64位安装时自带的MySQL Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:47 UTC Tags: update, source, server, grant, service, TYPE, MySQL, input #service mysqld start#cd /usr/bin#mysqladmin -u root password '123456'#./mysql -u root -pEnter password:Welcome to the MySQL monitor. 【mysql】 【Server】 【grant】 【source】 【update】 【type】 【service】 【input】 …[获取更多] Nov 16 2017 MySQL多主多从架构实现及主从复制问题处理 Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:20 UTC Tags: Replication, grant, test, MySQL, 同步, 测试, 配置, 服务器, 架构 一 测试架构设计和目标: 1)Master(192.168.31.230)为正常运行环境下的主库,为两个Slave(192.168.31.231和192.168.31.232)提供“主-从”复制功能; 2)Master_Backup(192.168.31.233)是Master的备份库,只要Master是正常的,它不对外提供服务。 【架构】 【服务器】 【mysql】 【配置】 【测试】 【同步】 …[获取更多] Nov 16 2017 生产环境 MySQL主从复制(同步) Posted by mysql-云栖社区 on Thu 16 Nov 2017 07:57 UTC Tags: ubuntu, grant, MySQL, 数据库, 同步, 配置, 服务器 服务器信息 1、主服务器信息 solin@mysql-master:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14. 【服务器】 【mysql】 【ubuntu】 【数据库】 【配置】 【同步】 【grant】 点击查看原文> Nov 16 2017 MYSQL教程:检查数据表和修复数据表 Posted by mysql-云栖社区 on Thu 16 Nov 2017 07:51 UTC Tags: grant, file, by, MySQL, 数据库, 存储过程, 服务器, 线程, 主机, 加密 MySQL服务器通过权限表来控制用户对数据库的访问,权限表存放在mysql数据库里,由mysql_install_db脚本初始化。这些权限表分别user,db,table_priv,columns_priv和host。 【服务器】 【mysql】 【加密】 【线程】 【数据库】 【主机】 【BY】 …[获取更多] Nov 16 2017 通过loganalyzer 展示数据库中的日志 Posted by mysql-云栖社区 on Thu 16 Nov 2017 05:56 UTC Tags: PHP, html, yum, server, grant, service, syslog, MySQL, 数据库, 日志, 测试, 配置, 服务器, 脚本, rsyslog 做这个实验需要三台机器,我做实验的环境如下: centos7.3安装数据库 centos6.8 Yum install rsyslog-mysql centos6.9 实现 lap 实验开始: centos7. 【php】 【服务器】 【mysql】 【日志】 【数据库】 【yum】 【配置】 【测试】 …[获取更多] Nov 16 2017 linux下MySQL使用方法 Posted by mysql-云栖社区 on Thu 16 Nov 2017 04:39 UTC Tags: Linux, server, grant, MySQL, 数据库, create, 配置, 脚本 一、登录MySQL 登录MySQL的命令是mysql, mysql 的使用语法如下: mysql [-u username] [-h host] [-p[password]] [dbname] username 与 password 分别是 MySQL 的用户名与密码,mysql的初始管理帐号是root,没有密码,注意:这个root用户不是Linux的系统用户。 【linux】 【mysql】 【数据库】 【配置】 【Server】 【脚本】 …[获取更多] Nov 16 2017 安装mariadb以及允许远程访问 Posted by mysql-云栖社区 on Thu 16 Nov 2017 04:07 UTC Tags: Blog, update, yum, grant, mariadb, by, MySQL, CTO 下载mariadb:yum -y install mariadb-server mariadb 开启mariadb服务:systemctl start mariadb 无密码登录mariadb:mysql 查看用户表:select * from mysql. 【mysql】 【yum】 【BY】 【Mariadb】 【grant】 【update】 【cto】 【Blog】 …[获取更多] 表示 进入内容 181 去 190 的 534 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (37) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums