by Gayathri R Nayak | Oct 15, 2019 | Latest, MySQL, Server Management
Databases operations like backup or restore often result in annoying errors. Usually, MySQL error 1215 pops up while creating a foreign key or constraints in the database table. There are many reasons for this error to occur which include in-appropriate quotes in the...
by S K Asif Akram | Oct 15, 2019 | Latest, Server Management
Do you need to work on Windows Server when you are much of a Linux guy ?? The rdesktop utility is useful to configure services in a windows server from a Linux system. However, it often fails with error “Rdesktop failed to open display”. We troubleshoot...
by Keerthi PS | Oct 14, 2019 | Latest, Server Management
Did your daily backup ended up with Rsync error code 11? The error code description says it’s an error with the file I/O. Basically, rsync error 11 occurs when the disk space is full or if the system cannot detect the external drive. At Bobcares, we often get...
by Gayathri R Nayak | Oct 14, 2019 | Latest, Server Management
InnoDB works as a better option when dealing with large databases. However, often misconfiguration in the InnoDB settings results in errors. Older MySQL versions report error “InnoDB memory heap is disabled” when the InnoDB uses System memory. At Bobcares,...
by Lakshmi S Panicker | Oct 14, 2019 | Latest, Server Management
Are you getting SMTP error 452 when sending mails? The 452 too many recipients error mainly happens due to message overload. When we try to send too many emails at once, the server storage limit exceeds and results in this error. At Bobcares, we often receive requests...
by Adarsh M | Oct 13, 2019 | Latest, Server Management
Web hosts need to accommodate multiple websites on a single server for a cost-effective approach. But, can we run IIS multiple websites on port 80 of the server? Fortunately, with the help of the host header in IIS web server, we can host multiple sites and use the...