navicat で mysql データベースを作成しようとしていますが、リンクしようとすると次のエラーが表示されます。
'connect': Unknown database 'hello' (Mysql2::Error)
(画像参照)
または、ターミナルで既存のデータベースを検索すると (画像を参照)、すべてが表示されるわけではありません。どこで間違いを犯しているのかわかりませんか?
I had this error before you most likely have more than 1 instance of MySQL running ad each of ur applications is linking/accessing a different one. try
mysqld stop
or
sudo mysqld stop
Then try restart both applications and you should now be able to create a database with navicat and find it using terminal