Blog about system engineering, programming and networks
mysqloptimize --all-databases -uroot -p`cat /usr/local/ispmgr/etc/ispmgr.conf | grep Password | awk '{print $2}' | head -n1`
более правильный вариант:mysqloptimize --all-databases -uroot -p`cat /usr/local/ispmgr/etc/ispmgr.conf | grep '\<Password' | awk '{print $2}' | head -n1`т.к. в ispmgr.conf ещё присутствует строка "ChangePassword"
Note: only a member of this blog may post a comment.
более правильный вариант:
ReplyDeletemysqloptimize --all-databases -uroot -p`cat /usr/local/ispmgr/etc/ispmgr.conf | grep '\<Password' | awk '{print $2}' | head -n1`
т.к. в ispmgr.conf ещё присутствует строка "ChangePassword"