Re: Best method for stopping/starting MySQL?

2009-10-21 Thread Sjoerd Hardeman
Tim Legg schreef: My output is similar to this (Thanks to grc.com password generator). +--+---+---+ | User | Host | Password |

Re: Best method for stopping/starting MySQL?

2009-10-20 Thread Christer Oldhoff
though # /etc/init.d/mysql start Starting MySQL database server: mysqld. Checking for corrupt, not cleanly closed and upgrade needing tables.. /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)' ERROR

Best method for stopping/starting MySQL?

2009-10-19 Thread Tim Legg
do cooperate and provide it a user and password # mysqladmin -u root -p shutdown Enter password: # And so it works. Starting it back up isn't nearly as clean though # /etc/init.d/mysql start Starting MySQL database server: mysqld. Checking for corrupt, not cleanly closed and upgrade needing

Re: Best method for stopping/starting MySQL?

2009-10-19 Thread Jari Fredriksson
and should be able to do anything... So I do cooperate and provide it a user and password # mysqladmin -u root -p shutdown Enter password: # And so it works. Starting it back up isn't nearly as clean though # /etc/init.d/mysql start Starting MySQL database server: mysqld. Checking for corrupt

Re: Best method for stopping/starting MySQL?

2009-10-19 Thread Joe
19.10.2009 20:49, Tim Legg kirjoitti: Hello again! I would like to shutdown mysql periodically to make backups of the databases. I would like to know what is the official Debian way of stopping and restarting MySQL. You might also consider a backup method which does not require MySQL

Re: Best method for stopping/starting MySQL?

2009-10-19 Thread Jari Fredriksson
19.10.2009 22:32, Joe kirjoitti: 19.10.2009 20:49, Tim Legg kirjoitti: Hello again! I would like to shutdown mysql periodically to make backups of the databases. I would like to know what is the official Debian way of stopping and restarting MySQL. You might also consider a backup

Re: Best method for stopping/starting MySQL?

2009-10-19 Thread Tim Legg
--- On Mon, 10/19/09, Jari Fredriksson ja...@iki.fi wrote: From: Jari Fredriksson ja...@iki.fi Subject: Re: Best method for stopping/starting MySQL? To: debian-user@lists.debian.org Date: Monday, October 19, 2009, 1:15 PM 19.10.2009 20:49, Tim Legg kirjoitti: Hello again! I would

Re: Best method for stopping/starting MySQL?

2009-10-19 Thread Mike Ayers
' (using password: NO)' I am root and should be able to do anything... So I do cooperate and provide it a user and password # mysqladmin -u root -p shutdown Enter password: # And so it works. Starting it back up isn't nearly as clean though # /etc/init.d/mysql start Starting MySQL

Fwd: mysql não start - Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!

2007-09-06 Thread Alberto Viana
Cara tenta desinstalar dessa forma: #aptitude purge ~mysql-server-5.0 e instalar novamente #aptitude install mysql-server-5.0 -- Forwarded message -- From: Sorocaos . [EMAIL PROTECTED] Date: 06/09/2007 02:43 Subject: mysql não start - Starting MySQL database server: mysqld

mysql não start - Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!

2007-09-05 Thread Sorocaos .
(de .../mysql-server_5.0.32-7etch1_all.deb) ... Instalando mysql-server-5.0 (5.0.32-7etch1) ... Stopping MySQL database server: mysqld. Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed! invoke-rc.d: initscript mysql, action start failed. dpkg: erro processando mysql-server

Re: Starting Mysql service.. Problem

