Let’s try MariaDB
I should have written this entrance before, because the original in spanish was published on September 2013, one year ago! After installing MySQL and all the entrance related to MySQL… Read More »Let’s try MariaDB
I should have written this entrance before, because the original in spanish was published on September 2013, one year ago! After installing MySQL and all the entrance related to MySQL… Read More »Let’s try MariaDB
As you could read on my last post about Python and ConfigParser, I wasn’t completly agree on how to save data, so I decided to investigate if some one has… Read More »Working with config files in Python: ConfigParser advanced
Maybe, the module I am writting today is the first Python module I need almost on every new project. It’s not difficult, but it’s tricky! Basicly, config files (the classic… Read More »Working with config files in Python: ConfigParser
In this article I am try to “solve” the 1053 error I got when installing MySQL 5.7.2. The first thing is trying to know what or who procuces the error.… Read More »Trying to solve error 1053 when installing MySQL 5.7.2
Last September 2013 was the month of #MySQL on www.manejandodatos.es. I read that the new MySQL 5.7.2 was the best ever MySQL version. So I decided to download it and… Read More »Installing MySQL 5.7.2: error 1053
Now that we have MongoDB up and running, it’s time to configure the file, paying attention into the config file for the mongoDB server. MongoDB reads a configuration file (it’s… Read More »MongoDB config file
I keep on learning more and more about #FirefoxOS, and today I am going to write about Web App Manifiest. It sounds “complicated”, but it’s only a text file with… Read More »Web App Manifest on Firefox OS
Since I started to work with Python, I started as well to wirk with PyScripter as my default IDE. I like it because it’s very easy and of course, it’s… Read More »PyScripter, default IDE to work with ArcGIS 10
Working with Python under ArcMap forced me to understand how to add and use new modules and packages in order to improve my scripts. It’s an important question to solve (at… Read More »Adding new Python packages under ArcGIS 10
In a previous post I write aboput how easy to install new Python modules and packages under Windows, but some times, on Windows, this task may be not as simple… Read More »Error installing new Python packages on Windows 7