Friday, 19th April 2024

Comment posted How to suspend Cpanel user through ssh / Cpanel shell command to suspend users by .

Recent comments by

Share this on:

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

No Responses to “…”

  1. admin says:
    Epiphany 2.30.6 Epiphany 2.30.6 Debian GNU/Linux x64 Debian GNU/Linux x64
    Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6

    Another important thing on building new Linux servers is to always select the correct my.cnf as a basis according to the scale of mySQL server and the server hardware:

    A good place to look on for choosing the correct type of initial configuration in accordance to the server hardware and expected load is:

    hipo@noah:~/Desktop$ ls -al /usr/share/doc/mysql-server-5.1/examples/my-*
    -rw-r–r– 1 root root 2061 Feb 8 14:16 /usr/share/doc/mysql-server-5.1/examples/my-huge.cnf.gz
    -rw-r–r– 1 root root 7817 Feb 8 14:16 /usr/share/doc/mysql-server-5.1/examples/my-innodb-heavy-4G.cnf.gz
    -rw-r–r– 1 root root 2044 Feb 8 14:16 /usr/share/doc/mysql-server-5.1/examples/my-large.cnf.gz
    -rw-r–r– 1 root root 2063 Feb 8 14:16 /usr/share/doc/mysql-server-5.1/examples/my-medium.cnf.gz
    -rw-r–r– 1 root root 2445 Feb 8 14:16 /usr/share/doc/mysql-server-5.1/examples/my-small.cnf

    If for example the mysql server will be a very heavily loaded server the my-large.cnf has to be used the name of the file is self explanatory so just pick the file you need extract the .gz and ovewrite the default my.cnf from install.

    View CommentView Comment