成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁技術文章
文章詳情頁

mysql ER_BAD_DB_ERROR: Unknown database ’test’

瀏覽:76日期:2022-06-21 13:39:24

問題描述

Start Logger @ server.js

debug: #### Module Status Check Hook is initialized @1 #### debug: #### Network Check Hook is initialized @1 #### debug: #### SystemAlarmHook is initialized @1 #### debug: #### Temperature and Humidity Check Hook is initialized @1 #### error: A hook (orm) failed to load!error: Error (E_UNKNOWN) :: Encountered an unexpected error: Could not connect to MySQL:Error: ER_BAD_DB_ERROR: Unknown database ’test’

這個是什么問題?

問題解答

回答1:

看樣子問題有三種可能:

你的數(shù)據(jù)庫沒啟動起來

你沒有一個叫test的數(shù)據(jù)庫

你有這個數(shù)據(jù)庫,但是你使用這個叫test的數(shù)據(jù)庫的時候,還沒創(chuàng)建好

回答2:

show databases 看下

相關文章: