Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:1xfaq_when_you_forgot_the_admin_password_to_log_in_to_biostar_client [2015/10/12 15:45]
127.0.0.1 external edit
en:1xfaq_when_you_forgot_the_admin_password_to_log_in_to_biostar_client [2018/04/12 13:57] (current)
ethan run as admin 추가
Line 10: Line 10:
 ==== Create an new administrator account ==== ==== Create an new administrator account ====
  
-1. Run SQL Server Management Studio. \\+1. Run SQL Server Management Studio ​as administrator. \\
  
 2. Find the BioStar database in Object Explorer. Expand the Tables item and right-click on dbo.TB_OPERATOR and click Script Table as > INSERT to > New Query Editor Window. \\ 2. Find the BioStar database in Object Explorer. Expand the Tables item and right-click on dbo.TB_OPERATOR and click Script Table as > INSERT to > New Query Editor Window. \\
Line 22: Line 22:
  
 1) Type the following query in the query editor: \\ 1) Type the following query in the query editor: \\
-**insert into tb_operator (sUserID, sPassword, nUserIdn, nPrivilegeIdn) values (Suprema',​ '​02A7CD2BCC125EB2023DA57117B42364',​ 0, 1);** \\+**insert into tb_operator (sUserID, sPassword, nUserIdn, nPrivilegeIdn) values ('Suprema',​ '​02A7CD2BCC125EB2023DA57117B42364',​ 0, 1);** \\
  
 2) Click **Execute**. \\ 2) Click **Execute**. \\