User loginNavigationNew forum topicsPollSearchRecent blog posts |
Setting up a Drupal serverI go through the process of manually configuring mysql for a new drupal site often enough that I thought I'd document the process so I won't have to look it up every time! I don't do it often enough to commit the process to memory. After setting up an SQL database with the mysql utility, you must grant it permissions for the drupal user you set up. This is the command to do so: mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON databasename.* TO 'user'@'localhost' IDENTIFIED BY 'password';
|
Recent comments
24 weeks 17 min ago
27 weeks 3 days ago
27 weeks 4 days ago
51 weeks 3 days ago
51 weeks 3 days ago
1 year 1 week ago
1 year 11 weeks ago
1 year 11 weeks ago
1 year 14 weeks ago
1 year 15 weeks ago