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

Error message connection to MySQL #4

Closed
shelane opened this issue Nov 5, 2018 · 3 comments
Closed

Error message connection to MySQL #4

shelane opened this issue Nov 5, 2018 · 3 comments
Assignees

Comments

@shelane
Copy link
Member

shelane commented Nov 5, 2018

Running fin init on this project gives this error:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
	Installing Backdrop. This may take a moment...

It does still install and run. However, the reports show this message:

Database tables need conversion less
4-byte UTF-8 support enables extended characters to be saved into the database, including emojis, Asian symbols and mathematical symbols. Your server supports this feature but not all tables have been converted to use it. After making a database backup, you should convert existing tables.
@klonos
Copy link

klonos commented Oct 13, 2019

The first is a known issue: backdrop-contrib/backdrop-drush-extension#195 ...it will eventually be solved upstream, so if you make sure that you are pulling the latest from https://github.com/backdrop-contrib/drush it should be fine.

The second error may have to do with the support for UTF-8 that has been added. If the underlaying db setup allows this, it will be enabled by default. This may have to do with using an outdated version of Backdrop, and may be solved by #7.

@Wylbur
Copy link
Contributor

Wylbur commented Apr 28, 2023

This boilerplate no longer uses drush, so this issue is no longer valid. This can be closed.

@shelane
Copy link
Member Author

shelane commented Aug 29, 2024

Per comment above and I concur that the error no longer occurs.

@shelane shelane closed this as completed Aug 29, 2024
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