FeministWiki:Server setup: Difference between revisions

    Line 272: Line 272:
      create user feministwiki@localhost identified by '$(cat ~/pwd/mysql-wiki)';
      create user feministwiki@localhost identified by '$(cat ~/pwd/mysql-wiki)';
      grant all on feministwiki.* to feministwiki@localhost;
      grant all on feministwiki.* to feministwiki@localhost;
    grant all on feministwiki_de.* to feministwiki@localhost;
    grant all on feministwiki_es.* to feministwiki@localhost;
    grant all on feministwiki_it.* to feministwiki@localhost;
    grant all on feministwiki_pt.* to feministwiki@localhost;
       
       
      create user fff@localhost identified by '$(cat ~/pwd/mysql-fff)';
      create user fff@localhost identified by '$(cat ~/pwd/mysql-fff)';