表示 进入内容 1211301002
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: test (reset)
35.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

MySQL 5.7 密码强度,必须含有0-9,a-z,A-Z以及“-”或“_” https://dev.mysql.com/doc/refman/5.7/en/validate-password-options-variables.

【安全】  【mysql】  【test】  【grant】  【html】   点击查看原文>

31.8. ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

MySQL 5.7 密码强度,必须含有0-9,a-z,A-Z以及“-”或“_” https://dev.mysql.com/doc/refman/5.7/en/validate-password-options-variables.

【安全】  【mysql】  【test】  【grant】  【html】   点击查看原文>

MySQL 索引管理与执行计划

原文:MySQL 索引管理与执行计划 1.1 索引的介绍   索引是对数据库表中一列或多列的值进行排序的一种结构,使用索引可快速访问数据库表中的特定信息。如果想按特定职员的姓来查找他或她,则与在表中搜索所有的行相比,索引有助于更快地获取信息。

【mysql】  【索引】  【test】  【index】  【type】   点击查看原文>

第 26 章 DCL (Data Control Language)

目录 26.1. 锁 26.1.1. 共享锁 26.1.2. 排他锁 26.1.3. 锁 26.1.3.1. 表的加锁与解锁 26.1.3.2. 禁止查询

26.1.4. 锁等待与超时 26.1.

【mysql】  【lock】  【Transaction】  【test】  【update】  【read】   点击查看原文>

26.2. 事务处理和锁定语句

Transactional and Locking Statements

开始事务 begin、start transaction 或者 set autocommit=0 事务的特征:原子性(Atomiocity)、一致性(Consistency)、隔离性(Isolation)和持久性(Durability),这四个特性简称ACID特性。

【mysql】  【innodb】  【数据库】  【电商】  【Transaction】  【test】  【update】   …

[获取更多]
25.7. Control Flow Functions

CASE mysql> SELECT CASE 1 WHEN 1 THEN 'one' -> WHEN 2 THEN 'two' ELSE 'more' END; -> 'one' mysql> SELECT CASE WHEN 1>0 THEN 'true'...

【mysql】  【test】   点击查看原文>

mysql5.7导入数据的权限问题

mysql5.7中创建用户时虽然使用 grant all on xxx.* to test@"localhost" 但是使用mysql命令导入时,还是会出错 mysql --default-character-set=utf8 -utest -p testdb
【数据存储与数据库】  【mysql】  【SQL】  【test】  【grant】  【update】  【Access】   点击查看原文>

通过一个备份归档的脚本演示rsync限速和find如何删除文件

通过一个备份归档的脚本演示rsync限速和find如何删除文件

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

#!/bin/bash #  # 2015/04/15  

src='mysqlbak'

ip='192.

【mysql】  【LOG】  【lock】  【脚本】  【test】  【file】  【type】   …

[获取更多]
python杂记

动态格式化字符串

1 2 3 4 5 6

a = [[1,2,3], [4,5,6],[7,8], [10,11,12,13,14]]

 

for i in a:

  fmt = '%s ' * len(i)

  argvs = ''.

【python】  【mysql】  【shell】  【test】  【charset】  【Blog】   点击查看原文>

[获取更多]
三、数据表的基本操作

  创建数据表指的是在已经创建好的数据库中建立新表。创建数据表的过程是规定数据列的属性的过程,同时也是实施数据完整性(实体完整性、引用完整性、域完整性)约束的过程。 创建表的语法格式   数据表属于数据库,在创建数据表之前,应该先创建数据库,指定在哪个数据库中进行。

【mysql】  【数据库】  【test】  【Create】  【database】   …

[获取更多]
表示 进入内容 1211301002
« 先前的 10 新的记录 | 下一步 10 较早的记录 »