We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa48b3 commit 1e3cc9bCopy full SHA for 1e3cc9b
docs/examples/sqlcommenter/README.rst
@@ -20,7 +20,7 @@ A running MySQL server with general logs enabled will store query statements wit
20
21
cd books_database
22
docker build -t books-db .
23
- docker run -d --name books-db -p 3306:3306 books-db
+ docker run -d --name books-db -p 3366:3306 books-db
24
cd ..
25
26
Check that the run worked and the general log is available:
docs/examples/sqlcommenter/instrumented_query.py
@@ -47,8 +47,8 @@
47
)
48
49
cnx = connect(
50
- host="127.0.0.1",
51
- port=3306,
+ host="localhost",
+ port=3366,
52
user="books",
53
password="books123",
54
database="books",
0 commit comments