Search
Archive
Tags
Android Android Apps Annoying Song Lyrics birthday Blog software Books Carly Cheryl Computing Databases Entertainment/Culture Films FoxyHistory Google Hospitality/Recreation HTML Java Linux Lizz Mobile software Mozilla Music MySQL Online social networking Perl PHP PHP programming language Project 365 Punctuation Remote Recorder Sky Sky Digital Smartphones Sports SQL Technology/Internet Television Television in the United Kingdom Travel Twitter Ulysses Vim Web 2.0 WordPress World Wide WebCategories
- Android Development (15)
- Bring It! (3)
- Petals Around The Rose (3)
- Remote Recorder (7)
- Shake 'n' Not Stirred (2)
- Films (5)
- Music (10)
- Gigs and Festivals (10)
- Programming (2)
- Uncategorized (1644)
- Android Development (15)
Tag Archives: MySQL
MySQL case insensitivity on varchar fields
I created a MySQL table like the following: CREATE TABLE `links` ( `id` int(11) NOT NULL auto_increment, `short_id` varchar(255) NOT NULL, `url` text NOT NULL, `user_id` int(11) default NULL, `created_at` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `user_id` … Continue reading