MySQL Forums
Forum List  »  Connector/Python

Re: Connection failed to remote MySQL Server
Posted by: Stefan Krüger
Date: April 01, 2025 04:02PM

just posted a topic some minutes ago about eventually exactly the same thing..

the not so funny part is that this also does not work with the mariadb command-line tool:

root@*:/var/www/html# mariadb --host="172.21.0.2" --skip_ssl --password=XX
ERROR 1045 (28000): Access denied for user 'root'@'172.21.0.3' (using password: YES)
root@*:/var/www/html# mariadb --version
mariadb from 11.4.5-MariaDB, client 15.2 for debian-linux-gnu (x86_64) using  EditLine wrapper

i tell him to use `--host="172.21.0.2"` but it tries with `172.21.0.3`
and yea on .3 there is no user with this name and pw..

Options: ReplyQuote


Subject
Written By
Posted
Re: Connection failed to remote MySQL Server
April 01, 2025 04:02PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.