diff --git a/README.md b/README.md index 3c13757..f5a90f9 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,6 @@ port=3306 Test mysql -```sh -mysql -uroot -p1234 -``` - ```sh mysql -uroot -p1234 -e 'CREATE USER drupal@localhost IDENTIFIED BY "1234"' mysql -uroot -p1234 -e 'CREATE DATABASE drupal'