第12回、第14回とMySQLのヘルスチェックについて紹介しました。MySQLの運用にはヘルスチェックも欠かせませんが、 クライアント (アプリケーション) サイドでどのようなエラーを受け取ったかを記録、 把握することも大切です。クライアントサイドで ...
OOoからMySQLを操作するために、冒頭で述べたようにJDBCドライバを利用します。MySQLのJDBCドライバMySQL Connector/J3.1は、次のURL ...
かなりの確率で出会うエラーがあります。 それがこれです。 ERROR 1698 (28000): Access denied for user 'root'@'localhost' パスワードは合っている。 何度入力してもログインできない。 「MySQLが壊れたのでは?」 そう思ってしまう人も多いでしょう。 しかし実際には MySQL ...
* Be aware, that this is just a workaround to fix-up some old code and the resulting project * will be more vulnerable than if you use the recommended newer mysqli-functions instead. * So only If you ...
Not able to connect to the database server on MySQL Workbench? Solve this error with a simple ALTER query. I think last week I published an article on how to install ...
schema.prismaを書き終え、”npx prisma migrate dev --name init” でmigrateしようとしたときにエラーが出た Prisma Migrate could not create the shadow database. Please make sure the database user has permission to create ...
TANGO is using MySQL stored procedures feature. These stored procedures are stored in MySQL system database named mysql. To be on the safe side, I think it is safer to get a mysql server behaving as ...