目錄
環境症狀
問題原因
解決方案
環境系統平台:linux x86-64 red hat enterprise linux 7
版本:4.1.1
症狀使用者在建立資料庫時,建立失敗報錯:
error:source database 」template1「 is being accessed by other users
問題原因
在建立資料庫時,模板資料庫template1被占用導致資料庫建立失敗。
解決方案
方案一:
不使用template1作為模板建立資料庫。資料庫安裝時會附帶兩個模板庫template0 與 template 1,若使用者安裝完資料庫之後未對template1進行過修改,template0 與 template 1的內容是一樣的,可以使用template0為模板來建立資料庫。
操作步驟:
createdb -t template0 newdb
方案二:
更多解決方案請登入【瀚高技術支援平台】檢視
MySQL建立資料庫失敗
如果使用root賬號登入到資料庫create database時提錯錯誤 mysql 1006 can t create database errno 13 或mysql 1006 can t create database errno 28 一般是mysql使用者沒有目錄許可權的問題。先用linu...
SQL資料庫建立失敗,提示無法建立列出的某些檔名
在學習sql的時候出現了很多低階錯誤 如下use master create database sql2012db on primary name sql2012data,filename e program files microsoft sql server mssql11.mssqlserve...
資料庫建立
刪除資料庫 drop database cpxs 資料庫操作語法 建立資料庫 create database database name on 子句 資料檔案屬性 primary 指定主檔案,否則預設第乙個 n 檔案屬性 filegrowth growth increament n 檔案組 log ...