Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-29 Thread Claudio Nanni
Hi Miguel, I'm confused. Where should I issue those commands? Yes from the MySQL Administrator. From what you say it seems that you end up being authenticated as the ''@'localhost' user. Connect again with the MySQL Administrator and the non-root account and issue: mysql> SHOW GRANTS;

Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-29 Thread Miguel Gonzalez
"the server service or the configuration file could not be found" Miguel, Probably your non-root user is connecting as the anonymous account. Try this: Connect as your (problematic) non-root account and do this: mysql> SELECT USER(); mysql> SELECT CURRENT_USER(); What do y

Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-29 Thread Claudio Nanni
mysql. > Enviado: Miércoles 29 de Mayo de 2013 3:29 > Asunto: Re: SSH tunnels and non root accounts get "the server service or > the configuration file could not be found" > > > If you are tunneling port 3306 to your local machine, you need to have > mysql listen on th

Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-29 Thread Miguel Gonzalez
entry as I said. Regards, Miguel De: Tim Pownall Para: Miguel González CC: mysql. Enviado: Miércoles 29 de Mayo de 2013 3:29 Asunto: Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-28 Thread Tim Pownall
> works fine with the root account. > >With a non-root account I get > >the server service or the configuration file could not be found. I can > log on but I can't see the databases that I should be allowed to see. > >Running a mysql -h 127.0.0.1 -u myuser -p myp

Re: SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-28 Thread Michael Dykman
rks fine with the root account. > >With a non-root account I get > >the server service or the configuration file could not be found. I can > log on but I can't see the databases that I should be allowed to see. > >Running a mysql -h 127.0.0.1 -u myuser -p myp

SSH tunnels and non root accounts get "the server service or the configuration file could not be found"

