Skip to content

Instantly share code, notes, and snippets.

@debianmaster
Created September 14, 2019 10:11
Show Gist options
  • Save debianmaster/c8eab7cc14574d49c6368b700681f749 to your computer and use it in GitHub Desktop.
Save debianmaster/c8eab7cc14574d49c6368b700681f749 to your computer and use it in GitHub Desktop.
laravel mysql
docker run -d --name mysql -e MYSQL_ROOT_PASSWORD=mysql -d mysql:latest --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment