Viewing articles tagged 'mySQL'

Creating a Database in cPanel

1. Log in to your cPanel account. 2. In the Databases section, click on MySQL Databases.  3. In...

Creating a Database Username in cPanel

1. Log in to your cPanel account. 2. In the Databases section, click on MySQL Databases.  3....

How to Add a User to a Database and Grant Privileges

1. Log in to your cPanel account. 2. In the Databases section, click on MySQL Databases. 3....

How to connect to MySQL from the command line

This article will show you how to use the mysql program to connect to MySQL from the command...

How to connect to MySQL using Microsoft .NET

This tutorial will walk you through the process of adding MySQL support to Microsoft Visual...

How to connect to MySQL using Node.js

This article demonstrates how to connect to a MySQL database using Node.js. Connecting to MySQL...

How to connect to MySQL using Perl

This article describes two methods for connecting to a MySQL database using Perl: DBI...

How to connect to MySQL using PHP

This article describes several methods to connect to a MySQL database using PHP: MySQL...

How to connect to MySQL using Python

Python provides several ways to connect to a MySQL database and process data. This article...

How to convert a MySQL database to UTF-8 encoding

This article explains how to convert the character set of a MySQL database to UTF-8 encoding...

How to Create a New Database User in DirectAdmin

1. Log in to your DirectAdmin Account. 2. In the Account Manager section, click on MySQL...

How to Delete a Database in cPanel

1. Log in to your cPanel account. 2. In the Databases section, click on MySQL Databases.  3....

How to Delete a Database in DirectAdmin

You can remove your database from the DirectAdmin control panel. However, we recommend that you...

How to Delete a Database Table via phpMyAdmin in cPanel

1. Log in to your cPanel account. 2. In the Databases section, click on phpMyAdmin. 3. Click on...

How to Rename a Database in cPanel

1. Log in to your cPanel account. 2. In the Databases section, click on MySQL Databases.  3....

How to Repair a Database via phpMyAdmin in cPanel

1. Log in to your cPanel account.2. In the Databases section, click on phpMyAdmin.3. Click...

Working with MySQL database engines

This article is an introduction to working with database engines in MySQL. About MySQL database...