Changes between Version 4 and Version 5 of Drupal HowTo Copy site to test server


Ignore:
Timestamp:
09/17/15 11:23:29 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Drupal HowTo Copy site to test server

    v4 v5  
    12121. Create the database using {{{CREATE DATABASE {databasename} CHARACTER SET utf8 COLLATE utf8_general_ci;}}}
    13131. 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}';}}}
     141. Restore the contents to the database using {{{mysql -u {username} -p {database} < dbcontent.sql}}}
    14151. Make any necessary changes to the Apache config
    15161. Restart Apache