Changes between Version 3 and Version 4 of Drupal HowTo Copy site to test server
- Timestamp:
- 09/17/15 11:18:41 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Drupal HowTo Copy site to test server
v3 v4 12 12 1. Create the database using {{{CREATE DATABASE {databasename} CHARACTER SET utf8 COLLATE utf8_general_ci;}}} 13 13 1. Grant the user permissions to the database using {{{GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES ON {databasename}.* TO '{username}'@'localhost' IDENTIFIED BY '{password}';}}} 14 1. Make any necessary changes to the Apache config 15 1. Restart Apache 14 16 15 17 [[BackLinks]]