2013-05-28 Thread Miguel González
the server service or the configuration file could not be found. I can log on but I can't see the databases that I should be allowed to see. Running a mysql -h 127.0.0.1 -u myuser -p mypassword from linux works fine I have created a .my.cnf file in the home folder with 600 permis

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Prabhat Kumar
packages in my machine successfully and > started working in mysql. > > > > I am trying to the change parameter value in my.cnf file to tune > up the server for performance improvements. For that I stopped MySQL server > and try to restart the MySQL service from that moment

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Peter Boros
cessfully and started > working in mysql. > > I am trying to the change parameter value in my.cnf file to tune up the > server for performance improvements. For that I stopped MySQL server and try > to restart the MySQL service from that moment onwards I am getting thi

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
. For that I stopped MySQL server and try to restart the MySQL service from that moment onwards I am getting this kind of errors like Starting MySQL.Manager of pid-file quit without updating file [FAILED] MySQL manager or server PID file could not be found! [FAILED

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
@lists.mysql.com Subject: Re: Error in starting MySQL service on LINUX boah do not top-post! this was a typo - seems you did not understand my question WHY are you downloading random binaries instead using packages from your linux distribution which are tested and preconfigured? Am 05.04.2012 12

Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
Hi, In 64-bit Linux(Centos/Red Hat) machine when I am trying to start the MySQL service by using service mysql start command , I am getting the following error Ø Starting MySQL.Manager of pid-file quit without updating file [FAILED] If I try to stop the MySQL service I am

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Reindl Harald
Am 05.04.2012 12:27, schrieb Manivannan S.: > Hi, > > In 64-bit Linux(Centos/Red Hat) machine when I am trying to > start the MySQL service by using service mysql start command , I am getting > the following error > > > I have installed > >

Re: Error in starting MySQL service on LINUX

2012-04-05 Thread Reindl Harald
boah do not top-post! this was a typo - seems you did not understand my question WHY are you downloading random binaries instead using packages from your linux distribution which are tested and preconfigured? Am 05.04.2012 12:39, schrieb Manivannan S.: > Hi, > > If I execute

RE: Error in starting MySQL service on LINUX

2012-04-05 Thread Manivannan S.
Hi, If I execute "service myqsld start" its saying mysqld: unrecognized service -Original Message- From: Reindl Harald [mailto:h.rei...@thelounge.net] Sent: Thursday, April 05, 2012 4:05 PM To: mysql@lists.mysql.com Subject: Re: Error in star

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Larry Martell
On Wed, Feb 29, 2012 at 2:20 PM, Elim Qiu wrote: > I created (or activated) the root account and now I see the error log: > > sh-3.2# cat miniMac.local.err > 120229 10:36:09 mysqld_safe Starting mysqld daemon with databases from > /usr/local/mysql/data > 120229 10:36:09 [Warning] Setting lower_cas

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
Looks like 5.1.61 mac installer messed up the privilege setting... But how to fix it? I remember the server account is mysql, not _mysql What do you got? And how to fix it? Thanks On Wed, Feb 29, 2012 at 2:20 PM, Elim Qiu wrote: > I created (or activated) the root account and now I see the erro

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
I created (or activated) the root account and now I see the error log: sh-3.2# cat miniMac.local.err 120229 10:36:09 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data 120229 10:36:09 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql/data

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Darryle Steplight
If you are going to use "su" to officially switch to the root users just make sure you do "su -" with the dash. On Wed, Feb 29, 2012 at 2:10 PM, Reindl Harald wrote: > > > Am 29.02.2012 19:20, schrieb Larry Martell: >> Is the sudo succeeding? If it is, then there's no reason you shouldn't >> be

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Larry Martell
>> >> http://dev.mysql.com/doc/refman/5.0/en/error-log.html >> >> >> > >> > On Wed, Feb 29, 2012 at 8:22 AM, Larry Martell >> > >> > wrote: >> >> >> >> On Wed, Feb 29, 2012 at 7:46 AM, Elim Qiu wrote: >> >

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Darryle Steplight
ry and Darryle for your help >> > >> > Where the error log should be? >> >> http://dev.mysql.com/doc/refman/5.0/en/error-log.html >> >> >> > >> > On Wed, Feb 29, 2012 at 8:22 AM, Larry Martell >> > wrote: >> >> >&g

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
t; http://dev.mysql.com/doc/refman/5.0/en/error-log.html > > > > > > On Wed, Feb 29, 2012 at 8:22 AM, Larry Martell > > wrote: > >> > >> On Wed, Feb 29, 2012 at 7:46 AM, Elim Qiu wrote: > >> > Yes, there is an icon. I can open the preference but

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Larry Martell
29, 2012 at 7:46 AM, Elim Qiu wrote: >> > Yes, there is an icon. I can open the preference but the start service >> > button cannot do the job >> >> What is in the mysql error log? >> >> >> > >> > On Wed, Feb 29, 2012 at 7:20 AM, Darryle Stepli

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
Thanks Larry and Darryle for your help Where the error log should be? On Wed, Feb 29, 2012 at 8:22 AM, Larry Martell wrote: > On Wed, Feb 29, 2012 at 7:46 AM, Elim Qiu wrote: > > Yes, there is an icon. I can open the preference but the start service > > button cannot do the job

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Larry Martell
On Wed, Feb 29, 2012 at 7:46 AM, Elim Qiu wrote: > Yes, there is an icon. I can open the preference but the start service > button cannot do the job What is in the mysql error log? > > On Wed, Feb 29, 2012 at 7:20 AM, Darryle Steplight > wrote: > >> Do you see a

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Darryle Steplight
loaded **Mac OS X ver. 10.6 (x86, 64-bit), DMG Archive, installed >> to my pretty clean os x 10.6.8 (snow leopard) after (1st time) started >> apache. The installation went smoothly but the service just cannot be >> started.* >> >> ** >> >> >> >&g

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
Yes, there is an icon. I can open the preference but the start service button cannot do the job On Wed, Feb 29, 2012 at 7:20 AM, Darryle Steplight wrote: > Do you see a MySql icon under System Preferences > Other ? That's how > I start MySql on my Mac. > > ** > > > >

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
tarted > apache. The installation went smoothly but the service just cannot be > started.* > > ** > > > >

Re: mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Darryle Steplight
time) started apache. > The installation went smoothly but the service just cannot be started.* > > ** -- -- "May the Source be with you." -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

