rsammy Posted January 8, 2010 Share Posted January 8, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/187743-want-to-create-a-new-candidate-database/ Share on other sites More sharing options...
ignace Posted January 8, 2010 Share Posted January 8, 2010 What are you actually looking for? How to write SQL? The documentation can be found here: http://dev.mysql.com/doc/ Quote Link to comment https://forums.phpfreaks.com/topic/187743-want-to-create-a-new-candidate-database/#findComment-991214 Share on other sites More sharing options...
rsammy Posted January 8, 2010 Author Share Posted January 8, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/187743-want-to-create-a-new-candidate-database/#findComment-991277 Share on other sites More sharing options...
ignace Posted January 9, 2010 Share Posted January 9, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/187743-want-to-create-a-new-candidate-database/#findComment-991690 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.