howto

MySQL :: Change user password

:: How to change user password in MySQL mysql -uroot -p mysql> use mysql; mysql> set password for 'username'@'hostname' = password('new-user-password');...
sysadmin.id
5 sec read

MySQL :: dump a few tables

:: How to dump a few tables in mysql mysql databasename -u -p -e 'show tables like "table_name_%"' | grep...
sysadmin.id
8 sec read

MySQL :: Cannot load from mysql.proc. The table is probably corrupted

:: How to fix Cannot load from mysql.proc. The table is probably corrupted in mysql Try to run this command line:...
sysadmin.id
7 sec read

DirectAdmin :: Enable PHP Zend Module

:: How to enable PHP Zend Module on DirectAdmin cd /usr/local/directadmin/custombuild vi options.conf # change on this line: zend=yes ./build zend...
sysadmin.id
13 sec read

cPanel :: MySQL server is currently offline

:: How to fix if you got “MySQL server is currently offline” in cPanel just change mysql root password via WHM:...
sysadmin.id
8 sec read

Linux :: fsck lvm partition

:: how to fsck lvm partition using live cd / cd rescue boot the linux livecd / cd rescue and do...
sysadmin.id
7 sec read

WHM / cPanel :: installing red5 server

:: How to install red5 in cPanel Server + Setup apache ant wget //mirror.cc.columbia.edu/pub/software/apache//ant/binaries/apache-ant-1.8.4-bin.tar.gz tar -xzf apache-ant-1.8.4-bin.tar.gz mv apache-ant-1.8.4 /usr/local/ant +...
sysadmin.id
53 sec read