mysql for os x 10.6 (64bit) cannot start service

2012-02-29 Thread Elim Qiu
*I downloaded **Mac OS X ver. 10.6 (x86, 64-bit), DMG Archive, installed to my pretty clean os x 10.6.8 (snow leopard) after (1st time) started apache. The installation went smoothly but the service just cannot be started.* **

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Frédéric Descamps
t=unconfined_u:system_r:mysqld_safe_t:s0 > tcontext=unconfined_u:object_r:usr_t:s0 tclass=file > > mysql.err was 660 owned by mysql.mysql and the dir it's in was 755, > also owned by mysql.mysql. I tried changing the file to 666 and the > dir to 777, but I got the same errors. I

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
n was 755, also owned by mysql.mysql. I tried changing the file to 666 and the dir to 777, but I got the same errors. I also tried moving the log file to /tmp, but I still got the same errors. So it's not permissions. I don't know too much about selinux - I"ll have to research that mor

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Frédéric Descamps
Hi, check your audit.log if you have selinux enabled On Sat, 2012-02-04 at 17:57 -0700, Larry Martell wrote: > Just installed mysql on centos 6.2. When I try to start it with service I get: > > #service mysqld start > MySQL Daemon failed to start. >

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Michael Dykman
On Mon, Feb 6, 2012 at 3:34 PM, Larry Martell wrote: > On Mon, Feb 6, 2012 at 1:26 PM, Shawn Green (MySQL) > wrote: >> On 2/4/2012 19:57, Larry Martell wrote: >>> >>> Just installed mysql on centos 6.2. When I try to start it with service I >>> get: >>

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
On Mon, Feb 6, 2012 at 1:26 PM, Shawn Green (MySQL) wrote: > On 2/4/2012 19:57, Larry Martell wrote: >> >> Just installed mysql on centos 6.2. When I try to start it with service I >> get: >> >> #service mysqld start >> MySQL Dae

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Shawn Green (MySQL)
On 2/4/2012 19:57, Larry Martell wrote: Just installed mysql on centos 6.2. When I try to start it with service I get: #service mysqld start MySQL Daemon failed to start. Starting mysqld: [FAILED] Nothing at all is written to the error log. But if I

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
2 at 2:38 AM, Chris Tate-Davies >>>>   wrote: >>>>> >>>>> Have you tried: >>>>> >>>>> mysql --verbose -u   -p >>>>> >>>>> To output more information >>>> >>>> When would

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Chris Tate-Davies
start it with 'service mysqld start' it fails to start. From terminal command... just try typing it, like this: mysql --verbose -u -p and how can this help if mysqld does not start? I am hoping it will verbose any errors to the terminal. -- *Chris Tate-Davies* *Software D

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
> >>>> mysql --verbose -u  -p >>>> >>>> To output more information >>> When would I use that? If I try to start it with 'service mysqld >>> start' it fails to start. >>> >> >> From terminal command... >> >

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
gt;> To output more information >> >> When would I use that? If I try to start it with 'service mysqld >> start' it fails to start. >> > > From terminal command... > > just try typing it, like this: > > > mysql --verbose -u -p The server

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Reindl Harald
ormation >> When would I use that? If I try to start it with 'service mysqld >> start' it fails to start. >> > > From terminal command... > > just try typing it, like this: > > mysql --verbose -u -p and how can this help if mysqld does not start? signature.asc Description: OpenPGP digital signature

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Chris Tate-Davies
On 06/02/12 13:33, Larry Martell wrote: On Mon, Feb 6, 2012 at 2:38 AM, Chris Tate-Davies wrote: Have you tried: mysql --verbose -u -p To output more information When would I use that? If I try to start it with 'service mysqld start' it fails to start. From terminal comman

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
On Mon, Feb 6, 2012 at 2:38 AM, Chris Tate-Davies wrote: > Have you tried: > > mysql --verbose -u -p > > To output more information When would I use that? If I try to start it with 'service mysqld start' it fails to start. > > On 05/02/12 00:57, Larry Martell wr

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Chris Tate-Davies
Have you tried: mysql --verbose -u -p To output more information On 05/02/12 00:57, Larry Martell wrote: Just installed mysql on centos 6.2. When I try to start it with service I get: #service mysqld start MySQL Daemon failed to start. Starting mysqld

