]> git.wh0rd.org - tt-rss.git/commitdiff
update myisam fail warning
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 27 Nov 2017 17:20:33 +0000 (20:20 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 27 Nov 2017 17:20:33 +0000 (20:20 +0300)
include/sanity_check.php

index 44bcb3db4b5faf09eb9960122095dce249fc13f1..a84959f8e846600eff23fdd0f40a86103c705bdd 100755 (executable)
 
                                        $msg .= "<p>The only supported engine on MySQL is InnoDB. MyISAM lacks functionality to run
                                                tt-rss.
-                                               Please convert aforementioned tables to InnoDB (if possible) or re-import the schema before continuing.</p>
+                                               Please backup your data (via OPML) and re-import the schema before continuing.</p>
                                                <p><b>WARNING: importing the schema would mean LOSS OF ALL YOUR DATA.</b></p>";