Database Access on Hosting
After studying the tutorial on working with SQL on virtual hosting you should already know that to work with a database on virtual hosting you need to create a database and a user. Let's create them for further work with the database via PHP. To do this, solve the following tasks:
Find the database management section in your hosting control panel.
Create a new database.
Create a new user for your database.
Access your database via PMA and create a test table in it with test data.