mysql won't start with service, but starts with mysqld_safe

2012-02-04 Thread Larry Martell
Just installed mysql on centos 6.2. When I try to start it with service I get: #service mysqld start MySQL Daemon failed to start. Starting mysqld:                                           [FAILED] Nothing at all is written to the error log. But if I start it with mysqld_safe it comes up and

Re: Uninstall MySql Service

2011-11-19 Thread Reindl Harald
windows is not a unix some links from google after type "windows uninstall mysql service" http://www.phpbuilder.com/board/archive/index.php/t-10254006.html http://www.howtogeek.com/howto/windows-vista/how-to-delete-a-windows-service-in-vista-or-xp/ http://stackoverflow.com/questions/4

Re: Uninstall MySql Service

2011-11-19 Thread Martin Mueller
ou uninstall the MySql service? I am running under >window 7. > >Andrew > > >-- >MySQL General Mailing List >For list archives: http://lists.mysql.com/mysql >To unsubscribe: >http://lists.mysql.com/mysql?unsub=martin.muel...@mac.com > -- MySQL General Mailing

Uninstall MySql Service

2011-11-18 Thread AndrewMcHorney
Hello I want to completely reinstall my sql server due to prior install issues. How can you uninstall the MySql service? I am running under window 7. Andrew -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub

registering a service

2010-01-28 Thread M.Zamil
Hello All, I have an application that must be installed with a local mysql server . I made a setup program to automate installation which must be suitable for a layman. I tried googling all over but did not find a suitable code in C++ to do any of : 1. Install a service 2. create a process 3

RE: Help! Can't get my MySQL service started!

2009-10-22 Thread Gavin Towey
: mysql@lists.mysql.com Subject: Help! Can't get my MySQL service started! I'm trying to configure and start a MySQL 5.1 service for the first time, and I'm having trouble. The MySQL Server 5.1 system was installed on a separate drive from the system drive (if that's an issue). My

Help! Can't get my MySQL service started!

