表示 进入内容 201 去 210 的 837 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: update (reset) Nov 27 2017 MySQL【Update误操作】回滚 Posted by mysql-云栖社区 on Mon 27 Nov 2017 09:56 UTC Tags: update, binlog, timestamp, server, service, TYPE, MySQL, 脚本 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 mysql5.7 binlog /*!*/; # at 15937710 # at 15937814 #170526 13:00:15 serv... 【mysql】 【Server】 【脚本】 【binlog】 【timestamp】 【update】 【type】 …[获取更多] Nov 27 2017 python 操作MySQL数据库 Posted by mysql-云栖社区 on Mon 27 Nov 2017 08:48 UTC Tags: database, update, Python, open, cache, ip, MySQL, 数据库 1.connect def conn(ip,user,password,database): con = mdb.connect(ip,user,password,database) cur = con. 【python】 【mysql】 【数据库】 【Cache】 【IP】 【open】 【database】 【update】 …[获取更多] Nov 27 2017 关于MySQL权限 Posted by mysql-云栖社区 on Mon 27 Nov 2017 08:42 UTC Tags: update, server, grant, by, MySQL, 数据库, create, 服务器, 主机, 账户管理 MySQL 存取控制包含2个阶段: 阶段1:服务器检查是否允许你连接。 阶段2:假定你能连接,服务器检查你发出的每个请求。看你是否有足够的权限实施它。例如,如果你从数据库表中选择(select)行或从数据库删除表,服务器确定你对表有SELECT权限或对数据库有DROP权限。 【服务器】 【mysql】 【数据库】 【主机】 【BY】 【Server】 …[获取更多] Nov 27 2017 常用SQL语句 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:54 UTC Tags: sql, database, db, update, test, MySQL, discuz, 模糊匹配 1.select count() from mysql.user;//查找mysql库的user表的行数 mysql> select count() from mysql.user;//count()在myisam会很快、innoDB引擎就会很慢(不会去统计行数,很耗时),所有的操作尽量减少 +-... 【mysql】 【SQL】 【discuz】 【DB】 【模糊匹配】 【test】 【database】 …[获取更多] Nov 27 2017 mysql创建用户以及授权 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:54 UTC Tags: update, grant, by, MySQL, 数据库 默认用户有root超级管理员,要做一个网站,要连接mysql要一个用户名和密码,不可能是root,防止误操作。Mysql服务里面可以跑多个库,所以需要给单独的用户作一些授权,只需要他对某一个数据库或者某个数据库的某个表有权限。 【mysql】 【数据库】 【BY】 【grant】 【update】 点击查看原文> Nov 27 2017 python常用模块补充 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:52 UTC Tags: Windows, Random, xml, update, Python, open, shell, os, PATH, json, MySQL, 模块, 加密 一、random模块 1、random模块用法 1 2 3 4 5 6 7 8 9 10 import random print(random.random()) # 打印大于0且小于1之间的一个小数 print(random. 【python】 【mysql】 【加密】 【Json】 【windows】 【模块】 …[获取更多] Nov 27 2017 mysql Error1093错误 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:21 UTC Tags: update, test, MySQL 1 2 3 4 5 6 7 8 9 10 11 场景演示: mysql> create table test(id int,name varchar(12),primary key(id)); Query OK, 0 rows affected (0. 【mysql】 【test】 【update】 点击查看原文> Nov 27 2017 Linux下配置Mysql允许远程访问详解 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:12 UTC Tags: Linux, Blog, update, MySQL, CTO, 数据库, 配置, 远程连接 操作非常简单,就5步骤,如下: 1.进入 mysql: /usr/local/mysql/bin/mysql -u root -p 2.使用 mysql库 : use mysql; 3. 【linux】 【mysql】 【数据库】 【配置】 【远程连接】 【update】 【cto】 …[获取更多] Nov 27 2017 mysql基本常识整理 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:11 UTC Tags: update, MySQL, 数据库, create, 日志, 存储 一.数据库操作 1.查看数据库: mysql> show databases; mysql> show databases \G #以行的方式显示 mysql> show table status from test where name='student' \G 2. 【mysql】 【日志】 【数据库】 【Create】 【update】 【存储】 点击查看原文> Nov 27 2017 常用MySQL语句搜集整理 Posted by mysql-云栖社区 on Mon 27 Nov 2017 07:11 UTC Tags: sql, database, update, zabbix, grant, test, by, MySQL, 数据库, create #!/bin/bash mkdir -p /data/backmysql/$(date +%F) mysqldump -uroot -p'XcG12zcq9fCQ1FTICcsu' test > /data/backmysql/`date +%F`/test. 【mysql】 【SQL】 【zabbix】 【数据库】 【BY】 【test】 【grant】 【Create】 …[获取更多] 表示 进入内容 201 去 210 的 837 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (42) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums