On Thursday 09 August 2007, Mick <[EMAIL PROTECTED]> wrote about '[gentoo-user] Set up drupal with postgres': > USE mysql;
\c postgres
> INSERT INTO user (host, user, password, select_priv, insert_priv,
> update_priv) VALUES ('localhost', 'drupal', PASSWORD('passwd'), 'Y',
> 'Y', 'Y');
CREATE USER 'drupal';
> CREATE database drupal;
(unchanged)
> USE drupal;
\c drupal
> GRANT ALL PRIVILEGES ON drupal.* TO drupal@'%' IDENTIFIED BY 'passwd';
Probably easiest to just make the drupal user the owner of the drupal
database.
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
[EMAIL PROTECTED] ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.org/ \_/
signature.asc
Description: This is a digitally signed message part.

