Hi guys? Maybe I should have learnt that myself, but I really don't get it. I am still sending info to mail. I need to khow how to creat a MYSQL database. Please guy, any that can assist should do that. I do not want to wait until i get a job that needs it before running round. Thank you guys

Recommended Answers

All 3 Replies

Member Avatar for rajarajan2017

If you are working in PHPMyAdmin

http://localhost/phpmyadmin/

Then just goto Databases tab and give whatever name you want for database and click create to create the database.

create database DBname;

use

CREATE DATABASE MYNAME

this will create datbase named MYNAME

You can easily create your data base.
create database database name;
use database name;
try this code it will useful for you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.