Changes

From SME Server
Jump to navigationJump to search
366 bytes added ,  08:47, 19 June 2007
no edit summary
Line 35: Line 35:  
  mysql --execute="grant all privileges on *.* to admin@localhost identified by 'admin' WITH GRANT OPTION"
 
  mysql --execute="grant all privileges on *.* to admin@localhost identified by 'admin' WITH GRANT OPTION"
 
  mysql --execute="flush privileges"
 
  mysql --execute="flush privileges"
 +
 +
==Settings==
 +
By default, installation process limit access at phpmyadmin to local network.
 +
 +
To enable phpmyadmin to be access from internet and local network :
 +
 +
db configuration setprop phpmyadminmulti access public
 +
signal-event console-save
 +
 +
To limit access to local network :
 +
 +
db configuration setprop phpmyadminmulti access private
 +
signal-event console-save
     
81

edits

Navigation menu