Change connecting host for MySQL database
Introduction In MySQL, you can configure the host(s) from which your database allows connections. This is an important security feature at connection level. In this post, you can see how…
My blog
Introduction In MySQL, you can configure the host(s) from which your database allows connections. This is an important security feature at connection level. In this post, you can see how…
#!/usr/bin/python3 # Sample # python3 palindrome.py "Dabale arroz a la zorra el Abad" # python3 palindrome.py "Anita lava la tina" import sys def checkPalindrome(str): str = str.replace(" ", "") if…
Introduction So, I got my new minirouter, a Bosch GKF 550, which is a 550 watts trim router, mainly designed to be used as a free hand device. Nevertheless, I…