Tag: PHPMyAdmin
PhpMyAdmin is a user-friendly graphical interface to interact with MySQL/MariaDB and is a cornerstone of any web hosting environment. In our phpMyAdmin section, we take on this behemoth subject with tutorials for everyday uses.
How to Manage a MySQL Database With phpMyAdmin in cPanel
II. How to Create a MySQL Database in cPanel
III. How to Delete a MySQL Database in cPanel
IV. How to Create a MySQL Database User in cPanel
V. How to Assign a User to a MySQL Database in cPanel
VI. How to Change a MySQL Database User's Password in cPanel
VII. How to Remove a User from a MySQL Database in cPanel
VIII. How to Delete a MySQL Database User in cPanel
IX. How to Check a MySQL Database for Errors in cPanel
X. How to Repair a MySQL Database in cPanel
XI. How to Manage a MySQL Database With PhpMyAdmin in cPanel
While some choose to manage their database from the command line, there are those that prefer a graphical user interface (GUI) to do so. cPanel offers phpMyAdmin, a free and open source tool for MySQL and MariaDB, built into their control panel to manage databases. This guide walks you through how to manage a MySQL database with phpMyAdmin in cPanel.
How to Install and Configure ClickHouse on Ubuntu 20.04
What is ClickHouse?

ClickHouse is an open-source column-oriented DBMS (or database management system) primarily used for OLAP (or the Online Analytical Processing of queries). It is capable of blazing fast generation of real-time analytical data and reporting utilizing SQL queries. It is fault tolerant, scalable, highly reliable and contains a feature rich tool set.
How to Install ArangoDB on Ubuntu 20.04

What is ArangoDB?
ArangoDB is a high availability and scalable multi-model NoSQL database that natively works with graphs and documents and includes a full-text search. It is a free, open-source software developed and maintained by ArangoDB GmbH. The system supports three different data models with one database core and includes a unified query language called AQL (ArangoDB Query Language). This query language is declarative and allows the combination of different data access patterns in a single query. The software can be implemented on multiple systems, including Windows, macOS, Linux, Kubernetes, Docker, and on our Managed Cloud Servers. It has a strong community support base on GitHub, StackOverflow, Google Groups, and Slack.
Installing Neo4j on Ubuntu 20.04 in 8 Steps

Introduction
In this tutorial, we will examine what Neo4j is, what it is used for, and how it is implemented. We will also install and configure the installation on an Ubuntu 20.04 server. Neo4j is a graphical database used to create data relationships. Other examples of graphical databases include:
Connecting to MySQL Using Python
In this article, we will be discussing how to connect to MySQL using Python. Python is one of the most productive and widely used programming languages in use today. Its simple and elegant syntax makes it ideal for new programmers, while experienced programmers enjoy the extensive list of available modules and functionalities.
How to Create and Use MySQL Views
What is a MySQL View?
A MySQL view is simply an ordinary database object that can save SQL query writers a lot of time when used correctly. A view is a stored query that a user can reference just like a table. Many times users will find themselves using the same base query over and over to solve multiple problems. Views are a way of quickly saving that query and referencing it later.
“Password is Forbidden” PhpMyAdmin Login Error Solved
Once in a while, perhaps on a Development server, MySQL will not be set up with a root password. The aforementioned configuration is generally thought of as against best practices, however, if it is what you're dealing with, then it could also interfere with PhpMyAdmin.
Deleting Fields from Database Tables with PhpMyAdmin
The scope of information needed in a table can change overtime, and you may find you no longer need a whole column of data. Removing a column from a table can help get rid of unwanted content, like if a project or product is no longer needed, to help free up disk space on a server, to clean up any empty or unused columns, or even just remove data that may have been duplicated. Removing a column is quick and easy to do in PhpMyAdmin.
Inserting Fields into Database Tables with PhpMyAdmin
When working on a database, we sometimes find that additional data should be added for each record, but will not fit into any of the existing fields or structures. Adding a new column into an existing database can help with this problem, and it is very easy to accomplish with PhpMyAdmin.
Deleting Tables from a Database with PhpMyAdmin
Managing databases and tables from within PhpMyAdmin is usually very straightforward. This guide will demonstrate how to remove columns and tables from a database using PhpMyAdmin.
Our Sales and Support teams are available 24 hours by phone or e-mail to assist.