Differences

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

Link to this comparison view

Next revision
Previous revision
mysql_source_installation [2012/07/31 09:50]
127.0.0.1 external edit
mysql_source_installation [2015/06/01 16:56]
steve
Line 28: Line 28:
  
 Unpack tarball and start build for a 5.5 install: Unpack tarball and start build for a 5.5 install:
- 
-  * [[http://​dev.digitaltrike.com/​~steve/​downloads/​mysql/​config-mysql]] 
  
 <​code>​ <​code>​
Line 78: Line 76:
 chmod 0700 /​var/​lib/​mysql/​data chmod 0700 /​var/​lib/​mysql/​data
 cp /​etc/​my.cnf{,​.bak} cp /​etc/​my.cnf{,​.bak}
-wget http://​dev.digitaltrike.com/​~steve/​downloads/​mysql/​base.cnf -O /etc/my.cnf 
 </​code>​ </​code>​