2009-10-22 Thread Matthew Laurence
I'm trying to configure and start a MySQL 5.1 service for the first time, and I'm having trouble. The MySQL Server 5.1 system was installed on a separate drive from the system drive (if that's an issue). My GUI tools are on the C: drive, and the server installation is on the E:

Re: Mysql service will not stop

2009-10-14 Thread Michael Dykman
, Oct 14, 2009 at 11:10 AM, Bryan Cantwell wrote: > I have mysql 5.0.51a running on a linux 2.6.26 box. The service my6sql stop > command fails and all that appears in the log or err log is the following... > what can I do to repair this? > > 091014 17:00:24    guardian: instance 

Re: Mysql service will not stop

2009-10-14 Thread Bryan Cantwell
...@eds.com Pager mail:9884430...@nma.vodafone.in -Original Message- From: Bryan Cantwell [mailto:bcantw...@firescope.com] Sent: Wednesday, October 14, 2009 8:40 PM To: mysql@lists.mysql.com Subject: Mysql service will not stop I have mysql 5.0.51a running on a linux 2.6.26 box. The service

Mysql service will not stop

2009-10-14 Thread Bryan Cantwell
I have mysql 5.0.51a running on a linux 2.6.26 box. The service my6sql stop command fails and all that appears in the log or err log is the following... what can I do to repair this? 091014 17:00:24guardian: instance 'mysqld' is running, set state to STARTED. 091014 17:07

Re: Re: Could not start the service MySQL:Error 0

2009-07-17 Thread Thomas . William . Anthony
Try looking in Control Panel->Administrative Tools-> Services and deleting all the MySQL services.

Re: Could not start the service MySQL:Error 0

2009-07-17 Thread Carlos A. Octaviano
Re: Could not start the service MySQL:Error 0 I suffered the same problem, and the following worked for me: http://www.andy.name.my/2009/03/cannot-create-windows-service-for-mysqlerror0/

Re: Could not start the service MySQL:Error 0

2009-07-17 Thread Thomas . William . Anthony
I suffered the same problem, and the following worked for me: http://www.andy.name.my/2009/03/cannot-create-windows-service-for-mysqlerror0/

Could not start the service MySQL:Error 0

2009-07-17 Thread Carlos A. Octaviano
Hello, I've downloaded and installed MySQL 5.1 on the machine where I work. However, during the server configuration thru MySQL Instance Server Config Wizard, on the screen "Ready to execute...", the following error occurs in the "Start service" point: Could not start

Re: service terminating

2009-05-20 Thread Claudio Nanni
Hi, aren't there any other clues before restarting? 2009/5/20 Duane Hebert > I'm having a problem where every day or so, the mysql service is > restarting. This is MySql 5 running on a win2003 server. > The error in the event log says: > > Faulting application mysql

service terminating

2009-05-20 Thread Duane Hebert
I'm having a problem where every day or so, the mysql service is restarting. This is MySql 5 running on a win2003 server. The error in the event log says: Faulting application mysqld-nt.exe, version 0.0.0.0, faulting module mysqld-nt.exe, version 0.0.0.0, fault address 0x001fa173. In My

Re: multiple mysql service on the same server

2008-08-24 Thread chaim . rieger
Right Keep them in the datadir to make things easier for you Sent via BlackBerry from T-Mobile -Original Message- From: "Ananda Kumar" <[EMAIL PROTECTED]> Date: Sun, 24 Aug 2008 23:47:24 To: Jim Lyons<[EMAIL PROTECTED]> Cc: mysql Subject: Re: multiple mysql serv

Re: multiple mysql service on the same server

2008-08-24 Thread Ananda Kumar
o it would be easy to distinguish the servers in a "ps -ef" >> command. >> >> On Fri, Aug 22, 2008 at 3:55 AM, Ananda Kumar <[EMAIL PROTECTED]> wrote: >> >>> Hi All, >>> I am asking a very simple question. >>> >>> I need to in

Re: multiple mysql service on the same server

2008-08-24 Thread Ananda Kumar
ncluding the names of the my.cnf > files, so it would be easy to distinguish the servers in a "ps -ef" command. > > > On Fri, Aug 22, 2008 at 3:55 AM, Ananda Kumar <[EMAIL PROTECTED]> wrote: > >> Hi All, >> I am asking a very simple question. >> >&g

Re: multiple mysql service on the same server

2008-08-22 Thread Jim Lyons
g the names of the my.cnf files, so it would be easy to distinguish the servers in a "ps -ef" command. On Fri, Aug 22, 2008 at 3:55 AM, Ananda Kumar <[EMAIL PROTECTED]> wrote: > Hi All, > I am asking a very simple question. > > I need to install two mysql service (instan

multiple mysql service on the same server

2008-08-22 Thread Ananda Kumar
Hi All, I am asking a very simple question. I need to install two mysql service (instances) on the same server. I know we can do that using different port, but should i use two different my.cnf files, and also, what is the procedure to stop one mysql service and keep other one running. regards

Re: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-10 Thread Les Schaffer
Joerg Bruehe wrote: Yes, it does announce. I wrote "any external event ... that Windows *would* monitor" (emphasis added): Does the Windows ServiceManager really know which file to monitor for which entry to announce the service as "running" ? see below. in practice

Re: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-10 Thread Joerg Bruehe
the Windows ServiceManager really know which file to monitor for which entry to announce the service as "running" ? 2008-06-05 23:28:57 windowsservice 156 INFO Starting service MySQL 2008-06-05 23:29:02 sql 102 CRITICAL MySQL OperationalError 2003 (2003, "Can't conne

Re: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-06 Thread Les Schaffer
the server does "announce" to the log. now here is from our own logs: 2008-06-05 23:28:57 windowsservice 156 INFO Starting service MySQL 2008-06-05 23:29:02 sql 102 CRITICAL MySQL OperationalError 2003 (2003, "Can't connect to MySQL server on 'localhost' (10061)&

Re: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-06 Thread Joerg Bruehe
Hi Les, all ! Les Schaffer schrieb: [[...]] perhaps i wasn't clear earlier. we checked the logs, and we see that Innodb is started and accepting connections sometimes 1-6 seconds AFTER we see the Windows ServiceManager report that the MySQL service is in state SERVICE_RUNNING. w

Re: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-05 Thread Les Schaffer
nager report that the MySQL service is in state SERVICE_RUNNING. we had thought that SERVICE_RUNNING meant we could now connect, and 99% of the time we have no problem making a connection. looks like we just have to poll for a connection while the service goes from RUNNING to accepting connec

RE: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-05 Thread Jerry Schwartz
>-Original Message- >From: Les Schaffer [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 04, 2008 9:23 PM >To: mysql@lists.mysql.com >Subject: mysqld-nt Windows service: delay btwn svc running and accepting >conx > >We are having a small technical glitch about whi

Re: mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-04 Thread Sebastian Mendel
Les Schaffer schrieb: We are having a small technical glitch about which we would like to have some insight: our application needs to start mysqld-nt as a Windows service after which we fairly quickly try to make connections to the Server. we are using the python wrappers, MySQLdb, and we

mysqld-nt Windows service: delay btwn svc running and accepting conx

2008-06-04 Thread Les Schaffer
We are having a small technical glitch about which we would like to have some insight: our application needs to start mysqld-nt as a Windows service after which we fairly quickly try to make connections to the Server. we are using the python wrappers, MySQLdb, and we successfully bring up the

Re: Regarding MySql Service

2007-11-07 Thread Russell E Glaue
kind of problem in mysql > server . mysqld service automatically goes off . when we open a website and > enter something to search from mysql database it gives the following error - > > > *Warning: Can't connect to local MySQL server through socket > '/var/lib/mysql

Regarding MySql Service

2007-11-06 Thread piyush joshi
Dear all, Right Now I am having different kind of problem in mysql server . mysqld service automatically goes off . when we open a website and enter something to search from mysql database it gives the following error - *Warning: Can't connect to local MySQL server through s

FW: Two Denial of Service vulnerabilities in mySQL < 5.0.38

2007-05-14 Thread Daevid Vincent
OTECTED] Subject: [gentoo-announce] [ GLSA 200705-11 ] MySQL: Two Denial of Service vulnerabilities - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory

Fw: Error message on trying to start service

2007-05-05 Thread J Trahair
Thanks Baron, that hit the spot. Thanks again. Jonathan - Original Message - From: J Trahair To: MySQL General Sent: Saturday, May 05, 2007 9:00 PM Subject: Error message on trying to start service Hi Everyone I had to re-install everything after Norton crashed my hard disk. I re

Re: Error message on trying to start service

2007-05-05 Thread Baron Schwartz
Tick Install As Windows Service Tick Bin Directory... Service Name: MySQL New root password entered correctly twice Not tick Create Anonymous When I execute, it ticks the Prepare and the Write items, puts a red x in Start service then says 'Could not start the service MySQL. Error: 0. The erro

Error message on trying to start service

2007-05-05 Thread J Trahair
Service Tick Bin Directory... Service Name: MySQL New root password entered correctly twice Not tick Create Anonymous When I execute, it ticks the Prepare and the Write items, puts a red x in Start service then says 'Could not start the service MySQL. Error: 0. The error log says: InnoDB:

Rename a mysql v3 service when installing

2007-02-28 Thread onlyra
Hy! How can I modify mysql's 3 service name via my.ini? If I try to install a new mysql, verion 3, on a computer that already has a mysql 4 or mysql 5(registered to start as a service with the name Mysql (not mysql4 or mysql5) WinMySQLAdmin 1.3 get confused and doesn't start mysql

Re: Abnormal mySQL service behavior / 5.0.26

2007-02-16 Thread Mark Papadakis
On 2/16/07, Juan Eduardo Moreno <[EMAIL PROTECTED]> wrote: On 2/16/07, Mark Papadakis <[EMAIL PROTECTED]> wrote: > Good day, R: are you using MyISAM or InnoDB tables? InnoDB, only. > For the past 2 weeks, we have been dealing with some rather strange problems. > While nothing changed in t

Re: Abnormal mySQL service behavior / 5.0.26

2007-02-16 Thread Juan Eduardo Moreno
On 2/16/07, Mark Papadakis <[EMAIL PROTECTED]> wrote: Good day, R: are you using MyISAM or InnoDB tables? For the past 2 weeks, we have been dealing with some rather strange problems. While nothing changed in terms of the mySQL server or clients configuration ( including the options provid

Abnormal mySQL service behavior / 5.0.26

2007-02-16 Thread Mark Papadakis
Good day, For the past 2 weeks, we have been dealing with some rather strange problems. While nothing changed in terms of the mySQL server or clients configuration ( including the options provided to the server during startup, by either my.cnf or as arguments to the executable ), we are getting t

Re: Error starting service

2007-01-31 Thread Juan Eduardo Moreno
$ chown -R mysql:mysql yourdirectoryofmysql On 1/31/07, WebIT <[EMAIL PROTECTED]> wrote: Sorry, probably a really simple thing, but when I try and start mysqld it fails. [EMAIL PROTECTED] yum.repos.d]# /sbin/service mysqld start Timeout error occurred trying to start MySQL Daemon. St

RE: Error starting service

2007-01-31 Thread WebIT
Sorry folks - worked out why. The ownership of the mysqld directory had been changed by another application I'd installed. Sorry! -Original Message- From: WebIT [mailto:[EMAIL PROTECTED] Sent: 31 January 2007 09:53 To: mysql@lists.mysql.com Subject: Error starting service

Error starting service

2007-01-31 Thread WebIT
Sorry, probably a really simple thing, but when I try and start mysqld it fails. [EMAIL PROTECTED] yum.repos.d]# /sbin/service mysqld start Timeout error occurred trying to start MySQL Daemon. Starting MySQL:[FAILED] I've checked the mysqld.log

Re: Code snippet to run at database service startup

2006-08-07 Thread Daniel da Veiga
On 8/7/06, Asif Lodhi <[EMAIL PROTECTED]> wrote: Hi, What if I want certain variables initialized and certain code to run at the database service startup? I am running 5.0.22 on Windows XP Service Pack 2. Are there any tirggers that can tell me that the database is starting up? Y

Code snippet to run at database service startup

2006-08-07 Thread Asif Lodhi
Hi, What if I want certain variables initialized and certain code to run at the database service startup? I am running 5.0.22 on Windows XP Service Pack 2. Are there any tirggers that can tell me that the database is starting up? -- Thanks in advance, Asif -- MySQL General Mailing List For

RE: MySQL service startup time

2006-07-05 Thread Bartis, Robert M (Bob)
- From: Rob Desbois [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 11:51 AM To: mysql@lists.mysql.com Subject: MySQL service startup time Hi, I have an application self-installer program which also installs MySQL and sets it up. This is all on Windows. I have a problem in that when

Re: MySQL service startup time

2006-07-05 Thread Jeremy Cole
Hi Rob, I have an application self-installer program which also installs MySQL and sets it up. This is all on Windows. I have a problem in that when the installer runs 'net start MySQL', it returns immediately but the MySQL daemon is not ready for connections immediately. As the next step in th

MySQL service startup time

2006-07-05 Thread Rob Desbois
Hi, I have an application self-installer program which also installs MySQL and sets it up. This is all on Windows. I have a problem in that when the installer runs 'net start MySQL', it returns immediately but the MySQL daemon is not ready for connections immediately. As the next step in the ins

RE: Cannot restart service MySQL

2006-03-31 Thread Sara Woglom
Sorry, I should have been more specific. I tried 'mysqladmin -u root shutdown -p' and that did not work. The service is hung up in a pending state and I cannot control it. It is Net Error 2189: 'The service could not be controlled in its present state.' There has to be som

Re: Cannot restart service MySQL

2006-03-31 Thread Johan Lundqvist
In Windows, you have 3 alternatives: 1 - wait untill it stops the service (can take very long time). 2 - restart the server (your users might cry a bit). 3 - Try to kill the task using Task Manager (this might not work, depending on the service). /Johan Sara Woglom wrote: Please help, I

Cannot restart service MySQL

2006-03-31 Thread Sara Woglom
Please help, I can't start my server!! I was running a query, and it seemed to be hanging. After waiting about 15 minutes, I finally did a 'CTRL+BREAK' to abort the process. This happened about 3 times, and finally I decided to restart the MySQL service to see if that would help

Re: mysql 5 service issues

2005-11-19 Thread Michael Stassen
dtra-fyf wrote: Gleb Paharenko wrote: Hello. Have a look here: http://dev.mysql.com/doc/refman/5.0/en/starting-server.html hi, thanks for your response but my problem is not with starting mysql it is with starting the mysql service prolly some problem with /etc/rc.d/init.d/mysql script

Re: mysql 5 service issues

2005-11-19 Thread mos
At 07:57 PM 11/19/2005, you wrote: Gleb Paharenko wrote: Hello. Have a look here: http://dev.mysql.com/doc/refman/5.0/en/starting-server.html hi, thanks for your response but my problem is not with starting mysql it is with starting the mysql service prolly some problem with /etc/rc.d

Re: mysql 5 service issues

2005-11-19 Thread dtra-fyf
Gleb Paharenko wrote: Hello. Have a look here: http://dev.mysql.com/doc/refman/5.0/en/starting-server.html hi, thanks for your response but my problem is not with starting mysql it is with starting the mysql service prolly some problem with /etc/rc.d/init.d/mysql script dave dtra-fyf

Re: mysql 5 service issues

2005-11-19 Thread Gleb Paharenko
ving issues with the service starting > it never starts, when i look in the service manager, it says mysqld > dead, but subsys is locked > > i also tried mysql 4.1.11 from the fc4 dvd > and 4.1.14 from yum, but same issue > > i am able to start mysql using /usr/sbin/mysqld

mysql 5 service issues

2005-11-19 Thread dtra-fyf
hi all i just installed mysql 5 rpm onto fedora core 4 (i installed mysql-server, mysql-client, mysql-shared, mysql-devel, mysql-bench) but i'm having issues with the service starting it never starts, when i look in the service manager, it says mysqld dead, but subsys is locked i also

Trouble configuring mysql-nt as a service with --skip-.* switches

2005-08-21 Thread Maxim Vexler
C:\mysql\bin>mysqld-nt.exe --version mysqld-nt.exe Ver 4.0.25-nt-log for Win32 on ia32 (Official MySQL binary) C:\mysql\bin>mysqld-nt.exe --install MySQL --defaults-file=%windir%\my.ini Service successfully installed. C:\mysql\bin>mysqld-nt.exe --remove Service successfully removed.

  1   2   3   >