Changes

From SME Server
Jump to navigationJump to search
38 bytes added ,  13:08, 6 April 2008
m
Changed order (for current versions first, 7.2 and earlier second)
Line 27: Line 27:     
   cd /var/service/mysqld
 
   cd /var/service/mysqld
   runsvctrl d .
+
   sv d .
 
   expand-template /root/.my.cnf
 
   expand-template /root/.my.cnf
 
   expand-template /var/service/mysqld/set.password
 
   expand-template /var/service/mysqld/set.password
 
   /usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
 
   /usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
   runsvctrl u .
+
   sv u .
   −
In SME 7.2 the runsvctrl command was replaced by the sv command so for SME 7.2 use the following:
+
Since SME Server 7.3 the runsvctrl command was replaced by the sv command so for SME Server 7.2 and earlier releases use the following:
    
   cd /var/service/mysqld
 
   cd /var/service/mysqld
   sv d .
+
   runsvctrl d .
 
   expand-template /root/.my.cnf
 
   expand-template /root/.my.cnf
 
   expand-template /var/service/mysqld/set.password
 
   expand-template /var/service/mysqld/set.password
 
   /usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
 
   /usr/libexec/mysqld --bootstrap --user=mysql --skip-grant-tables < ./set.password
   sv u .
+
   runsvctrl u .
    
=== Access MySQL from the local network ===
 
=== Access MySQL from the local network ===

Navigation menu