Search Results

0
votes

Executing shell command from MySQL

According to this post at the forums.mysql.com, the solution is to use the …
0
votes

Overnormalization

My take on this: Always normalize as much as you are able to do. I usually go crazy on normalization, and try to design something that could handle every thinkable future extensions. What …