Re: NET START MYSQL QUESTION?

2013-05-11 Thread Reindl Harald

Am 11.05.2013 16:50, schrieb SIVASUTHAN NADARAJAH:
 I want to start the mysql from command prompt using NET START MYSQLBUT 
 the server not started. It display an error message. 
 C:\Users\PC NET START MySQLSystem error 5 has occurred.
 Access is denied.
 could you please help me, how to start the Mysql service FROM command prompt? 
   

what about look in the mysqld-log and verify which account
is used by the windows service? there is no difference between
the GUI and net start, a service works or not

* log-files
* service details (useraccount, credentials..)
* permissions to logfiles / datadir.

btw: do not use uppercase letters in your whole subject!




signature.asc
Description: OpenPGP digital signature


Re: NET START MYSQL QUESTION?

2013-05-11 Thread Reindl Harald
DO NOT REPLY OFF-LIST

there is no step by step guidance and virtually
nonofy is using mysql on windows seriously as i have
not touched windows since 2006 at all

understand how services on your used OS are working
or hire someone who does

Am 11.05.2013 17:44, schrieb SIVASUTHAN NADARAJAH:
 Sorry I could not understand your answer. please give me the step by step 
 guidance.
 thank you so much...
 
 Date: Sat, 11 May 2013 16:58:16 +0200
 From: h.rei...@thelounge.net
 To: mysql@lists.mysql.com
 Subject: Re: NET START MYSQL QUESTION?


 Am 11.05.2013 16:50, schrieb SIVASUTHAN NADARAJAH:
  I want to start the mysql from command prompt using NET START MYSQLBUT 
  the server not started. It display an
 error message.
  C:\Users\PC NET START MySQLSystem error 5 has occurred.
  Access is denied.
  could you please help me, how to start the Mysql service FROM command 
  prompt?

 what about look in the mysqld-log and verify which account
 is used by the windows service? there is no difference between
 the GUI and net start, a service works or not

 * log-files
 * service details (useraccount, credentials..)
 * permissions to logfiles / datadir.

 btw: do not use uppercase letters in your whole subject!



signature.asc
Description: OpenPGP digital signature


Re: NET START MYSQL QUESTION?

2013-05-11 Thread Mimiko

On 11.05.2013 17:50, SIVASUTHAN NADARAJAH wrote:

C:\Users\PC NET START MySQL System error 5 has occurred.
Access is denied.


Run command window from elevated permission.

--
Mimiko desu.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: NET START MYSQL QUESTION?

2013-05-11 Thread Reindl Harald

Am 11.05.2013 20:04, schrieb Mimiko:
 On 11.05.2013 17:50, SIVASUTHAN NADARAJAH wrote:
 C:\Users\PC NET START MySQL System error 5 has occurred.
 Access is denied.
 
 Run command window from elevated permission

wow - you mean he *really* tried to start a service as
restricted user and instead read the basic manuals
posted to the application list?

hopefully not...




signature.asc
Description: OpenPGP digital signature


Re: NET START MYSQL QUESTION?

2013-05-11 Thread hsv
 2013/05/11 20:50 +0600, SIVASUTHAN NADARAJAH 
I want to start the mysql from command prompt using NET START MYSQLBUT 
the server not started. It display an error message. 
C:\Users\PC NET START MySQLSystem error 5 has occurred.
Access is denied.
could you please help me, how to start the Mysql service FROM command prompt?   
SIVASUTHAN- Consultant Trainer

Well, ordinarily the MySQL service is started by Windows along with all the 
rest: After installing MySQL under Windows one runs MySQL Instance 
Configuration Wizard--the only MySQL program on my system that runs from 
Start. (If you cannot do this on the machine where mysqld.exe is to run I 
do not know what to say.)

If the service, with program mysqld.exe, quits, to start it one enters
start mysqld -b... from the command line, with the directory where my.ini 
is kept entered for  Of course, if mysqld.exe started and quit, as 
Reindl Harald suggested study the logs and find out why. It is not started 
through the client, mysql.exe.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql



Re: NET START MYSQL QUESTION?

2013-05-11 Thread Reindl Harald

Am 11.05.2013 21:49, schrieb h...@tbbs.net:
 2013/05/11 20:50 +0600, SIVASUTHAN NADARAJAH 
 I want to start the mysql from command prompt using NET START MYSQLBUT the 
 server not started. It display an error message. 
 C:\Users\PC NET START MySQLSystem error 5 has occurred.
 Access is denied.
 could you please help me, how to start the Mysql service FROM command prompt? 
   

why not answer the question another user made hours ago?
under which account do you try to start mysqld?

hence you need FULL ADMIN PRIVILEGES on every OS to start services

or use the system settings which at least come up with a UAC request
alternative: use a proper operating system with a package-manager

google: windows system error 5
https://www.google.com/search?q=windows+system+error+5

thid *is not* a MySQL problem
please ask windows questions at windows forums

 It is not started through the client, mysql.exe

why should the client start a server?



signature.asc
Description: OpenPGP digital signature


Re: NET START MYSQL QUESTION?

2013-05-11 Thread hsv
 2013/05/11 22:58 +0200, Reindl Harald 
why not answer the question another user made hours ago?
under which account do you try to start mysqld? 

Well, I learnt something here.

When I had the problem of (under Vista) starting mysqld, from command prompt 
I always did this, start mysqld -b... (here start is like Unix s trailing 
), and never had a problem. It showed up running on the service list. Maybe 
something like Unix s set-user-id is in effect in mysqld.exe.

Now for the first time I learn of command NET, and its options. I do not 
remember seeing net start MySQL in MySQL s help when I installed it, only 
that which I above described.

This is not so much an OS problem, but a problem at the point where the OS s 
peculiarities and a big package s nature intersect.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql