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

bug(besu): update sql statements for mysql 8.0+ version #2643

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

alvaropicazo
Copy link
Contributor

Small changes on SQL Queries due to new version deprecations

@alvaropicazo
Copy link
Contributor Author

alvaropicazo commented Jan 15, 2025

@sownak @suvajit-sarkar
By running the committed lines, a new root user is created for '%' host , as shown in the following screenshot.
Captura de pantalla 2025-01-15 151030
But I wonder if we wanted this or update the roots' password for localhost. When trying to run the following query in the sql script <ALTER USER 'root'@'localhost' IDENTIFIED BY '$pass'> , this error happens.
My gut tells me the one for localhost is the one we really need to update, but not sure if it is needed for privacy transactions executions.
Captura de pantalla 2025-01-15 151250
demouser is correct for '%' host.

@alvaropicazo alvaropicazo force-pushed the bug_2642_update_queries branch from 4b49aa5 to 8f90696 Compare January 15, 2025 14:19
@sownak
Copy link
Contributor

sownak commented Jan 16, 2025

@alvaropicazo Add a comment about this and then we are good to go

@alvaropicazo alvaropicazo force-pushed the bug_2642_update_queries branch from 8f90696 to 5a1272e Compare January 17, 2025 16:37
@alvaropicazo
Copy link
Contributor Author

done!

@alvaropicazo alvaropicazo linked an issue Jan 17, 2025 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

bug(besu): mysql commands fail during tessera deployment
2 participants