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

Topic revision: r2 - 2014-07-24 - TimMcDonald
 
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