Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Programming

Quickly Fix Your WordPress Views After Changing Themes

  • 29 December 2022
  • 0 Comments

Introduction Welcome to our tutorial on quickly fixing your WordPress views after changing templates! If you’ve recently switched to a new WordPress theme and noticed that your views are not displaying correctly, you’re not alone. This is a common issue that can be caused by various factors, including changes to the theme’s code or conflicts […]

Security

How to Enable Remote Access to MariaDB Database

  • 22 October 2022
  • 0 Comments

Challenge We have a requirement to see the production database via a remote connection so we can run queries internally for further analysis. This production server has tightened security already in place. Solution Get the Public IP address (remote) Open up the browser and type in the following URL: https://ipchicken.com Note down the IP address. […]

Apps

Troubleshoot for Root Access Denied on MySqlDump

  • 26 April 2022
  • 0 Comments

Challenge We received an automatic email saying the mysqldump: Got error: 1045: “Access denied for user ‘root’@’localhost’ (using password: YES)” when trying to connect and this is related to automysqlbackup. When we test this by running: automysqlbackup the error will show up and the backup file on /var/lib/automysql/daily are very small and when unzipped it’s […]

Apps

Troubleshooting ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO)

  • 24 March 2022
  • 0 Comments

Background After the virtual machine has been provisioning with LAMP and you check the MariaDB status The MariaDB status showed the ERROR 1045 (28000): Access Denied for user ‘root’@’localhost’ (using password: NO). It happened before BUT no documentation to fix this. Solution From the other cloud services that we have, we knew that this is […]