http://localhost/phpmyadmin
in the browser or Windows user can directly go to XAMPP control Panel and click on MySQL -> Admin which takes to phpmyadmin homepage which looks like below.
Step-2 : Then go to User Accounts -> Add account -> Enter username, password, hostname -> Click in check box Check All -> Go as shown in below image.
Step-3 : Then create a new Database by clicking New -> enter Database Name -> Select Collation -> Create like shown below.
Step-4 : Then start creating a table in the database by giving the table name Authors -> No.of columns:4 -> Go
Step-5 : The final structure of the table looks like below with the various values in the table.