Jump to content

Want to create a new Candidate database...


rsammy

Recommended Posts

I am working on creating a new database that stores candidate information like phone number, email, status(if they are free or working elsewhere at this time), referred by, rate, etc..

 

i would like to know where to start. I have downloaded MySQL on my local box and need some help starting off. Any help will be great. Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/187743-want-to-create-a-new-candidate-database/
Share on other sites

no no no. i can manage the sql part. i need to know how to? how to create a new database; where to create? stuff like that. imj working on windows xp pro sp2.

 

thanks for your reply. and im going through the documentation on the link you pasted here. let me see if that helps me

how to create a new database; where to create?

 

CREATE DATABASE databaseName;

 

And where? If you have phpMyAdmin might be a good start or if you are running mysql you can use the command-line:

 

> mysql --username username --password password

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.