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

Automatic installation doens't work in some cases #166

Closed
drupaladmin opened this issue Jul 11, 2023 · 1 comment · Fixed by #325
Closed

Automatic installation doens't work in some cases #166

drupaladmin opened this issue Jul 11, 2023 · 1 comment · Fixed by #325
Assignees

Comments

@drupaladmin
Copy link
Contributor

-If the root password for MySQL contains an ' (apostrophe) the automatic setup script will fail because it encloses the password in apostrophes. Using the advanced manual setup is then needed.
-If the admin of the server has enabled skip-name-resolve then a connection to localhost will fail because the root user won't be allowed from a hostname. The IP loopback address 127.0.0.1 must be used instead. Again using the advanced manual setup is needed.

@kochetovd
Copy link
Collaborator

  • MySQL is allowed special characters:
    ‘ ~ ! @ # $ % ^ & * ( ) _ - + = { } [ ] / < > , . ; ? ' : | (space)
    Changed to double quotes in the agent setup command for the RELEEM_MYSQL_ROOT_PASSWORD variable, since single quotes are allowed for use in the password.

  • When the agent is installed, a socket connection is made to the root user. Therefore, the skip-name-resolve setting does not affect the installation script.

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 a pull request may close this issue.

2 participants