Changes

Jump to navigation Jump to search
251 bytes added ,  14:38, 10 April 2007
no edit summary
Line 42: Line 42:     
  mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
 
  mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
 +
 +
 +
'''Create Database'''
 +
 +
 +
mysql -uroot mysql < createdbanduser4x.sql
 +
 +
mysql -e "grant all privileges on metadotdb.* to metadot@localhost identified by 'password'"
 +
 +
mysql -e "flush privileges"
 +
 +
mysql -umetadot -ppassword metadotdb < sampledata.sql
276

edits

Navigation menu