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
On Mon, 8 Aug 2022 19:39:27 +0200, Andreas Croci
declaimed the following:
>
>Do you mean queues in the sense of deque (the data structure)? I ask
>because I can see the advantage there when I try to pop data from the
>front of it, but I don't see the sense of the following statement ("than
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
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
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
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:
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
Why would this application *require* parallel programming? This could be done
in one, single thread program. Call time to get time and save it as
start_time. Keep a count of the number of 6 hour intervals, initialize it to
0.
Once a second read data an append to list. At 6 hours after st
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
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
10 matches
Mail list logo