Difference: DrupalInstall (1 vs. 2)

Revision 22014-07-24 - TimMcDonald

Line: 1 to 1
 

Drupal Install

mySQL commands

  • creating a database:
Changed:
<
<
* mysqladmin create {database}
>
>
mysqladmin create {database}
 
  • adding a database user
CREATE USER '{username}r'@'localhost' IDENTIFIED BY '{password}';

Revision 12014-07-22 - TimMcDonald

Line: 1 to 1
Added:
>
>

Drupal Install

mySQL commands

  • creating a database: * mysqladmin create {database}
  • adding a database user
CREATE USER '{username}r'@'localhost' IDENTIFIED BY '{password}';
  • Adding permissions to a user:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES, CREATE
TEMPORARY TABLES ON `{database}`.* TO '{username}'@'localhost' IDENTIFIED BY '{password}';

Comments

<--/commentPlugin-->

META TOPICMOVED by="TimMcDonald" date="1406062663" from="Sandbox.DrupalInstall" to="KnowledgeBase.DrupalInstall"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback