Dev Logbook

Dev Logbook

Follow
homeServersLaravelnewsletter
Tag

MySQL

#mysql

More content

Read more stories on Hashnode


Articles with this tag

Querying for Data in MySQL is Slow

Dec 17, 20221 min read

Trying to query the MySQL database is slow (millions of records in table) Example query: SELECT * FROM my_table WHERE code='X87L9D82NB'; Just add an...

Querying for Data in MySQL is Slow

Docker, NodeJS, and MySQL 8

Oct 17, 20221 min read

Seen this error when using Docker for NodeJS and MySQL 8? Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested...

Docker, NodeJS, and MySQL 8