> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/chu-shi-fang-wen/mysql-kai-qi-wai-lian.md).

# MySQL开启外联

```
>grant all privileges on user.* to user@"%" identified by "P@ssw0rd";
```
