We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d2231 commit 970f24bCopy full SHA for 970f24b
usr/local/sbin/easyengine
@@ -627,7 +627,7 @@ FIXMYSQLUSER16()
627
# Fix MySQL USER ERROR 1470 (HY000)
628
MYSQLUSER16=$(echo -n $WPDBUSER | wc -c)
629
630
- if [[ $MYSQLUSER16 > 16 ]]
+ if [[ $MYSQLUSER16 -gt 16 ]]
631
then
632
echo MySQL Database Username $WPDBUSER = $MYSQLUSER16 &>> $INSTALLLOG
633
REPLACEDOT16=$(echo $REPLACEDOT | cut -c1-16)
0 commit comments