FeministWiki:Server setup: Difference between revisions

    Line 165: Line 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 \
    Line 176: Line 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.