Click here to Skip to main content
15,904,415 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 10:31
professionalJeremy Falcon6-Oct-14 10:31 
GeneralRe: PHP Pin
Slacker0076-Oct-14 10:36
professionalSlacker0076-Oct-14 10:36 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 10:48
professionalJeremy Falcon6-Oct-14 10:48 
GeneralRe: PHP Pin
Marc Clifton6-Oct-14 10:33
mvaMarc Clifton6-Oct-14 10:33 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 10:38
professionalJeremy Falcon6-Oct-14 10:38 
GeneralRe: PHP PinPopular
David O'Neil6-Oct-14 11:40
professionalDavid O'Neil6-Oct-14 11:40 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 11:47
professionalJeremy Falcon6-Oct-14 11:47 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 12:13
professionalDavid O'Neil6-Oct-14 12:13 
My frustration with their mentality is that the barrier to entry is too high, like you pointed out. I once had to change a password for a MySQL database, so I followed the instructions here[^]. Note the "'" (single quote) surrounding the password. Since I was doing it from a Windows command prompt there was a whole other level nobody mentioned. Doing it that way actually entered " ' "s in the password! And logging in became impossible. So changing the password was the only option, once I figured out what the issue was (at least fifteen minutes of "OH SH*T, WHAT DID I DO???")

Then there were four more hours ahead of me, because of a single friggin space! None of the examples online showed that the correct command is "mysqladmin -u root -p'xyz123' password newPassword". Note the lack of space between the "p" and the " ' ". I wanted to kill... And that wasn't my first exposure to their stuff.

I'm not afraid of command prompts, having once helped administer a Windows/Solaris hybrid network, but issues like the previous are far too abundant in that world. I want to actually get something done on my computer, not dig through documentation all day.

GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 12:29
professionalJeremy Falcon6-Oct-14 12:29 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 12:36
professionalDavid O'Neil6-Oct-14 12:36 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 13:20
professionalJeremy Falcon6-Oct-14 13:20 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 13:25
professionalDavid O'Neil6-Oct-14 13:25 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 13:38
professionalDavid O'Neil6-Oct-14 13:38 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 13:52
professionalJeremy Falcon6-Oct-14 13:52 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 14:02
professionalDavid O'Neil6-Oct-14 14:02 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 14:08
professionalJeremy Falcon6-Oct-14 14:08 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 14:25
professionalDavid O'Neil6-Oct-14 14:25 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 14:36
professionalJeremy Falcon6-Oct-14 14:36 
GeneralRe: PHP Pin
David O'Neil6-Oct-14 15:29
professionalDavid O'Neil6-Oct-14 15:29 
GeneralRe: PHP Pin
Jeremy Falcon7-Oct-14 4:07
professionalJeremy Falcon7-Oct-14 4:07 
GeneralRe: PHP Pin
David O'Neil7-Oct-14 8:25
professionalDavid O'Neil7-Oct-14 8:25 
GeneralRe: PHP Pin
Jeremy Falcon7-Oct-14 9:32
professionalJeremy Falcon7-Oct-14 9:32 
GeneralRe: PHP Pin
Jeremy Falcon7-Oct-14 9:37
professionalJeremy Falcon7-Oct-14 9:37 
GeneralRe: PHP Pin
David O'Neil7-Oct-14 9:48
professionalDavid O'Neil7-Oct-14 9:48 
GeneralRe: PHP Pin
Jeremy Falcon6-Oct-14 10:29
professionalJeremy Falcon6-Oct-14 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.