Hi everyone and thanks in advance for any help that can given on this.
I've hunted all over the net on a way to solve this issue but nothing is working for me, so I figured I'd give a shot with the experts.
I have a mac mini running high sierra as a media server in our home and have finally decided to use MRMC properly by setting up mysql and running a DB from there to keep the multiple apple tv's we have in sync.
I've installed mysql no issue but when I go to run the first command:
sudo /usr/local/mysql/bin/mysql
It asks for a password.
I initially assumed it was for the mysql install that just completed but that does not work.
I then thought well maybe it is the admin password for the mac machine. So I put that in and when I do that I get:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I've tried to run commands to reset passwords on mysql and all the "google tips" I could find but nothing would work.
Has anyone experienced this on their installs?
And if so, how did you work around it.
Thanks again.
Brett
1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again
Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.
Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.
Team MrMC.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again
Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.
Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.
Team MrMC.
unable to get past: sudo /usr/local/mysql/bin/mysql
-
bmiddaugh
- Posts: 25
- Joined: 27 May 2017, 02:12
- amet
- Team MrMC
- Posts: 3787
- Joined: 26 Oct 2015, 16:59
- Location: Dubai/Novi Sad
Re: unable to get past: sudo /usr/local/mysql/bin/mysql
It’s your sudo password, password for the user that’s logged in currently
And then you need the below command to specify the user
$mysql -u root -p
And then you need the below command to specify the user
$mysql -u root -p
-
bmiddaugh
- Posts: 25
- Joined: 27 May 2017, 02:12
Re: unable to get past: sudo /usr/local/mysql/bin/mysql
when i use that it gives me this error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
-
bmiddaugh
- Posts: 25
- Joined: 27 May 2017, 02:12
- amet
- Team MrMC
- Posts: 3787
- Joined: 26 Oct 2015, 16:59
- Location: Dubai/Novi Sad
-
bmiddaugh
- Posts: 25
- Joined: 27 May 2017, 02:12
Re: unable to get past: sudo /usr/local/mysql/bin/mysql
I am also using mysql 8.0.19 on high sierra.
- amet
- Team MrMC
- Posts: 3787
- Joined: 26 Oct 2015, 16:59
- Location: Dubai/Novi Sad
-
bmiddaugh
- Posts: 25
- Joined: 27 May 2017, 02:12
Re: unable to get past: sudo /usr/local/mysql/bin/mysql
every command I try gives me: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I'm not familiar with using mysql, but I figured I'd give this a shot.
Everything else works out well, probably have to pass on this capability.
I'm not familiar with using mysql, but I figured I'd give this a shot.
Everything else works out well, probably have to pass on this capability.
- amet
- Team MrMC
- Posts: 3787
- Joined: 26 Oct 2015, 16:59
- Location: Dubai/Novi Sad
Re: unable to get past: sudo /usr/local/mysql/bin/mysql
(using password: NO) Means just that, did you use the command I pasted?
-
bmiddaugh
- Posts: 25
- Joined: 27 May 2017, 02:12
Re: unable to get past: sudo /usr/local/mysql/bin/mysql
Hi Amet,
Thanks for sticking with me on this, I don't want to bog you down with it.
These are the exact commands I am trying and the results I am getting
Thanks for sticking with me on this, I don't want to bog you down with it.
These are the exact commands I am trying and the results I am getting
Code: Select all
Cottages-Mac-mini:~ cottageconundrumserver$ sudo /usr/local/mysql/bin/mysql
Password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Cottages-Mac-mini:~ cottageconundrumserver$ mysql -u root -p
-bash: mysql: command not found
Cottages-Mac-mini:~ cottageconundrumserver$ sudo /usr/local/mysql/bin/mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Cottages-Mac-mini:~ cottageconundrumserver