變更資料庫密碼
如果變更資料庫的密碼,則必須在伺服器上更新該密碼。
程序
在文字編輯器中,開啟檔案
conf\server\installed.properties
。
在下列程式碼行中,指定新的資料庫密碼:
hibernate.connection.password=
newPassword
重新啟動伺服器時,將加密這個密碼。
重新啟動伺服器。
相關工作
:
Installing the database
Migrating the database
意見