Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I would like to connect to data source using MySQL Connector.
2)What I did.
・Allow access by the specified IP address.
・Set up a user that can be accessed from the outside to the MySQL server.
3)result
When pressing the authentication button on the connector screen, the following error was displayed.
"The request could not be completed due to an error.
Error ID: 9b97124c"
After setting up to output MySQL general log and checking the contents, the connection itself seems to be successful.
----------------------------------------------------------
2018-12-06T10:07:26.662141Z 36 Connect xxxxx@173.194.90.164 on ooooo using TCP/IP
2018-12-06T10:07:32.768858Z 37 Connect xxxxx@173.194.90.163 on ooooo using TCP/IP
2018-12-06T10:07:39.485222Z 38 Connect xxxxx@173.194.90.161 on ooooo using TCP/IP
2018-12-06T10:07:54.437796Z 39 Connect xxxxx@173.194.90.164 on ooooo using TCP/IP
2018-12-06T10:12:04.170257Z 40 Connect xxxxx@173.194.90.164 on ooooo using TCP/IP
----------------------------------------------------------