Forum archive
Turnkey SugarCRM mysql database and adding .sql
I have sugarCRM Version 6.5.2 running on proxmox 2.1-1. I've gotten the module loader in sugarCRM to install the select service desk module, and the instructions tell me to installed stored function in the data base. Does anyone have a clue if I'm supposed to add it to the SugarCRM tables? And if so, what is the name of the database installed by turnkey sugarcrm?
And just to be clear, once I know the name of the database, from the mysql> i can just type \. procedura.sql ?
Thanks for any mysql gurus out there; I've only worked with mssql from 2008 server thus far.
Perhaps the best place to get specific SugarCRM advice is via their forums. As for the TKL SugarCRM DB, I suggest that you have a look with phpMyAdmin (https://<appliance-IP-or-FQDN>:12322 - use username root and your MySQL root password to login). I suspect that you will need to load the .sql file you have into the SugarCRM DB, but you should be able to do that within phpMyAdmin.