Changes between Version 44 and Version 45 of CiviCRM HowTo Install
- Timestamp:
- 03/03/16 13:55:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM HowTo Install
v44 v45 8 8 1. Log into MySQL. 9 9 2. {{{CREATE DATABASE {database name} CHARACTER SET utf8 COLLATE utf8_general_ci;}}} 10 3. {{{GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, TRIGGER, CREATE VIEWON {database name}.* TO '{username}'@'{server}' IDENTIFIED BY '{password}';}}}10 3. {{{GRANT ALL ON {database name}.* TO '{username}'@'{server}' IDENTIFIED BY '{password}';}}} 11 11 1. Download the relevant version of CiviCRM from [[https://svn.rcs.le.ac.uk/LCBRU/utilities/civicrm/civicrm_releases/]] 12 12 2. Copy the core Civi and internationalisation files into the {{{{Drupal folder}/sites/all/modules}}} directory.