Get the most out of your Centmin Mod LEMP stack
Become a Member

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:
    1:45 AM
    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

    59,299
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    9:45 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    thanks.. fixed :D