Created
March 24, 2012 15:37
-
-
Save betobaz/2184404 to your computer and use it in GitHub Desktop.
modificación configuración base de datos sugarcrm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
array ( | |
'db_host_name' => <nombre del host>, | |
'db_host_instance' => <nombre de la instancia>, | |
'db_user_name' => <nombre de usuario>, | |
'db_password' => <password>, | |
'db_name' => <nombre de la base de datos>, | |
'db_type' => 'mssql', //El tipo de la base de datos | |
), | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment