Jump to content

What is best in a MySQL database - Capitals or lower letters


TeddyKiller

Recommended Posts

Title is self explanatry.

Some people insert data into a database with whatever values the "user" is inserting. eg: My, my

Should the database always consist of strtolower for all values?

 

Also, should the database tables, and names be in lowercase too?

 

Whats the difference to using lowercase or highercase.

Link to comment
Share on other sites

The data in your tables is a choice the designer of the database should pick.

 

It would for example be SMART to store usernames (and password) case sensitive. Just like the user entered them.

 

That way you can have a user "TeddyKiller", "TEDDYKILLER", "teddykiller", etc which are all different users...

If you dont want that to happen, you should make a choice to store them upper- or lowercase.

 

I think the same is true for database tables and fieldnames, make a choice, and stay with it

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.