Renaming a table within a database is a task that may need to be done occasionally. You might just need to rename it for clarification purposes, to archive old data, to make a copy when a restore is being done, or any number of other reasons. PhpMyAdmin helps you rename a database quickly with just a few clicks.
Continue reading “Renaming Database Tables with PhpMyAdmin”Author: Alex Gorzen
Exporting Databases and Tables with PhpMyAdmin
Using PhpMyAdmin to export a database or table is a great way to make a backup you can save locally, or it can help you with transferring that information to another server quickly. A few simple steps can be a powerful tool to help you and your business. We will go over exporting all databases at once, a single database, and exporting a single table. This guide assumes that you have already logged in to PhpMyAdmin.
Continue reading “Exporting Databases and Tables with PhpMyAdmin”Importing Databases and Tables with PhpMyAdmin
Using PhpMyAdmin to import databases can help us in a few different situations, like when moving a database from one server to another, updating a table that is being developed elsewhere, or even restoring content from a backup. PhpMyAdmin helps make all those processes easy to accomplish through our browser.
This guide assumes that you have already logged in to PhpMyAdmin. We will go over what happens if we try to import into an existing database, importing a single table, and also partially restoring from a full database backup.
Continue reading “Importing Databases and Tables with PhpMyAdmin”Creating Tables in a Database with phpMyAdmin
Creating a table and remembering what all details need to go in it can be tricky if you are manually running commands to get it set up. PhpMyAdmin can help with setting up the structure for the tables and makes the whole process quick and easy. This guide assumes that you have already logged in to PhpMyAdmin. Now let’s explore how to run SQL queries on a database.
Continue reading “Creating Tables in a Database with phpMyAdmin”Searching Through a Database with PhpMyAdmin
Using PhpMyAdmin to search for records and information in your database can quickly help you get the information you need without having to run advanced search queries. This tutorial assumes you have already logged in to PhpMyAdmin, and shows how to search by keyword and for a range of records.
Continue reading “Searching Through a Database with PhpMyAdmin”Running SQL Queries on a Database with PhpMyAdmin
In this tutorial, we will explore how to run SQL queries on a database within PhpMyAdmin. SQL stands for Structured Query Language. SQL statements or queries are used to perform database tasks such as searching, updating, or retrieving data from a database.
Continue reading “Running SQL Queries on a Database with PhpMyAdmin”Becoming Familiar with Databases in PhpMyAdmin
This tutorial assumes you’ve already logged in to PhpMyAdmin. Now let’s familiarize ourselves with databases and PhpMyAdmin.
Continue reading “Becoming Familiar with Databases in PhpMyAdmin”How to Install phpMyAdmin on Ubuntu 18.04
Working with a database can sometimes be intimidating, but PhpMyAdmin can simplify tasks by providing a control panel to view or edit your MySQL or MariaDB database. In this quick tutorial, we’ll show you how to install PhpMyAdmin on an Ubuntu VPS server.
How to List Compiled PHP Modules from Command Line
- These instructions are intended specifically for listing the existing compiled PHP modules from the command line.
- Your server environment may be different, but we will go over several options that you might run into. We’ll be using an Ubuntu Server with only a single PHP version on it, and two CentOS 7 servers, one with cPanel and one with InterWorx.