linkedin / linkedin/databus

build the databus is need to install mysql

Open
#106 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.7k
Forks
736
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the reported databus build failure and inspect the build entry point that runs the shown MySQL grant and database commands. No source files or tests are named; done should include a confirmed MySQL prerequisite or a reproducible, documented resolution for the root authentication failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql
Domain
build-system, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.