If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Creating a Database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-03-04, 18:44
xtasy xtasy is offline
Registered User
 
Join Date: Aug 2004
Posts: 2
Creating a Database

Hey guys Im pretty new at this subject. I just finished installing apache, php, perl, and MySQL to my Windows XP server. How can i create a database and user with MySQL. Ive done it with simple cpanel but never manually. I download MySQL Control Center from MySQL.com but I cant figure out how to connect. All feedback is appreciated thanxs.
Reply With Quote
  #2 (permalink)  
Old 08-03-04, 19:05
xtasy xtasy is offline
Registered User
 
Join Date: Aug 2004
Posts: 2
hmm im tryin to figure this out with command prompt, how can i connect and add a database and user
Reply With Quote
  #3 (permalink)  
Old 08-04-04, 03:59
divined divined is offline
Registered User
 
Join Date: Apr 2004
Posts: 110
You should have a MySQL service in your services management console. Check if it is in automatic startup mode. Then go to your /mysql/bin directory and execute the command :

mysql -u root

That should connect to MySQL as root. You need to change the root password and add a couple of users so you don`t work using root.

George Papadopoulos
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On