Jestem początkującym jeżeli chodzi o zarządzanie Linuksem przez SSH. Miałem serwer dedykowany, ale teraz jest to VPS. Debian 7.0 64bit.
Zmieniłem repozytoria, na te:
Kod: Zaznacz cały
deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
Aktualizuję go tymi poleceniami:
Kod: Zaznacz cały
apt-get update
apt-get upgrade
apt-get install apache2
apt-get install php5
apt-get install mysql-server
apt-get install mysql-client
apt-get install phpmyadmin
apt-get install libapache2-mod-auth-mysql
apt-get install php5-mysql
/etc/init.d/apache2 restart
Nowy użytkownik, baza mysql i jej właściciel według instrukcji. Uruchamiam serwer TeamSpeak
Kod: Zaznacz cały
./ts3server_minimal_runscript.sh inifile=ts3server.ini start
Kod: Zaznacz cały
2013-10-12 12:56:31.302304|ERROR |DatabaseQuery | | mysql_real_connect() failed with error: Access denied for user 'root'@'localhost' (using password: NO)
Segmentation fault