By default, MySQL Server will be installed with root superuser without any password. You can connect to MySQL server as root without requiring password or by keying in blank password. However, if you have set the password for root and forget or unable to recall the password, then you will need to reset the root password for MySQL.
Login as root to the Unix-like (Unix, ...
June 21st, 2010 | Posted in Apache server, How to, Knowledge | No Comments
AutoMySQLBackup is a script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote ...
June 21st, 2010 | Posted in Apache server, How to, Knowledge | No Comments
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
Installing Mysql database in Ubuntu
#apt-get install mysql-server mysql-client libmysqlclient12-dev
MySQL initially only allows connections from the localhost (127.0.0.1). We’ll need to remove that restriction if you wish to make it accessible to everyone on the internet. Open the file /etc/mysql/my.cnf
#vi /etc/mysql/my.cnf
Find the line bind-address = 127.0.0.1 and comment it out
…
#bind-address ...
June 21st, 2010 | Posted in Apache server, How to | No Comments
MySQL is a widely spread SQL database management system mainly used on LAMP (Linux/Apache/MySQL/PHP) projects.
In order to be able to use a database, one needs to create: a new database, give access permission to the database server to a database user and finally grant all right to that specific database to this user.
This tutorial will explain how to create a new database and give a user the appropriate grant permissions.
For the purpose of this tutorial, I will explain how to ...
June 21st, 2010 | Posted in Apache server, How to | No Comments
Astrill is a personal VPN service just like all the others listed on our site. However, Astrill stands out for a number of reasons. With unlimited, uncapped VPN access for only $59 a year. OpenWeb, L2TP and OpenVPN connections in 33 countries are all included. To top it off Astrill’s plug-and-play technology let’s you easily switch IP’s ...
June 17th, 2010 | Posted in Tutorials | No Comments
Adobe Photoshop Publisher's Description. Adobe Photoshop creates powerful images with the professional standard.
Adobe Photoshop software redefines digital imaging with a strong focus on photography; breakthrough capabilities for superior image selections, image retouching, and realistic painting; and a wide range of workflow and performance enhancements.
Get precise results when making complex selections, remove any image element and see the space fill in almost magically, and create stunning photo-realistic or surreal HDR images.
Complex ...
May 25th, 2010 | Posted in Daily Software | No Comments
Companies and ISPs often use caching in proxy servers to reduce the load on their networks. These proxy servers are often configured to proxy any port, with little regard to security. If nothing is blocking connections from the outside, it is possible to detect the vulnerable server by scanning the ports of a range of IP addresses.
Misconfigured Servers
Often, a proxy server is open because it has not been configured properly. ...
March 28th, 2010 | Posted in Hosting Tutorial | 2 Comments