Skip to content

Instantly share code, notes, and snippets.

@betobaz
Created March 24, 2012 15:37
Show Gist options
  • Save betobaz/2184404 to your computer and use it in GitHub Desktop.
Save betobaz/2184404 to your computer and use it in GitHub Desktop.
modificación configuración base de datos sugarcrm
...
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