Hello,
My mysql is restarting every minute.
I don't know what causing that
error.log: http://paste.debian.net/174335/
my.cnf: http://paste.debian.net/174336/
http://prntscr.com/6glfu8
http://paste.ubuntu.com/10596182/
Err http://http.debian.net jesssie/main Sources 404 Not Found [IP: 54.192.190.154 80] Err http://http.debian.net jesssie/contrib Sources 404 Not Found [IP: 54.192.190.154 80] Err http://http.debian.net jesssie/non-free Sources 404 Not Found [IP: 54.192.190.154 80] Fetched 7,819 B in 25s (307 B/s) W: The repository 'http://http.debian.net jesssie Release' does not have a Release file. This is deprecated, please contact the owner of the repository. W: Failed to fetch http://http.debian.net/debian/dists/jesssie/main/source/Sources 404 Not Found [IP: 54.192.190.154 80] W: Failed to fetch http://http.debian.net/debian/dists/jesssie/contrib/source/Sources 404 Not Found [IP: 54.192.190.154 80] W: Failed to fetch http://http.debian.net/debian/dists/jesssie/non-free/source/Sources 404 Not Found [IP: 54.192.190.154 80] E: Some index files failed to download. They have been ignored, or old ones used instead.
[$] cat /etc/apt/sources.list [2:23:45] #### testing ######### deb http://http.debian.net/debian jessie main contrib non-free deb-src http://http.debian.net/debian jesssie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free # testing-updates, previously known as 'volatile' #deb http://http.debian.net/debian jessie-updates main contrib non-free #deb-src http://http.debian.net/debian jessie-updates main contrib non-free
1 -Change location to the top-level directory of the source distribution.
/
# cd / root@- /# tar xzvf /home/normal/Downloads/mysql-connector-c-6.1.6-src.tar.gz root@- /# cd /mysql-connector-c-6.1.6-src/ root@- /mysql-connector-c-6.1.6-src# cmake -G "Unix Makefiles" root@- /mysql-connector-c-6.1.6-src# make root@- /mysql-connector-c-6.1.6-src# make install
ln -s /usr/local/mysql-5.6.25/include /usr/include
# gcc ctemp.c In file included from ctemp.c:2:0: /usr/include/mysql.h:57:27: fatal error: mysql_version.h: No such file or directory #include "mysql_version.h" ^