How To Set Maximum Number of Tables To Display In PHPMyAdmin?
PHPMyAdmin is a really handy web based tool that helps database and web administrators to keep a track of their application databases in a really simple way from anywhere around the world. So, recently I was working on a really big database as a part of some client work. The database was quite huge and… |
Mysql.com Has Been Compromised; Used To Server Malware
According to reports from security firm, Armorize, mysql.com has been compromised and the hackers are using the website to serve malware to unsuspecting users. The hackers are reported to have infected the website with JavaScript codes that redirects the visitor to another website which hosts what is known as the BlackHole exploit pack. The BlackHole… |
3 Best Free Stackoverflow Clones For PHP-MySQL (Q&A Software)
Want to start a Stackoverflow like Question / Answer website? In this article we will tell you about 3 (three) PHP based Stackoverflow clone softwares (one ZEND PHP Based) which you can use to start your own Stackoverflow like websites. |
How To Use MySql Database in Amarok
By default, Amarok uses SQLite to maintain the library and other data such as ratings, play-counts etc. However, Amarok also comes with support for MySQL databases, although it is not enabled by default. With larger library (like mine which is around 50GB) I find that using MySQLis faster than when using SQLite. So, here is… |
Twitter ditches MySQL for Cassandra
According to Ryan King, a software engineer at Twitter, the MySQL database used in Twitter is going to be replaced by the open source Cassandra data management system. Cassandra is a new types of data handling systems that are powering large Web applications, particularly social networking sites which deal with hundreds of thousands or millions… |
Setting up Mysql database server on Fedora
When you choose to install Mysql from the package selection menu during Fedora Installation, what gets installed apparently is the mysql-client. So when you try to run mysqld at the shell, you may end up getting a socket error. This is because the main component mysql-server is not installed. You can install is simply my… |