How to upgrade MySQL 5.5.x to 5.6.x with DirectAdmin
debian 6.0.10 php 5.5.36 directadmin custombuild 1.2 upgrade >> mysql 5.5.9 to 5.6.29 ..
edit source.list
vim /etc/apt/sources.list
Debian for v6(Squeeze) to v7(Wheezy)
deb http://ftp.debian.org/debian/ wheezy main
deb-src http://ftp.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# wheezy-updates, previously known as 'volatile'
deb http://ftp.debian.org/debian/ wheezy-updates main
deb-src http://ftp.debian.org/debian/ wheezy-updates main
ref: https://www.cyberciti.biz/faq/howto-debian-linux-upgrade-6-squeeze-to-7-wheezy/
Debian for v7(Wheezy) to v8(Jessie)
deb http://ftp.debian.org/debian/ jessie main
deb-src http://ftp.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
deb http://ftp.debian.org/debian/ jessie-updates main contrib
deb-src http://ftp.debian.org/debian/ jessie-updates main contrib
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
#if error “There is no public key available for the following key IDs”
#fix by http://taxze.com/?p=11
reboot
#check version after reboot
cat /etc/debian_release
lsb_release -a
uname -a
How to sucessfully upgrade Debian8 to Debian9 using VestaCP
https://forum.vestacp.com/viewtopic.php?f=41&t=15452&p=63601
January 6, 2017
debian 6.0.10 php 5.5.36 directadmin custombuild 1.2 upgrade >> mysql 5.5.9 to 5.6.29 ..
วิธีการติดตั้ง php 5.3.x ให้ใช้งานได้บน server ที่ลง 5.2.x เดิมอยู่แล้ว โดยใช้ทริคที่ว่าให้ระบบมอง php5.3 เป็น php6 โดยมีขั้นตอนตามนี้ *This trick wil..
upgrade Ubuntu apt-get update apt-get upgrade -y apt-get dist-upgrade -y apt-get install update-manager-core do-release-upgrade reboot ..
find mysqld.log/mysql.log & slowly log file in DirectAdmin(Debian) 1.Login mysql command mysql -u dbuser -p 2.Query mysql variables mysql> show variab..
#1. Install library libevent cd /tmp #wget http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz #tar xzvf libevent-1.4.13-stable.tar.gz #cd libev..
example error curl -I https://www.google.com/ curl: (60) SSL certificate problem: unable to get local issuer certificate . . ..