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

not working #6

Open
celevra opened this issue Apr 18, 2024 · 3 comments
Open

not working #6

celevra opened this issue Apr 18, 2024 · 3 comments

Comments

@celevra
Copy link

celevra commented Apr 18, 2024

Hi,

we are on mariadb-server 10.6.16-0ubuntu0.22.04.1
Galera is working fine
localhost we have no password for root
if we start the script it directly exits and tells that all nodes are offline.
what can i do to debug it?

regards

@siakc
Copy link

siakc commented Nov 17, 2024

Make sure you have 'mysql' command available and test it manually to run a simple query.

@celevra
Copy link
Author

celevra commented Nov 17, 2024

Sure we have mysql available and can run queries on the console....

@scheidtp
Copy link
Owner

Most of the magic is done by parsing the output of the sql statements "SHOW VARIABLES LIKE 'wsrep_%';" and "SHOW STATUS LIKE 'wsrep_%';". Maybe start with checking the output of these statements when executed in a local mysql shell.

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

3 participants