MySQL Best Practices
By Ollie Armstrong Thursday, 12th August 2010
Do you know how to best design a MySQL database, or how to best structure a MySQL query? If not then this post will certainly interest you.
Here we will be discussing the best MySQL practices you can use not only to keep your database running smoothly and quickly but also to keep it user friendly.
10 – Use sensible field names
Have you ever started on a project and designed the database using ambiguous field names like read more…
Posted in Guides, MySQL | 2 Comments »