How to create MySQL Database on SolidCP

  • Login to SolidCP. SolidCP is located at URL https://scp.your_domain.com
  • On the next screen, you will see icons for all services you can manage from SolidCP. Under Databases section click on MySQL 5.X icon.




  • On the next screen, list of previously added MySQL databases will be populated. To create a new MySQL database, click on Create Database button.




  • On the next screen, specify the database name in the box and click Save button.




  • You could see newly created database in database list. To create a database user, click Create User button.




  • At SQL User Properties page, specify the database username, password and select the default database for this user from the drop-down menu. You can also allow this user to access your other databases as well. To allow this user to access other databases, you just need to check the respective database checkbox. Click Save button.




  • Once MySQL database and database user is created, you could see them listed as follows.



 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to restore MySQL Database on SolidCP

Login to SolidCP control panel. SolidCP is located at URL http://scp.your_domain.com On the...

How to create Email Account on SolidCP

SolidCP control panel allows you to manage all email operations under single login. It enables...

How can I create an email forwarding in SolidCP

Email Forwarding can be used to forward your emails from one account to your preferred account....

How to install Let's Encrypt SSL Certificate

Login to the SolidCP using http://scp.your_domain.com Click on the Web Sites option under Web...

PHP Script for Email with SMTP Authentication

The below email script is for PHP emailing with SMTP authentication. <?php//new function $to...