17th May 2010
The MySQL database is one of the most used database engines in the world. The reasons behind this are - apart from being an open sourced database - its scalability, flexibility, high availability, ability to carry out robust transactions, and so on. Howe...
Read >
14th May 2010
MySQL log is the best way to identify the problems encountered by MySQL user while starting, closing, or running MySQLD (MySQL Server). These log files are saved in MySQLD data directory and can be erased using FLUSH LOGS command. The information saved in...
Read >
11th May 2010
InnoDB is a MySQL storage engine and is considered more reliable over its counterparts for the main reason that it supports ACID transactions. InnoDB can recover from problems like unexpected shutdown by replaying the log files. But irrespective of these ...
Read >
10th May 2010
MySQL database, because of its fast performance, high reliability, and ease of use, is the world's most used open source database. If you combine all these features with the open source database feature, you have got all the ingredients of a complete rela...
Read >
05th May 2010
MySQL is one of the most popular open-source database in the world. The reasons for this is its availability, performance, sound transactional support, etc. It offers three types of database engines, MyISAM, InnoDB, and MySQL Archive. The MyISAM table is ...
Read >
04th May 2010
In MySQL relational database management system, you can use different storage engines for effective storage and management of your data. MyISAM is a default storage engine in MySQL, which is based on older ISAM code. However, it has several useful extensi...
Read >
30th April 2010
MySQL server is mainly known for its stability and security. However, like any other application, MySQL can crash due to various reasons like, power failure, operating system malfunction, and virus hits. In most cases of MySQL server crash, the database t...
Read >
29th April 2010
MySQLD (MySQL Sever) crash can occur when it accesses or encounters a corrupt InnoDB database page. In most cases of MySQLD crash, the database becomes unmountable, rendering to inaccessibility of all its saved records. In addition, the server exhibits an...
Read >
29th April 2010
MySQL is a relational database management system (MySQL) that acts as a server providing multi-user access to many databases. It is used by some very high-traffic websites like Flickr, Facebook, Wikipedia, Google, Nokia, YouTube, etc. MySQL is preferred b...
Read >
26th April 2010
Are you unable to access a MySQL database table? Is your MySQL database table inaccessible after upgrading to later version of the application? This behavior may occur due to corruption of MySQL table. After corruption, MySQL can not read the table and th...
Read >
23rd April 2010
Whenever you start MySQL Server (MySQLD), it automatically checks all the tables stored in your MySQL database. The server also repairs the table if it is marked as 'crashed' or 'not closed properly'. However, before repairing the table, MySQLD creates a ...
Read >
22nd April 2010
MySQL is considered to be the most stable application that is used to create and maintain databases. However, there are still certain problems that are encountered, like the application might crash and result in corruption of database. Such situations occ...
Read >
21st April 2010
Upgrading to a newer MySQL version is primarily done to take benefit of all the improved features of its newer versions. This helps you to increase the database performance, add to safety, and allows accessing quick results. But it is always recommended t...
Read >
16th April 2010
MySQL database corruption can result in fatal consequences, leading to inaccessibility of records saved in database components, like tables. Few most common reasons for corruption could be improper shutdown of the system/MySQLD, concurrent modification of...
Read >
15th April 2010
Are you getting error 'NTDS ISAM 467 database corruption' error while accessing MySQL database tables? This problem generally occurs with Windows 2003 Server domain controllers. It indicates MySQL database corruption and renders all your valuable data ina...
Read >