riktikdev
How to use “mysql_native_password” in MySQL?
I tried using the command
default-authentication-plugin=mysql_native_password
at startup, but it didn't work, and the database failed to start. Since I use Prisma ORM, I need mysql_native_password
instead of sha256 authentication
4 replies
How to specify the path to a file
Hi, how can I specify the path to the database file? I have an existing database file which is already in the root directory ~/database.db where to specify it? And did I do it right because in the container it should be in ./app
9 replies