Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access denied for user 'xxx'@'localhost' (using password: YES) (DSN=mysql://xxx:***@localhost:3306/xxx). #74

Open
gerroon opened this issue Jun 15, 2018 · 2 comments

Comments

@gerroon
Copy link

gerroon commented Jun 15, 2018

Still trying to install it.

I am sure my sql user and pass is right. I am even trying the roo/password for mysql.

 indexer slimpdmain slimpdsuggest
Sphinx 2.2.11-id64-release (95ae9a6)
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/etc/sphinxsearch/sphinx.conf'...
indexing index 'slimpdmain'...
ERROR: index 'slimpdmain': sql_connect: Access denied for user 'xxx'@'localhost' (using password: YES) (DSN=mysql://xxx:***@localhost:3306/xxx).
total 0 docs, 0 bytes
total 0.014 sec, 0 bytes/sec, 0.00 docs/sec
indexing index 'slimpdsuggest'...
ERROR: index 'slimpdsuggest': sql_connect: Access denied for user 'xxx'@'localhost' (using password: YES) (DSN=mysql://xxx:***@localhost:3306/xxx).
total 0 docs, 0 bytes
total 0.000 sec, 0 bytes/sec, 0.00 docs/sec
total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
total 0 writes, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg

@othmar52
Copy link
Owner

are you able to connect to mysql directly from the terminal?

othmar52@mymachine ~ $ mysql -p -uxxx -hlocalhost
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
mysql> quit
Bye
othmar52@mymachine ~ $ 

@gerroon
Copy link
Author

gerroon commented Jun 16, 2018

Yes I can with root or regular mysql user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants