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 > New install of MySql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-03, 18:19
bjazzy bjazzy is offline
Registered User
 
Join Date: Dec 2003
Location: illy illy philly
Posts: 2
Unhappy New install of MySql

I have installed MySql on my PC and I was trying to run the program by going to the command prompt typing:

C:\>net start mysql

it says
The MySql service has started successfully.

the problem is that the command prompt doesn't read mysql> but still reads C:\>

What is the problem here and how can I correct it...

--

As well...what specifically can I use MySql for? I have a website that I'm trying to learn a lot of things through to make my resume more beefy and to make myself more marketable...What do you all suggest?

Thanks,
b-jazzy
Reply With Quote
  #2 (permalink)  
Old 12-13-03, 18:30
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
By using net start mysql you start the mysql service and not the mysql (mysql>)
To use de mysql client you should simply use mysql [options ...]
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 12-13-03, 20:24
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
Red face

To clarify: the MySQL "service" is a program that runs all the time, in the background, and its purpose is to carry out the requests that it receives from anyone and everyone.

There's another program, a client program, which is used to submit requests to the service.

So if fifty people are using your MySQL system at the same time:
  • There is one copy of the service, running on one computer.
  • There are fifty copies of the client-program, each one running on the personal computer of the people who are using MySQL at this moment.
(Notice that I'm assuming that those people aren't, say, using the database through a web-page or something.)

Now, what's the advantage of this? Whizz-z-z-z-z! Smack! Smoo-o-osh! Oops, incoming meterorite! One of your poor users just got smashed. Or at least his computer did. But fortunately it wasn't the computer that's running the service, so your database was not affected in the slightest. All of the critical operations of actually updating the database files are performed only by the service, only on that one machine.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
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