惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
H
Help Net Security
雷峰网
雷峰网
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
GbyAI
GbyAI
博客园_首页
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Google DeepMind News
Google DeepMind News
D
Docker
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog

Yourlai's Blog

失语 失语 – Yourlai's Blog 解决Ubuntu循环登录的问题 解决Ubuntu循环登录的问题 – Yourlai's Blog 给博客增加一个说说模块 给博客增加一个说说模块 – Yourlai's Blog 守宅人-The Last Dweller 守宅人-The Last Dweller – Yourlai's Blog HomeAssistant的MQTT详解:自动发现、状态上报与远程控制 HomeAssistant的MQTT详解:自动发现、状态上报与远程控制 – Yourlai's Blog 在博客中嵌入B站视频 在博客中嵌入B站视频 – Yourlai's Blog 基于STM32标准库的HX711称重模块 基于STM32标准库的HX711称重模块 – Yourlai's Blog 一些基础的SQL指令 – Yourlai's Blog ESP32入门文档 ESP32入门文档 – Yourlai's Blog 使用腾讯的EdgeOne给网站加速 使用腾讯的EdgeOne给网站加速 – Yourlai's Blog
一些基础的SQL指令
2026-01-19 · via Yourlai's Blog
用户与权限管理 1. 用户创建 -- 创建用户 CREATE USER 'wulian'@'sakila' IDENTIFIED BY '1234'; -- 创建只能在'sakila'主机上登录的用户wulian,密码为1234 2. 授予