Tags:
, view all tags

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

Edit | Attach | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2014-07-22 - TimMcDonald
 
  • Edit
  • Attach
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