« FeministWiki:Server setup » : différence entre les versions

Ligne 165 : Ligne 165 :
   --add-drop-database \
   --add-drop-database \
   --databases blogs \
   --databases blogs \
              feministblog \
               feministfiles \
               feministfiles \
               feministforum \
               feministforum \
               feministmail \
               feministmail \
              feministsocial \
               feministwiki \
               feministwiki \
               feministwiki_de \
               feministwiki_de \
Ligne 176 : Ligne 174 :
               feministwiki_pt \
               feministwiki_pt \
               fff \
               fff \
   | ssh root@feministwiki.dev 'mysql -u root -p"$(cat /root/pwd/mysql)"'
   | ssh root@feministwiki.dev sql


You can use the <code>show databases;</code> command in the SQL console to make sure that the list of databases is complete.  Unfortunately they have to be listed manually, because using the <code>--all-databases</code> option includes system databases that we don't want to copy.
You can use the <code>show databases;</code> command in the SQL console to make sure that the list of databases is complete.  Unfortunately they have to be listed manually, because using the <code>--all-databases</code> option includes system databases that we don't want to copy.