From: semen603089 Date: Sun, 16 Jul 2023 03:02:56 +0000 (+0300) Subject: README.unittests.rst revert X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b00b5e1c89dacd94d5e4482938617d1a854ac21;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git README.unittests.rst revert --- diff --git a/README.unittests.rst b/README.unittests.rst index 294f62d9d4..9cf309d2d7 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -268,7 +268,7 @@ intended for production use! # configure the database sleep 20 - docker exec -ti mysql mysql -u root -p -w -e "CREATE DATABASE test_schema CHARSET utf8mb4; GRANT ALL ON test_schema.* TO scott;" + docker exec -ti mysql mysql -u root -ppassword -w -e "CREATE DATABASE test_schema CHARSET utf8mb4; GRANT ALL ON test_schema.* TO scott;" # To stop the container. It will also remove it. docker stop mysql @@ -280,7 +280,7 @@ intended for production use! # configure the database sleep 20 - docker exec -ti mariadb mysql -u root -p -w -e "CREATE DATABASE test_schema CHARSET utf8mb4; GRANT ALL ON test_schema.* TO scott;" + docker exec -ti mariadb mysql -u root -ppassword -w -e "CREATE DATABASE test_schema CHARSET utf8mb4; GRANT ALL ON test_schema.* TO scott;" # To stop the container. It will also remove it. docker stop mariadb