|
|
|
Answers to questions you may have about using Microsoft SQL, or MS-SQL.
|
Answers to questions you may have about MySQL.
|
|
Answers to questions you may have about databases on your site.
|
Answers to questions you may have about using phpMyAdmin on your site.
|
Databases Articles
Create a new WordPress admin user in the database
Added on Wed, Jun 3, 2020
How to manually add a WordPress admin user via phpMyAdmin. Read More
How can I manage my MySQL database?
Added on Thu, Feb 26, 2015
How to manage your MySQL database through phpMyAdmin. Read More
How can I upload my MySQL database?
Added on Thu, Feb 26, 2015
How to upload an existing MySQL database into your hosting account using phpMyAdmin, your eXtend Control Panel, MySQL Workbench, or the command line client in SSH. Read More
How do I back up and restore my MS-SQL database?
Added on Thu, Feb 26, 2015
How to back up and restore your MS-SQL database through your eXtend Control Panel. Read More
How do I back up my MySQL database?
Added on Thu, Feb 26, 2015
How you can backup your MySQL database from your hosting account using your eXtend Control Panel, phpMyAdmin, the command line client in SSH, or MySQL Workbench. Read More
How do I connect to my MySQL database from my Perl script?
Added on Thu, Feb 26, 2015
How you can connect to your MySQL database through your Perl script. Read More
How do I connect to my MySQL database using PHP?
Added on Thu, Feb 26, 2015
How you can connect to your MySQL database through PHP scripts. Read More
How do I connect to MySQL databases through SSH?
Added on Thu, Feb 26, 2015
How to connect to your MySQL database through SSH access. Read More
How do I connect to MySQL with ASP?
Added on Thu, Feb 26, 2015
How you can connect to your MySQL database through an ASP script. Read More
How do I create a MySQL database?
Added on Thu, Feb 26, 2015
How you can create your MySQL database through your eXtend Control Panel. Read More
How do I grant permissions to a MySQL standalone user?
Added on Mon, Mar 2, 2015
How to create a MySQL standalone user and grant permissions to them for your databases. Read More
How do I increase the MAX_JOIN_Size when my script gives an error about it being too low?
Added on Mon, Mar 2, 2015
What code to implement when there are a large number of rows that need examining within your MySQL database. Read More
How do I set up a MySQL connection in Dreamweaver?
Added on Thu, Feb 26, 2015
How to create a connection to your MySQL database through Dreamweaver. Read More
How do I update the database password within my configuration file?
Added on Thu, Sep 29, 2022
Updating your database details in the wp-config.php file. Read More
How do I use PHP to connect to another database on another server?
Added on Mon, Mar 2, 2015
How to connect to a database on another server with a PHP script. Read More
How to change your MySQL database password
Added on Wed, Sep 28, 2022
Step by step to updating MySQL database password. Read More
How to optimise your MariaDB/MySQL databases within phpMyAdmin
Added on Thu, May 30, 2019
MariaDB/MySQL has the ability to reorganise how table data is stored to help improve the space used and the performance of the MySQL server. This guide will explain how to do this. Read More
Is there a graphical interface available for MySQL?
Added on Thu, Feb 26, 2015
How to use MySQL Workbench, a graphical interface for MySQL. Read More
What are the default privileges for MySQL databases?
Added on Mon, Mar 2, 2015
The default privileges available for MySQL database users, as well as privileges that can be granted. Read More
What is MySQL and what does it do?
Added on Thu, Feb 26, 2015
An explanation of what MySQL and how to use it. Read More
What is the maximum MySQL database size permitted?
Added on Mon, Mar 2, 2015
The maximum size available for your MySQL database. Read More
Why am I getting a ’call to undefined function: mysql_connect()’ error in my PHP script?
Added on Mon, Mar 2, 2015
Why you have a call to undefined function error in your PHP script and how to resolve it. Read More
Why am I getting a host blocked with mysqladmin flush-hosts error?
Added on Mon, Mar 2, 2015
Why you may get a flush-hosts error and what to do when it occurs. Read More
Why is MySQL 5 saying it can’t find a column that exists?
Added on Mon, Mar 2, 2015
Why you may get an error in MySQL 5 that you would not in other versions and how to fix the error. Read More
|