]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
README.unittests.rst revert
authorsemen603089 <semen603089@mail.ru>
Sun, 16 Jul 2023 03:02:56 +0000 (06:02 +0300)
committersemen603089 <semen603089@mail.ru>
Sun, 16 Jul 2023 03:02:56 +0000 (06:02 +0300)
README.unittests.rst

index 294f62d9d47e4e4f22340725fe7600263990c942..9cf309d2d7e447140220087ff690c87a5b73db71 100644 (file)
@@ -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