Access denied when creating a new Database #479
-
Hello there, I have created a 'testContainer' using Mysql and .withDatabase("DB1"). But get this error: Is there a way to maybe create the DB2 in the initialization phase while creating DB1? Appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh, just realized I could make a connection and access root using: |
Beta Was this translation helpful? Give feedback.
Oh, just realized I could make a connection and access root using:
createConnection ({ user : "root", password: testContainer.getRootPassword(), ... })