Archive for the ‘server’ Category

Howto phpmyadmin and https

Wednesday, October 14th, 2009

Hi Folks,

in this small tutorial I’m trying to explain how to make phpmyadmin working only with https. It’s really very easy so far. I did this on a Debian 5.03 Server but in most of cases it’s similar to any linux distribution. So let’s go:

(more…)

Mysql Errors: can’t find file host.frm or InnoDB: Operating system error number 13 in a file operation

Monday, September 28th, 2009

If you get these following errors in your MySQL installtion you should check the following steps.

InnoDB: Started; log sequence number 0 43655
[ERROR] /usr/sbin/mysqld: Can’t find file: ‘./mysql/host.frm’ (errno: 13)
[ERROR] /usr/sbin/mysqld: Can’t find file: ‘./mysql/host.frm’ (errno: 13)
[ERROR] Fatal error: Can’t open and lock privilege tables: Can’t find file: ‘./mysql/host.frm’ (errno: 13)

or

InnoDBOperating system error number 13 in a file operation

(more…)

SSH login failed (No supported authentication methods left to try)

Thursday, March 5th, 2009

Hi everyone,

I had some problems with my SSH auth via putty or WinSCP. But I fixed it now.
If you ever receive the following error… (more…)