表示 进入内容 271 去 280 的 534 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: grant (reset) Nov 12 2017 debian8.7.1安装zabbix3.2 Posted by mysql-云栖社区 on Sun 12 Nov 2017 11:09 UTC Tags: debian, vim, zabbix, grant, service, MySQL, create, 服务器, 伪静态 #安装LAMP 官方文档https://wiki.debian.org/LaMp 修改时间 rm -rf /etc/localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime zabbix源下载目录 cd /usr/src wget http://repo. 【服务器】 【mysql】 【zabbix】 【伪静态】 【debian】 【grant】 【Create】 …[获取更多] Nov 12 2017 MYSQL连接Error (1133): Can’t find any matching row in the user table错误的解决办法 Posted by mysql-云栖社区 on Sun 12 Nov 2017 10:48 UTC Tags: Blog, grant, by, MySQL, CTO, 数据库 连接mysql数据库报错如下: Error (1133): Can’t find any matching row in the user table 解决办法: mysql> grant all on *. 【mysql】 【数据库】 【BY】 【grant】 【cto】 【Blog】 点击查看原文> Nov 12 2017 使用mysqladmin命令修改MySQL密码与忘记密码 Posted by mysql-云栖社区 on Sun 12 Nov 2017 10:44 UTC Tags: grant, MySQL, 函数, 加密 修改密码: 1.例如你的 root用户现在没有密码,你希望的密码修改为123456,那么命令是: mysqladmin -u root password 123456 2.如果你的root现在有密码了(123456),那么修改密码为abcdef的命令是: mysqladmin -u root -p password abcdef 注意,命令回车后会问你旧密码,输入旧密码123456之后命令完成,密码修改成功。 【mysql】 【函数】 【加密】 【grant】 点击查看原文> Nov 12 2017 mysql常用操作 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:56 UTC Tags: sql, update, variables, grant, test, MySQL, 数据库, 主机 Mysql创建数据库 Mysql>create database test; Mysql新增用户与密码 Mysql>grant all on *.* to ucenter@'%' identified by 'ucenter';允许所有主机登录 all 代表所有权限;*. 【mysql】 【SQL】 【数据库】 【主机】 【test】 【grant】 【variables】 …[获取更多] Nov 12 2017 Crowd2.4.2安装破解 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:56 UTC Tags: grant, MySQL 声明:如有侵犯之处Jira开源策略,请联系我 破解文章:《Atlassian Crowd破解》 系统:centos 5.7 – 64bit 下载最新包: wget http://www.atlassian. 【mysql】 【grant】 点击查看原文> Nov 12 2017 zabbix服务器搭建 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:52 UTC Tags: PHP, html, database, Nginx, zabbix, yum, grant, MySQL, 数据库, 测试, 配置, 服务器, 集群, 脚本, prefix 准备篇: web环境安装:nginx+mysql+php nginx:http://pan.baidu.com/s/1qYEHkh2 mysql:http://pan.baidu.com/s/1bpHP4IV php:http://pan. 【nginx】 【php】 【服务器】 【mysql】 【zabbix】 【数据库】 【yum】 【配置】 …[获取更多] Nov 12 2017 powerdns配置 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:29 UTC Tags: html, index, htaccess, grant, varchar, mariadb, MySQL, 数据库, create, 配置 系统:centos7 组成软件:epel仓库、mariadb数据库、powerdns 步骤 1:安装epel仓库 yum install epel-release.noarch 2:安装mariaDB yum -y install mariadb-server mariadb 3. 【mysql】 【数据库】 【配置】 【htaccess】 【Mariadb】 【grant】 【index】 …[获取更多] Nov 12 2017 远程连接Mysql数据库 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:25 UTC Tags: html, grant, by, MySQL, 数据库, 配置, 远程连接 默认情况下是不能在远程连接Mysql数据库的,用Mysql-Front连接时会报权限错误。需要在Mysql的本地进行配置:# mysql -pEnter password: ******mysql> grant all on *. 【mysql】 【数据库】 【配置】 【BY】 【远程连接】 【grant】 【html】 …[获取更多] Nov 12 2017 Mysql新建用户和数据库并授权 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:23 UTC Tags: Oracle, database, update, grant, test, TYPE, MySQL, 数据库 一、新建用户 //登录MYSQL root@log:~# mysql -uroot -p Enter password: 密码 Welcome to the MySQL monitor. Commands end with ; or \g. 【mysql】 【Oracle】 【数据库】 【test】 【grant】 【database】 【update】 【type】 …[获取更多] Nov 12 2017 mysql用户管理、常用sql语句、mysql数据库备份恢复 Posted by mysql-云栖社区 on Sun 12 Nov 2017 09:08 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】 点击查看原文> 表示 进入内容 271 去 280 的 534 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (36) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums