Welcome to Centmin Mod Community
Register Now

Typo in mysql.html

Discussion in 'Forum Feedback & Suggestions' started by Sunka, Nov 14, 2016.

  1. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    12:34 PM
    Nginx 1.17.9
    MariaDB 10.3.22
    If it was typo in regular text, I will not open thread for that, but this is for cli command and for new centmin users could be confusing if they copy paste command in terminal and get error (like I am).

    Code:
    mysqladminvar | grep -E 'character|collation' | tr -s ' '
    should be


    Code:
    mysqladmin var | grep -E 'character|collation' | tr -s ' '
    mysqladminvar.png
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,601
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    9:34 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    thanks.. fixed :D