FeministWiki:Server setup: Difference between revisions

    Line 220: Line 220:
    == Recreate SQL users ==
    == Recreate SQL users ==


    If the versions of MariaDB on the old and new server are compatible enough, you might be able to dump the {{C|mysql.user}} table and import it on the new server, but it's safer to recreate the users from scratch:
    If the versions of MariaDB on the old and new server are compatible enough, you might be able to dump the {{C|mysql.user}} table and import it on the new server, but it's safer to recreate the users from scratch.  To do so, run this on the new server:


      sql << EOF
      sql << EOF