MySQL

Artikelen

How do I connect to MySQL from within PHP?
If you want to connect to your database from PHP you can create a file called "db.php" in your file ...

How do I create a database?
Most websites use a database so it is important that you know how to create one. We are going to go ...

How do I backup my database in the control panel?
1. You log into our control panel 2. You are now on the main page of the control panel next you click ...

Can I access my MySQL database externally?
Yes this is possible. The settings below can be used for connections from outside. So not on the website ...

How do I backup / restore a MySQL database?
EXPORTS:1. You go to the following website: MySQLWebadmin2. Choose the correct server here. If you do ...

Where can I find on which server my MySQL databases are running?
What should I specify as host (hostname)? You can find this at the following location in the control ...

With which login credentials can I access my MySQL database.
1. You log in to //control.myhostingpartner.nl and then go to Databases and then click on MySQL 5.x2. ...

Where can I manage my MySQL Databases? (phpMyAdmin)
You can manage your database (s) through the free management package phpMyAdmin. You can use it via ...

Where can I manage my MySQL databases? (control panel)
With the update of the control panel on 20-11-2014 it is now also possible to manage databases via the ...

MySql.Data.MySqlClient cannot be found.
The following message sometimes occurs when trying to connect from ASP.NET to the MySQL database. Namespace ...

Can I use an external Database?
We often get the question if it is possible to connect to a database that is not hosted at MijnHostingPartner. ...

How much space does my MySQL database take up?
To find out how much space your MySQL databases are taking up you can follow the following steps. Step ...

How can I link and customize a Database?
This article explains how to modify the user of a database sitting on the MySQL4 server. We explain ...

Error message # 1040
When the message #1040 to many open connections appears you can create a ticket towards the helpdesk.They ...

Failed to connect to MySQL using password YES
In MySQL workbench the following message may appear when you first try to connect to your database. ...

Connection testing MySQL
This article explains how to test and use the database connection. We give the example code to test ...

Connecting to MySQL workbench
This article explains how to connect to MySQL workbench. MySQL workbench is a database tool to make ...

Number of open connections to the MySQL server
It may happen that we see on the server that a large number of connections are opened to the MySQL server ...

How to connect to MySQL from ASP
Before you do this you need to create a database. This can be done in the following way: How do I create ...

Error Message #1045
This article covers error #1045 this is an error message you may get when you try to log into PHPMyAdmin.