Tuurlijk / TYPO3.Homestead

One-stop Neos and TYPO3 development and review environment. Effortlessly test one site against multiple PHP versions and hhvm.
99 stars 17 forks source link

root user password for database #43

Closed aWuttig closed 7 years ago

aWuttig commented 7 years ago

You described that the root user pw for database login is "supersecret". When i try this it doesn`t work.

Tuurlijk commented 7 years ago

mysql -u root -p

Should work if you're on the box.

Please describe the exact steps you are taking to login.

aWuttig commented 7 years ago

I clone the git repo and then i do vagrant up on my windows 10 host machine.

After this i login via ssh und try:

$ mysql -u root -p Enter password: ERROR 1698 (28000): Access denied for user 'root'@'localhost'

i use "supersecret" as password.

Tuurlijk commented 7 years ago

What happens if you run vagrant box outdated from the Homestead dir?

aWuttig commented 7 years ago

vagrant box outdated Checking if box 'Michiel/Development' is up to date...

and thats all.

Tuurlijk commented 7 years ago

Strange. Apparently you can only login using the root account as the root user. I updated the readme.

Please try to sudo su - and then just mysql should do.

aWuttig commented 7 years ago

Ah okay. Thank u

Am 25.07.2017 11:22 schrieb "ℳichiel ℛoos" notifications@github.com:

Strange. Apparently you can only login using the root account as the root user. I updated the readme.

Please try to sudo su - and then just mysql should do.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Tuurlijk/TYPO3.Homestead/issues/43#issuecomment-317680660, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsV9w_lzxyw3i0bh_vTC8kmWgXntmMSks5sRbPCgaJpZM4Ohx3l .