Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 8111:394f72021dad
docs: replace redirecting url's with target
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 25 Sep 2024 21:18:37 -0400 |
| parents | 95f91b6f0386 |
| children | 800c8dd75051 |
comparison
equal
deleted
inserted
replaced
| 8110:1f0038623c33 | 8111:394f72021dad |
|---|---|
| 1861 will take longer but may be worth trying if the ``exporttables`` and | 1861 will take longer but may be worth trying if the ``exporttables`` and |
| 1862 ``importtables`` method fails for some reason. | 1862 ``importtables`` method fails for some reason. |
| 1863 | 1863 |
| 1864 Another way that should be faster, but is untested is to use mysql | 1864 Another way that should be faster, but is untested is to use mysql |
| 1865 dump to dump the database. | 1865 dump to dump the database. |
| 1866 https://makandracards.com/makandra/595-dumping-and-importing-from-to-mysql-in-an-utf-8-safe-way | 1866 https://makandracards.com/makandra/595-dumping-importing-mysql-utf-8-safe-way |
| 1867 recommends: | 1867 recommends: |
| 1868 | 1868 |
| 1869 Note that when your MySQL server is not set to UTF-8 you need to do | 1869 Note that when your MySQL server is not set to UTF-8 you need to do |
| 1870 mysqldump --default-character-set=latin1 (!) to get a correctly | 1870 mysqldump --default-character-set=latin1 (!) to get a correctly |
| 1871 encoded dump. In that case you will also need to remove the SET | 1871 encoded dump. In that case you will also need to remove the SET |
