File "testdb.py", line 31, in <module> cursor.execute(createdb_sql) File "src/pymssql.pyx", line 468, in pymssql.Cursor.execute pymssql.OperationalError: (911, b"Database 'wxq2' does not exist. Make sure that the name is entered correctly.DB-Lib error message 20018, severity 16:\nGeneral SQL Server error: Check messages from the SQL Server\n")
section_end:1595553971:build_script
section_start:1595553971:after_script
SQL Server 2019 will run as non-root by default. This container is running as user mssql. Your master database file is owned by mssql. To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.