[Vtigercrm-commits] [vtiger development] #5237: Installation Should Also Take Care Mysql Grant Privilege

vtiger development vtiger-tickets at trac.vtiger.com
Sat Mar 22 06:27:27 EDT 2008


#5237: Installation Should Also Take Care Mysql Grant Privilege
------------------------+---------------------------------------------------
  Reporter:  prasad     |       Owner:  developer
      Type:  defect     |      Status:  new      
  Priority:  major      |   Milestone:  5.1.0    
 Component:  vtigercrm  |     Version:  5.0.4    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Comment (by prasad):

 When create database option is selected and the two input username values
 are different, privilege grant should also be taken care:

 GRANT ALL PRIVILEGES ON *.* TO 'username'@'%' IDENTIFIED BY
 'user_password' WITH GRANT OPTION;
 [Make sure to execute this only after database is selected for use]

 Refer: http://dev.mysql.com/doc/refman/5.0/en/adding-users.html

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5237#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list