文章詳情頁
mysql ER_BAD_DB_ERROR: Unknown database ’test’
瀏覽:59日期:2022-06-21 13:39:24
問題描述
Start Logger @ server.jsdebug: #### 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 看下
相關(guān)文章:
1. mysql 查詢身份證號字段值有效的數(shù)據(jù)2. javascript - ios返回不執(zhí)行js怎么解決?3. 視頻文件不能播放,怎么辦?4. javascript - angular使從elastichearch中取出的文本高亮顯示,如圖所示5. python - 爬蟲模擬登錄后,爬取csdn后臺文章列表遇到的問題6. python bottle跑起來以后,定時執(zhí)行的任務(wù)為什么每次都重復(fù)(多)執(zhí)行一次?7. mysql - 分庫分表、分區(qū)、讀寫分離 這些都是用在什么場景下 ,會帶來哪些效率或者其他方面的好處8. javascript - 求幫助 , ATOM不顯示界面!!!!9. javascript - 移動端自適應(yīng)10. html5 - HTML代碼中的文字亂碼是怎么回事?
排行榜

熱門標簽