How to create a MySQL database.
Create a MySQL database is a relatively simple task. This guide will help you create a MySQL database using phpMyAdmin interface or SSH (Secure Shell) command line .
using PhpMyAdmin
Access to the Internet in your phpMyAdmin Web space. You will need the username and password assigned by your Web-hosting provider .
Find the text "Create new database" in the main framework of the page .
Enter a name for its new database in the text field blank forever.
Click "Create". You will receive a confirmation page that tells you that your database has been created .
Using the command line SSH
Log in to your site using an SSH client. You will need the username and password assigned to you by your Web-hosting provider .
Enter the following at the command line, using his own user name and password in place of words in capital letters: mysql-uUSERNAME-pPASSWORD
Enter the following into the symbol of MySQL that will be given, with its database of the project instead of name NAME: create database ;
His NAME database has been created.
0 comments:
Post a Comment