# MySQL开启外联

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