Search found 2 matches

by 8baller
Sat Nov 12, 2016 11:36 pm
Forum: CMSMS Core
Topic: Moving from 1.10.1 to current - MySQL unable to connect?
Replies: 1
Views: 1054

Re: Moving from 1.10.1 to current - MySQL unable to connect?

Solved:

localhost and 127.0.0.1 aren't the same thing.

mysql -P 3306 --host=localhost -u 8ball -p
mysql -P 3306 --host=127.0.0.1 -u 8ball -p

Give different results. Localhost redirects to the local mysql socket, which didn't have permissions in this instance.
by 8baller
Sat Nov 12, 2016 10:48 pm
Forum: CMSMS Core
Topic: Moving from 1.10.1 to current - MySQL unable to connect?
Replies: 1
Views: 1054

Moving from 1.10.1 to current - MySQL unable to connect?

Hey all, I'm just looking to get the current version up on a gcloud instance. I've mysqldumped and restored, and tgz'd the content into its new home. # mysql -u 8ball -p 8ball_db Enter password: <known password> Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 77 ...

Go to advanced search