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 > how to start mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-05, 07:02
wyshyl wyshyl is offline
Registered User
 
Join Date: Oct 2005
Posts: 4
Red face how to start mysql

Hi, I am a fairly newbie here. I installed mysql4.1 on my computer, but how to use it? How can I start mysql, server and client? I want to learn create table, query, etc. So should I use server or client?

i read the manul, but still so confusion, please help me, many thanks.
Reply With Quote
  #2 (permalink)  
Old 10-14-05, 08:55
Chagh Chagh is offline
Registered User
 
Join Date: May 2005
Posts: 127
hi,
The best manual of MySQL is the html one with user comments on http://dev.mysql.com/doc.
your mysql server should start automatically when you start your computer if you hadn't changed the default setting. (see the "start up" list if you are using windows).
else you should use : "mysqld" or "net start mysql" on windows.

--good luck
Chagh
Reply With Quote
  #3 (permalink)  
Old 10-17-05, 08:04
wyshyl wyshyl is offline
Registered User
 
Join Date: Oct 2005
Posts: 4
Thank you for reply, so I need start server first, and

Thank you for reply, so I need start server first, and create database from the prompt window of the server,right?
Reply With Quote
  #4 (permalink)  
Old 10-17-05, 10:53
cornercuttin cornercuttin is offline
Registered User
 
Join Date: Aug 2005
Location: Oklahoma
Posts: 9
so are you running windows or linux?

to start mysql in linux, i use

mysqld_safe &

in windows, i have no idea. being new, you might want to look into a project called xampp. this will install apache, mysql, and php all for you, and it will provide you with a nice little console to start and control everything with.
Reply With Quote
  #5 (permalink)  
Old 10-18-05, 13:43
Chagh Chagh is offline
Registered User
 
Join Date: May 2005
Posts: 127
hi,
yep! you start the server then you connect to it by "mysql -u username -pPassword"
then you will choose a database by "\u DBName" or create a new one by "create database DBName" and choosing it, and then you will start working with your database.
There are many graphical tools that can help you to manage your DB like Query Browser and MySQL Administrator which are downloadable from MySQL AB website (http://www.mysql.com )

--good luck
Chagh
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