2006-07-07 Thread Hansel A. Ortiz
well guysthe command didn`t work.but the user that the system is using for change the permission on the folder i getting denied access... Why?if it is supossed that user have the admin purpose in the service or the database of mysql linux-debian:~# chmod u+w /var/run/mysqldlinux-debian:~#

RE: Starting Mysql service.. Problem

2006-07-07 Thread Jean-Sebastien Pilon
is using for change the permission on the folder i getting denied access... Why? if it is supossed that user have the admin purpose in the service or the database of mysql linux-debian:~# chmod u+w /var/run/mysqld linux-debian:~# /etc/init.d/mysql start Starting MySQL database server: mysqld

Re: Starting Mysql service.. Problem

2006-07-07 Thread Hansel A. Ortiz
+w /var/run/mysqldafter i repaired the bad access on the folder... i removed all packages of mysql installedafter this i installed all the packages again #apt-get install mysql-server mysql-client mysql-commonand voila ---Starting MySQL database server: mysqld...already running. thanks guys!! for all

Re: Starting Mysql service.. Problem

2006-07-06 Thread Hansel A. Ortiz
the output log i have is thiswith linux-debian:~# cat /var/log/syslog | grep mysqldlinux-debian:~# cat /var/log/syslog | grep mysqldJul 5 10:24:24 linux-debian mysqld_safe[6113]: startedJul 5 10:24:24 linux-debian mysqld[6117]: 060705 10:24:24 Can't start server : Bind on unix socket: Permission

Re: Starting Mysql service.. Problem

2006-07-06 Thread Sergio Basurto Juarez
"Hansel A. Ortiz" [EMAIL PROTECTED] wrote: I continue having the same error, even restarting the service.and i chek the logs.. and there is nothing thereOn 7/5/06, Mirco Piccin [EMAIL PROTECTED] wrote:Hi there.So, i solved this problem few time ago in this way: edit /etc/mysql/my.cnfsearch for

RE: Starting Mysql service.. Problem

2006-07-06 Thread Conrad Williams
Try making the directory writable. Don't know why the permissions have been changed, but... # chmod u+w /var/run/mysqld dr-xr-xr-x 2 mysql root 4096 2006-07-04 07:30 . ^ this is not writable for the mysql user.

Starting Mysql service.. Problem

2006-07-05 Thread Hansel A. Ortiz
hi im having problems starting up the service of mysqlim using DEBIAN SARGEand im installed mysql via apt-get install mysql-serverStarting MySQL database server: mysqld...failed. Please take a look at the syslog. /usr/bin/mysqladmin: connect to server at 'localhost' failederror: 'Can't connect to

RE: Starting Mysql service.. Problem

2006-07-05 Thread Jean-Sebastien Pilon
Are you trying to start it as an un-privileged user? From: Hansel A. Ortiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 2:26 PM To: debian-user@lists.debian.org Subject: Starting Mysql service.. Problem hi im having problems starting up the service of mysql

Re: Starting Mysql service.. Problem

2006-07-05 Thread Hansel A. Ortiz
@lists.debian.org Subject: Starting Mysql service.. Problem hi im having problems starting up the service of mysql im using DEBIAN SARGE and im installed mysql via apt-get install mysql-server Starting MySQL database server: mysqld...failed. Please take a look at the syslog. /usr/bin/mysqladmin: connect

Re: Starting Mysql service.. Problem

2006-07-05 Thread Mirco Piccin
Hi there.So, i solved this problem few time ago in this way:edit /etc/mysql/my.cnfsearch for this line:old_passwords = 1and comment it out in this way:#old_passwords = 1Re/start mysql! Hope it helps you!On 7/5/06, Hansel A. Ortiz [EMAIL PROTECTED] wrote: hi im having problems starting up the

Re: Starting Mysql service.. Problem

2006-07-05 Thread Hansel A. Ortiz
I continue having the same error, even restarting the service.and i chek the logs.. and there is nothing thereOn 7/5/06, Mirco Piccin [EMAIL PROTECTED] wrote:Hi there.So, i solved this problem few time ago in this way: edit /etc/mysql/my.cnfsearch for this line:old_passwords = 1and comment it out

[R]Starting MySQL database server: mysqld...failed.

2004-12-21 Thread Raphael - CPD - Unimed 256
olá Pessoal quando eu dou um start no meu mysql só dá failed o mysql funciona normal local não sei o que esta acontecendo abaixo o meu my.cnf qq ajuda sera bem vinda Raphael # This will be passed to all mysql clients[client]#password = my_passwordport = 3306socket =

Re: [R]Starting MySQL database server: mysqld...failed.

2004-12-21 Thread Carlos Henrique
Posta aí os logs de erro. Fica mais fácil de ter idéia do que está acontecendo... - Original Message - From: Raphael - CPD - Unimed 256 To: debian-user-portuguese@lists.debian.org Sent: Tuesday, December 21, 2004 10:19 AM Subject: [R]Starting MySQL database

Re: [R]Starting MySQL database server: mysqld...failed.

2004-12-21 Thread Raphael - CPD - Unimed 256
, December 21, 2004 8:26 AM Subject: Re: [R]Starting MySQL database server: mysqld...failed. Posta aí os logs de erro. Fica mais fácil de ter idéia do que está acontecendo... - Original Message - From: Raphael - CPD - Unimed 256 To: debian-user-portuguese

Re: [R]Starting MySQL database server: mysqld...failed.

2004-12-21 Thread Bruno Lellis
# - Original Message - From: Carlos Henrique To: Lista de discussão Sent: Tuesday, December 21, 2004 8:26 AM Subject: Re: [R]Starting MySQL database server: mysqld...failed. Posta aí os logs de erro. Fica mais fácil de ter idéia do que está acontecendo... - Original

Re: [R]Starting MySQL database server: mysqld...failed.

2004-12-21 Thread Eduardo Tadeu da Silva
To: Lista de discussão Sent: Tuesday, December 21, 2004 8:26 AM Subject: Re: [R]Starting MySQL database server: mysqld...failed. Posta aí os logs de erro. Fica mais fácil de ter idéia do que está acontecendo... - Original Message - From: Raphael - CPD - Unimed 256

Re: difficulty starting mysql server

2004-12-02 Thread bcml
$ mysqld_safe --user=mysql [1] 687 $ Starting mysqld daemon with databases from /var/lib/mysql /usr/bin/mysqld_safe: line 300: /var/log/mysql/mysql.err: Permission denied /usr/bin/mysqld_safe: line 1: /var/log/mysql/mysql.err: Permission denied tee: /var/log/mysql/mysql.err: Permission

difficulty starting mysql server

2004-12-01 Thread rb
I installed mysql-server 4.0.17 a while ago (Unstable). When I try to start the server, I get the following: $ mysqld_safe --user=mysql [1] 687 $ Starting mysqld daemon with databases from /var/lib/mysql /usr/bin/mysqld_safe: line 300: /var/log/mysql/mysql.err: Permission denied

Re: difficulty starting mysql server

2004-12-01 Thread Jacob S
On 01 Dec 2004 17:25:31 -0500 rb [EMAIL PROTECTED] wrote: I installed mysql-server 4.0.17 a while ago (Unstable). This part makes me assume you installed it via apt-get, using the deb from Unstable's mirrors. Is that right? When I try to start the server, I get the following: $

Re: difficulty starting mysql server

2004-12-01 Thread rb
Jacob S [EMAIL PROTECTED] writes: On 01 Dec 2004 17:25:31 -0500 rb [EMAIL PROTECTED] wrote: I installed mysql-server 4.0.17 a while ago (Unstable). This part makes me assume you installed it via apt-get, using the deb from Unstable's mirrors. Is that right? yes [...] If this is

Starting MySQL?

2004-08-30 Thread Ed Sutherland
How do I start mysql in Debian? Thanks. Ed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Starting MySQL?

2004-08-30 Thread Alec Berryman
begin quotation of Ed Sutherland on 2004-08-30 22:06:27 -0400: How do I start mysql in Debian? Thanks. Assuming you have mysql-server installed, you should be able to type (with root permissions) `/etc/init.d/mysql start`. It defaults to automatically starting at boot. signature.asc

Re: Starting MySQL?

2004-08-30 Thread Darryl Clarke
well, typically, # invoke-rc.d mysql start However, if you want tcp connections you'll have to change the default settings in /etc/mysql/my.cnf to enable network support rather than just socket connections. On Mon, 30 Aug 2004 22:06:27 -0400, Ed Sutherland [EMAIL PROTECTED] wrote: How do I

Re: Starting MySQL?

2004-08-30 Thread Brian Nelson
On Mon, Aug 30, 2004 at 10:12:43PM -0400, Darryl Clarke wrote: well, typically, # invoke-rc.d mysql start No, '/etc/init.d/mysql start' or 'service mysql start' (if you have sysvconfig installed). invoke-rc.d should not be used by users. -- Blast you and your estrogenical treachery! --

Re: Starting MySQL?

2004-08-30 Thread Darryl Clarke
On Mon, 30 Aug 2004 19:47:59 -0700, Brian Nelson [EMAIL PROTECTED] wrote: On Mon, Aug 30, 2004 at 10:12:43PM -0400, Darryl Clarke wrote: well, typically, # invoke-rc.d mysql start No, '/etc/init.d/mysql start' or 'service mysql start' (if you have sysvconfig installed). invoke-rc.d

Re: Starting MySQL?

2004-08-30 Thread Brian Nelson
On Mon, Aug 30, 2004 at 10:56:17PM -0400, Darryl Clarke wrote: On Mon, 30 Aug 2004 19:47:59 -0700, Brian Nelson [EMAIL PROTECTED] wrote: On Mon, Aug 30, 2004 at 10:12:43PM -0400, Darryl Clarke wrote: well, typically, # invoke-rc.d mysql start No, '/etc/init.d/mysql start' or 'service