summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-27 20:20:33 +0300
committerAndrew Dolgov <[email protected]>2017-11-27 20:20:33 +0300
commit820873de9fe3a79aa6a7ac3e71ac62d71b55918b (patch)
treea3b828d621cf45cfbbf16000f38a55f8f78665a9 /include
parent0b68b1629ed173818a6b5bb6ada1c4c78744348e (diff)
update myisam fail warning
Diffstat (limited to 'include')
-rwxr-xr-xinclude/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php
index 44bcb3db4..a84959f8e 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -172,7 +172,7 @@
$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>";