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
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:
> > In
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://
I would appreciate any help or comment.
The idea is
to create a server in python that serves maps on the internet. The maps have to
be in MBTiles format, which is a SQLite database that store all the map tiles
in a single file. Taking this as an example
http://a.tiles.mapbox.com/v3/mapbox.geograph
Hi all,
Last time I installed Python 2.5 by default, it didn't support SSL.
When I tried to use HTTPS, the following error occured:
AttributeError: 'module' object has no attribute 'ssl'
In README file:
--