[SQL3.07] How do I create a MySQL database?

If your account type includes MySQL databases, then log in to your Hosting cPanel v7.5 Control Panel and select "MySQL Databases", in the "Web Tools" section.

Was this answer helpful?

 Print this Article

Also Read

[SQL3.11] What are valid connection strings on the Windows platform?

MySQL:Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=myDataBase;User=myUsername;...

[SQL3.06] What is MySQL?

MySQL is a Relational Database Management System. A relational database adds speed and...

[SQL3.13] What is the maximum MySQL database size permitted?

MySQL databases may take up to 500MB of space.

[SQL3.09] Common server software requirements

All standard Apache modules are installed on the web servers, including mod_rewrite. In addition,...

[SQL3.05] How do I connect to my MySQL database?

A simple php script to open a connection to a database<?php$dbhost = 'localhost';$dbuser = 'db...