Knowledge Base Articles in MySQL

MySQL Fulltext Search

One of the most powerful features of MySQL is the fulltext index. The fulltext index allows text searching in a very effective manner. A fulltext index can be created for TEXT, CHAR, and VARCHAR fields. Now, let's create a sample table and use this table ...

posted August 30, 2009 in MySQL
What is MySQL?

MySQL is a relational database management system (RDBMS) which has more than 6 million installations. MySQL stands for 'My Structured Query Language'. The program runs as a server providing multi-user access to a number of databases. The project's source ...

posted August 12, 2009 in MySQL
Displaying articles 1 - 2 of 2