Skip to content

Commit 76fcc17

Browse files
committed
Update MySQL高性能优化规范建议.md
1 parent 6f4c5d4 commit 76fcc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/MySQL高性能优化规范建议.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ select name,phone from customer where id = '111';
311311

312312
### 4. 数据库设计时,应该要对以后扩展进行考虑
313313

314-
### 5. 程序连接不同的数据库使用不同的账号,进制跨库查询
314+
### 5. 程序连接不同的数据库使用不同的账号,禁止跨库查询
315315

316316
- 为数据库迁移和分库分表留出余地
317317
- 降低业务耦合度

0 commit comments

Comments
 (0)