Changes between Version 44 and Version 45 of CiviCRM HowTo Install


Ignore:
Timestamp:
03/03/16 13:55:19 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Install

    v44 v45  
    88  1. Log into MySQL.
    99  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 VIEW ON {database name}.* TO '{username}'@'{server}' IDENTIFIED BY '{password}';}}}
     10  3. {{{GRANT ALL ON {database name}.* TO '{username}'@'{server}' IDENTIFIED BY '{password}';}}}
    1111 1. Download the relevant version of CiviCRM from [[https://svn.rcs.le.ac.uk/LCBRU/utilities/civicrm/civicrm_releases/]]
    1212 2. Copy the core Civi and internationalisation files into the {{{{Drupal folder}/sites/all/modules}}} directory.