Conecting to MySQL

2022-08-09 Thread Guilherme Campos
Hello folks, trying to connect to MYSQL it appears the error msg below: InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused) [image: conexao.png] How can i fix that.? thanks in advance Guilherme Campos Belo Horizonte - MG -- https://mail.python.org/ma

Re: Conecting to MySQL

2022-08-09 Thread Igor Korot
Hi, On Tue, Aug 9, 2022 at 9:07 AM Guilherme Campos wrote: > > Hello folks, > > trying to connect to MYSQL it appears the error msg below: > InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' > (111 Connection refused) > [image: conexao.png] > How can i fix that.? What do yo

Re: Conecting to MySQL

2022-08-09 Thread Guilherme Campos
Igor, firewall was disable... Em ter., 9 de ago. de 2022 às 11:18, Igor Korot escreveu: > Hi, > > On Tue, Aug 9, 2022 at 9:07 AM Guilherme Campos > wrote: > > > > Hello folks, > > > > trying to connect to MYSQL it appears the error msg below: > > InterfaceError: 2003: Can't connect to MySQL se

Re: Conecting to MySQL

2022-08-09 Thread Axy via Python-list
trying to connect to MYSQL it appears the error msg below: InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused) [image: conexao.png] How can i fix that.? What do you use for connection? Does the firewall interfere with the connection? Firewall usua

Re: Conecting to MySQL

2022-08-09 Thread Igor Korot
Hi, @OP, Can you try to connect with mysql-workbench? Also - you didn't answer my first question. Are you using an ODBC wrapper or python module? Thank you. On Tue, Aug 9, 2022 at 10:27 AM Axy wrote: > > > >> trying to connect to MYSQL it appears the error msg below: > >> InterfaceError: 2003:

Re: Conecting to MySQL

2022-08-09 Thread Guilherme Campos
Hi Igor, Accessing mysql-workbench it appeared new error messages when I clicked Server Status. I created my database on MySQL Workbench . Is that your question? [image: image.png] [image: image.png] Em ter., 9 de ago. de 2022 às 12:36, Igor Korot escreveu: > Hi, > @OP, > Can you try to co

Re: Conecting to MySQL

2022-08-09 Thread Dan Ciprus (dciprus) via Python-list
Yes, exactly that .. I replied from different account and my email was rejected. Just make sure that your mysql is actually running. Depending on your OS, run netstat -an | grep 3306 and this will tell you whether socket is actually in listening mode or not. If it's not, your mysql is either no

Re: Conecting to MySQL

2022-08-09 Thread Dan Ciprus (dciprus) via Python-list
I'm not sure about this but this mailing list does not allow attachments ... On Tue, Aug 09, 2022 at 12:45:33PM -0300, Guilherme Campos wrote: Hi Igor, Accessing mysql-workbench it appeared new error messages when I clicked Server Status. I created my database on MySQL Workbench . Is that you

Re: Conecting to MySQL

2022-08-14 Thread Michael Torrie
On 8/8/22 19:26, Guilherme Campos wrote: > Hello folks, > > trying to connect to MYSQL it appears the error msg below: > InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' > (111 Connection refused) > [image: conexao.png] > How can i fix that.? MySQL can listen on a local uni