The descriptions in the table above were taken from the MySQL docs. For a full list of all possible grants and their
impact, please refer to the GRANT Statement page of the MySQL
docs, and locate the section titled Privileges Supported by MySQL.
Script to create user
This MySQL script can be used to create a user with the necessary permissions inside of your database. You will need appropriate database permissions to run the script. The username will bemigration_user. Make sure to update the following variables:
<SUPER_STRONG_PASSWORD>— The password for themigration_useraccount.<DATABASE_NAME>— The name of the database you will import into PlanetScale.

