Mysql Articles

Are you still worried about sql injection ?

2008-05-17

Some tips on how to get rid of sql injection forever.

Read more

When to use join and when to use subselects

2007-09-16

Many people ask this question. The answer is very simple, it depends on the context.

Read more

Implementing basic searching for your website

2007-09-11

Implementing basic searching for your website using mysql's full text search, and also some tips on how to refine your searches using fulltext boolean search.

Read more

How to implement Mysql full text search on a big website

2007-09-09

How to implement Mysql FULL TEXT search on a big website, with million of rows and multiple tables. In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization) . Here is how you can implement your search, I will show this on a real world example.

Read more

Categories

Subscribe

All Posts

Mysql posts

All Comments

© Copyright CodeAssembly

All code is licensed under GPL, unless otherwise noted