Categories

How to implement mySQL FULLTEXT

Share

mySQL has full text indexing and searching support from version 5 onwards however there are some limitations. If you need to implement full text indexing then please follow point given below:

1. mySQL allows full text indexing on MyISAM tables and not any other table type. If you try to create a full text [...]

Sign the petition to save mySQL

Share

After Oracle announced in mid 2009 to acquire Sun there has been much apprehension in the open source community over the future of mySQL. Sun had acquired MySQL AB (the company) and kept it open source however once Oracle acquires it things may not remain the same as mySQL is a competitor to Oracle.

[...]

What is the minimum mySQL version requirement for Zencart?

Share

A client of mine developed his website in Zencart and after careful scrutiny approved the website for deployment to his production machine. He provided the FTP and mySQL information for us to deploy the website.

As is the practice, I check for any version conflicts that may conflict with our system before I [...]