Search Results for: phpmyadmin

21 Reasons Your Website is Slow and How to Speed it Up

Slow websites can be a recipe for disaster for website owners. Research shows that 40% of people will abandon your site entirely if it takes more than three seconds to load. To put that into perspective: if 10,000 people visit your site every month, that means that 4,000 of them would leave and never come Read More >

Introduction to CyberPanel

CyberPanel is an unmanaged server control panel for Ubuntu and CentOS 7.x (and 8.x) operating systems. If you prioritize website performance, this might be the server management tool for you. What is CyberPanel? CyberPanel Features CyberPanel Add-ons CyberPanel Free Vs Enterprise Version CyberPanel vs. cPanel Getting Started with CyberPanel VPS What is CyberPanel? CyberPanel is Read More >

How to Install PrestaShop on CyberPanel

PrestaShop is a self-hosted store builder popular for its search engine optimization (SEO) features and scalability, particularly in comparison to OpenCart. CyberPanel allows you to quickly install PrestaShop 1.7 with a few clicks.  Below we’ll cover how to deploy PrestaShop on a CyberPanel VPS with the app installer and manually. CyberPanel PrestaShop Application Installer PrestaShop Read More >

How to determine your MySQL or MariaDB version number

When working with phpMyAdmin and PHP, you will often use a programming language called SQL, which is the way your program will talk to your database. This language talks through a system called MySQL or MariaDB to update, create, and delete information from the program’s databases. At times, you may end up troubleshooting various errors Read More >

How to Install WordPress on CyberPanel

WordPress is the most popular self-hosted content management system (CMS) today. Between native features and hundreds of third party plugins, WordPress can handle virtually anything from digital portfolios to small business management suites. CyberPanel offers a paid plugin to install WordPress on CyberPanel and manage settings within the dashboard. However, the CyberPanel WordPress installer is Read More >

What is Control Web Panel?

Control Web Panel (CWP), formerly known as CentOS Web Panel, is a server administration software for Linux systems. CWP has a long list of features for managing an unmanaged server from the web browser, easing the learning curve for novice users unfamiliar with the command-line interface (CLI). What is Control Web Panel (CWP)? Control Web Read More >

Control Web Panel – Free or Pro?

Control Web Panel (CWP) has a bunch of great features for managing servers running AlmaLinux and other Enterprise Linux distributions. But, are the features you need available with the free (default) version, or will you require CWPpro? Below we’ll compare the two options to help you decide between the free and paid version. Control Web Read More >

Control Web Panel (CWP) Backups

It can take a lot of time to fine-tune Control Web Panel (CWP), formerly CentOS Web Panel, to suit your needs. Once you’ve completed your configurations, you don’t want to lose your setup because of a cyber attack or data corruption. Keep reading to learn how to create and restore CWP backups. How to Create Read More >

How to Create an ER Diagram in DBeaver

DBeaver is a desktop database client for managing relational database management systems (RDBMS) including MySQL and PostgreSQL. One of its database development features include the ability to create entity relationship (ER) diagrams. In this tutorial we’ll cover how to create an ER diagram in DBeaver. Getting Started with the DBeaver Desktop Application Connect a Database Read More >

Database Corruption – Causes & Troubleshooting

Database corruption can halt online operations and lead to lost data, time, and money. Below we’ll cover how to troubleshoot and resolve MySQL server corruption. Database Corruption Troubleshooting 1. Identify the Problem Issues vary depending on your server environment. Are there unexplained glitches in your web site or app? Are you seeing PHP errors on Read More >

Creating Backups for MyBB

Different types of site backups serve different situations. While InMotion offers a full Backup Manager, and cPanel has the capability for full account backups, there are times when a more precision backup solution is in order. It’s easy to create backups for MyBB using cPanel’s file management tools. It can be a good idea to Read More >

Website pillar page header image

Website is a very broad category for organizing the many main topics that are involved when working on creating, managing,  or troubleshooting websites for the internet. This page divides the articles into 7 major sections: Website Creation and Management, Website Troubleshooting, SSL Certificates, Domain Names, Databases, Login Support, Security.

Website Creation and Management

There are many tools or applications that can facilitate website creation, website design, and server management. Here you can find familiar software applications and some great guides for beginners looking into building a website.

