
mysql
aoxs_-
懒得一批
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql基础命令(记录)
创建数据库 mysql> create database test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 创建用户并授权 mysql> grant all on . to user@‘192.168.4.%’ IDENTIFIED BY ‘123456’; slave连接主库 mysql> change ...原创 2019-07-16 13:31:20 · 228 阅读 · 0 评论 -
mysql 报错 Ignoring query to other database
记录一个小错误 # mysql -root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5943324 Server version: 5.6.40-log Source distribution >Copyright (c...原创 2019-08-03 19:34:30 · 172 阅读 · 0 评论