Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
cloudappliance/mastermasterdb [2018_09_18 13:55] dancloudappliance/mastermasterdb [2019_06_19 14:34] eric
Line 321: Line 321:
 == Unlock Database and Create Users == == Unlock Database and Create Users ==
  
-On smesql01 we will complete the last database setps, which are to unlock the database, and create our database user we will be using for our application servers. +On smesql02 we will complete the last database step there, to unlock the database.  
 +<code>  
 +mysql -e "UNLOCK TABLES;" 
 +</code> 
 + 
 +Next, on smesql01we will complete the last database steps, which are to unlock the database, and create our database user we will be using for our application servers. 
  
 <code> <code>