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
8 weeks 17 hours ago
9 weeks 3 days ago
10 weeks 6 days ago
22 weeks 1 day ago
1 year 9 weeks ago
1 year 9 weeks ago
1 year 9 weeks ago
1 year 34 weeks ago
1 year 35 weeks ago
1 year 35 weeks ago