Skip to content

Instantly share code, notes, and snippets.

@dmarov
Created August 26, 2023 18:25
Show Gist options
  • Save dmarov/fcaccb482769c57e6a2610f86f910492 to your computer and use it in GitHub Desktop.
Save dmarov/fcaccb482769c57e6a2610f86f910492 to your computer and use it in GitHub Desktop.
CREATE USER 'yii_demo'@'%' IDENTIFIED BY 'yii_demo_passwd1234';
CREATE DATABASE yii_demo;
GRANT CREATE, ALTER, DROP, INSERT, UPDATE, DELETE, SELECT ON yii_demo.* TO 'yii_demo'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment