Re: GitHub starter guide?

2015-05-01 Thread shawnlc
I'm no git master by any stretch of the imagination. I've used it for quite awhile to find code though. I just recently got into repositories and team collaboration. Remember, github isn't the only place to use git. There's places like BitBucket, and GitLab; the pricing structures are quite

Re: On-Rev server Pancake problems - old backup restored?

2015-04-29 Thread shawnlc
I have a life-time subscription to on-rev, but it's times like this that scare the heck out of me to use it. I use it primarily for testing. I'm on pancake too, and I confirm that it's been down. I haven't looked into it, but surely the brilliant guys gals at RunRev could be running state of

Re: Database error?

2015-04-10 Thread shawnlc
You're welcome. Yeah, the docs don't make it very clear that once you create a database, you assign a user with a password to the database. This is what you use in the connection string, since A) that it's not a good idea to use your root password B) use the same username and password on each

Re: Database error?

2015-04-08 Thread shawnlc
If I remember right MySQL (at least on Cpanel servers) require the database name to be: username_databaseName. You may already realize that, but I'm gonna throw it out there in an attempt to assist :) -- View this message in context:

Re: Database error?

2015-04-08 Thread shawnlc
Let me add this too. In Cpanel when you create a database, you're asked to 1) create a database, 2) create a username and password for that database, and 3) assign a username to that database. This isn't necessarily the same as your Cpanel login, but can be if that's how you create your