Website Troubleshooting

Working on a website will eventually cause you to become familiar with error messages and techniques to troubleshoot problems you might encounter. You can see the articles for website errors in the Website Errors category.

SSL Certificates

If you’ll be accepting credit cards or other sensitive data on your website, you will want to secure it with SSL. You will want to provide secure connections between you and a customer. SSL certificates provide trust and can also help with your search engine rankings.

Domain Names

You can point your domains, add domains or create subdomains in your cPanel. Domain names are important because they are what identifies your website and what people will use to get to your internet location.

Databases

There are many things you can do with databases. You will see links to common database procedures. You will also be able to see the guides on many different types and topics databases.

Login Support

There are several ways to get logged into the cPanel interface that is used to manage your website with InMotion Hosting accounts. You will also become familiar with how to recover passwords from the different application interfaces.

Security

Security is extremely important when working on a website. You will need to become familiar with the different ways to secure your website and how privacy laws operate in different parts of the world. There are also guides for security in applications you may have used in the creation of your site.


How to Reset Your AbanteCart Admin Password

If you have forgotten your AbanteCart admin password it can be easily reset using email. But, it requires you to know the original username and email address that was used when you installed AbanteCart. In this guide, we’ll show you how to reset your AbanteCart Admin password. First, we’ll walk you through resetting your password Read More >

How to Install a Laravel Development Environment

Laravel provides not only a complete and developer-friendly framework for creating PHP web applications, it also provides a local server for configuring your app. In this article, you’ll learn how to create a complete Laravel development environment in your local server, which you can then upload to a live production environment. In order to follow Read More >

Working with Databases pillar page header image

Most websites these days are driven by a database, which stores and organizes information in a different coding language – e.g. MySQL, MariaDB, PostreSQL. If you are working with databases then our guides on creating, importing, exporting, connecting, and troubleshooting can help provide knowledge for your management needs.

Working with MariaDB

This section includes walk-through guides for the use of MariaDB.

Working with Percona DB

This section provides information on working with Percona DB.


How to Change a WordPress Theme

In this guide, we’ll show you how to change a WordPress theme in the Database and directly in the Dashboard. Changing your WordPress theme is useful if you’ve outgrown your current theme or need a theme that supports eCommerce or online classes.  If you don’t have access to the dashboard, the theme can be changed Read More >

Server Technology Hero Image

Whenever you connect to a website, you may find yourself wondering how it all works. The following articles should help you learn about the various types of server technology that allow some of your favorite websites to exist.

Linux

Linux is one of the most common operating systems used for servers and encompasses a wide array of technologies. Generally, Linux is open-source, meaning it is far more open to customization than operating systems such as Windows.

SSH

One of the key ways to interact with a Linux-based server is through an SSH connection. Through this connection, you can set up root-level access and make advanced changes to your server configuration.

Working With Databases

Databases are one of the fundamental server technologies used by websites and other applications to store large amounts of data in a reliable way. Software such as MySQL and phpMyAdmin provide users a way to create and manage databases.

Apache

One of the most popular server technologies used for web hosting is Apache. This server software facilitates connections between your server and the rest of the internet, allowing users to visit your websites and connect to applications on your server.

Moodle Pillar Page Hero Image

Basic Moodle Tasks

Get started with Moodle by reviewing these guides that will help you familiarize yourself with the basics of the Moodle platform. 

Advanced Moodle Tasks

Sometimes you may need to do some heavy-lifting in Moodle. Whether it’s changing the footer image or adding multiple choice questions, you can use these guides to further enhance your Moodle site. 

Mastering Moodle Administrator Dashboard

When front-end changes aren’t enough, the Moodle Administrator Dashboard offers a variety of tools. As an administrator, you can leverage the PHP host to access and manage the underlying server environment of your Moodle installation. These guides will help you get started with the Administrator Dashboard by walking you through some common tasks. 

Moodle Plugin Management

While Moodle itself boasts a wide array of features, it also offers support for software plugins. To learn how to install these useful applications, please refer to the following resources. 

Moodle Troubleshooting

Occasionally, you may run into issues with Moodle, ranging from trouble installing software to errors in normal site function. When that happens, use the following guides to help you identify the source of the problem and devise a solution. 

Read More About Moodle