by Lakshmi Vijayakumar | Jan 2, 2019 | MySQL, Server Administration
MySQL errors become bothersome, when you have to spend your entire business day solving these errors. One such annoying error is “mysql unrecognized service”. Server owners often see this error after installing MySQL, upgrading, etc. At Bobcares, we help...
by Lakshmi Vijayakumar | Jan 1, 2019 | MySQL, Server Administration
Server errors can sometimes be confusing. One such error is “mysqladmin command not found”, when you’re sure MySQL is installed on your server. Why it shows command not found all the time? I’m sure that MySQL is installed on my server. At...
by Lakshmi Vijayakumar | Dec 31, 2018 | DigitalOcean, Server Administration
When I access my server via SSH, it returns permission denied (publickey) error in my DigitalOcean Droplet. What’s wrong with my server? That was a recent support ticket received at our DigitalOcean Managed Services department where we resolve support queries...
by Sijin George | Dec 29, 2018 | DigitalOcean, Server Administration
Databases are really critical for the proper working of websites. These databases undergo frequent read, write of data and can easily become corrupt. Therefore, it is important to have a proper database backup for data recovery. At Bobcares, we help DigitalOcean...
by Lakshmi Vijayakumar | Dec 27, 2018 | DigitalOcean, Server Administration
A root user is the most privileged user on DigitalOcean Droplets and has complete power on it. But, what if the root user loses or forgets the password? So, how do they login? At Bobcares, we often receive requests from DigitalOcean Droplet owners to reset their root...
by Sijin George | Dec 26, 2018 | DigitalOcean, MySQL, Server Administration
Access restriction with passwords is a great way to secure the MySQL database server. But, if you do not remember the password, no one can access it. Forgetting MySQL password is a common scenario that happens in newly created servers or Droplets. And, all you can do...