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

build the databus is need to install mysql #106

Open
jayws opened this issue Aug 9, 2017 · 0 comments
Open

build the databus is need to install mysql #106

jayws opened this issue Aug 9, 2017 · 0 comments

Comments

@jayws
Copy link

jayws commented Aug 9, 2017

hi,build the databus is need to install mysql?this is my build databus error log,thanks!

  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''localhost''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

${MYSQL} -e "grant all privileges on $db.* to $user@'$hostname' identified by '$pass';"

  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''localhost.localdomain''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    ${MYSQL} -e "grant all privileges on $db.* to $user@'127.0.0.1' identified by '$pass';"
  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''127.0.0.1''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    ${MYSQL} -e "grant all privileges on $db.* to $user@'%.linkedin.com' identified by '$pass';"
  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''%.linkedin.com''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    ${MYSQL} -e "grant all privileges on $db.* to $user@'%.linkedin.biz' identified by '$pass';"
  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''%.linkedin.biz''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    ${MYSQL} -e "grant all privileges on $db.* to $user@'172.16.%' identified by '$pass';"
  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''172.16.%''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    ${MYSQL} -e "grant all privileges on $db.* to $user@'rdb%.prod.linkedin.com' identified by '$pass';"
  • mysql -uroot -e 'grant all privileges on bootstrap.* to bootstrap@'''rdb%.prod.linkedin.com''' identified by '''bootstrap''';'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

${MYSQL} -e "show errors;"

  • mysql -uroot -e 'show errors;'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    ${MYSQL} -e "show warnings;"
  • mysql -uroot -e 'show warnings;'
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
    Executing Command mysql -hlocalhost -ubootstrap -pbootstrap DROP DATABASE IF EXISTS bootstrap;
    Warning: Using a password on the command line interface can be insecure.
    ERROR 1045 (28000): Access denied for user 'bootstrap'@'localhost' (using password: YES)
    Warning: Using a password on the command line interface can be insecure.
    ERROR 1045 (28000): Access denied for user 'bootstrap'@'localhost' (using password: YES)
    :db:databus2-bootstrap:reinit FAILED
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

1 participant