Re: Anybody can tell me the differences between show variables and show status?

2008-01-07 Thread Norbert Tretkowski
Am Dienstag, den 08.01.2008, 14:48 +0800 schrieb Moon's Father: > I always confused to them. It's explained in the documentation: http://dev.mysql.com/doc/refman/5.0/en/show-status.html http://dev.mysql.com/doc/refman/5.0/en/show-variables.html Norbert -- MySQL General Mailing List Fo

Re: I can't find any variables used "show variables"

2005-10-18 Thread Paul DuBois
At 13:49 +0800 10/19/05, ⧠àÆ wrote: yes. I look reference manual of mysql5.0.12. For example,there a variables named "bdb_..",but i can't find these variables used "show variables". Your server probably doesn't have BDB support compiled in. From:

Re: I can't find any variables used "show variables"

2005-10-18 Thread 王 旭
yes. I look reference manual of mysql5.0.12. For example,there a variables named "bdb_..",but i can't find these variables used "show variables". From: Paul DuBois <[EMAIL PROTECTED]> To: 猝 嗥 <[EMAIL PROTECTED]>,mysql@lists.mysql.com Subject: Re:

Re: I can't find any variables used "show variables"

2005-10-18 Thread Peter Brawley
>My kernel version is 5.0.12. >When i learn the manual,i didn't find any variables in the manul >when i used "show variables".Weither there is a lack of manual >updating? Some system variables can be read by running mysqld --help or mysqladmin variables from

Re: I can't find any variables used "show variables"

2005-10-18 Thread Paul DuBois
At 10:11 +0800 10/19/05, ⧠àÆ wrote: My kernel version is 5.0.12. When i learn the manual,i didn't find any variables in the manul when i used "show variables".Weither there is a lack of manual updating? Did you look here? http://dev.mysql.com/doc/refman/5.0/e

I can't find any variables used "show variables"

2005-10-18 Thread 王 旭
My kernel version is 5.0.12. When i learn the manual,i didn't find any variables in the manul when i used "show variables".Weither there is a lack of manual updating? thanks _ 免费下载 MSN Explorer: http://explor

Re: SHOW VARIABLES LIKE '%dir%'; (basedir and datadir)

2003-08-22 Thread Sergei Golubchik
or directory > names ? > > Sample (datadir and basedir) : > > mysql> SHOW VARIABLES LIKE '%dir%'; > ++

SHOW VARIABLES LIKE '%dir%'; (basedir and datadir)

2003-08-21 Thread Nils Valentin
Hello MySQL Fans, This time I am using 4.0.13-max (tar format from www.mysql.com) on Redhat 9. I have an understanding question why would the command SHOW VRAIABLES give me once the real output and once the symlink ouput for directory names ? Sample (datadir and basedir) : mysql> S

Re: show variables

2003-08-01 Thread Victoria Reznichenko
"Primaria Falticeni" <[EMAIL PROTECTED]> wrote: > > 1. Is it a way to grow the speed of the replication out of the > master-connect-retry variable? What do you mean "speed of replication"? > > 2. I backup the databases. Assuming that the last relay log file is > sql-relay-bin.005 and the last

Re: show variables

2003-07-31 Thread Primaria Falticeni
03 1:16 PM Subject: Re: show variables > "Primaria Falticeni" <[EMAIL PROTECTED]> wrote: > > > > How can I see the value of master-connect-retry? show variables doesn't work > > on it. > > Use SHOW SLAVE STATUS command: > http://www.mysql.com/doc/e

Re: show variables

2003-07-31 Thread Victoria Reznichenko
"Primaria Falticeni" <[EMAIL PROTECTED]> wrote: > > How can I see the value of master-connect-retry? show variables doesn't work > on it. Use SHOW SLAVE STATUS command: http://www.mysql.com/doc/en/SHOW_SLAVE_STATUS.html -- For technical support contracts

show variables

2003-07-30 Thread Primaria Falticeni
Hello List, How can I see the value of master-connect-retry? show variables doesn't work on it. Thanks Anticipated, Iulian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: set/show variables

2003-07-21 Thread Victoria Reznichenko
Bogdan TARU <[EMAIL PROTECTED]> wrote: > >Hi Martin, > > Hm. Don't really get it. Basically both mysqladmin and 'show variables' > should read these variables from the mysql server, right? Why then would > they give separate results? mysql comma

Re: set/show variables

2003-07-21 Thread Bogdan TARU
Hi Martin, Hm. Don't really get it. Basically both mysqladmin and 'show variables' should read these variables from the mysql server, right? Why then would they give separate results? Thanks, bogdan On Mon, 21 Jul 2003, Martin Gainty wrote: > mysqladmin has

Re: set/show variables

2003-07-21 Thread Martin Gainty
mysqladmin has the capability to specify the my.ini file to read on startup under " my.ini Setup " hth, Martin - Original Message - From: "Bogdan TARU" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 6:37 AM Subject: set/show variable

set/show variables

2003-07-21 Thread Bogdan TARU
;). Then I restarted mysql, and a 'show variables' would show me: wait_timeout| 28800 And a 'mysqladmin variables' would report: wait_timeout| 60 What am I doing wrong here? Thank you, bogdan -- MySQL General Mailin

'show variables' causing SIGBUS from mysqld

2003-02-04 Thread eaforbu
>Description: Any issue of the 'show variables' command via the mysql client is causing the mysql server to get a signal 10 on HP-UX 11. The text in the .err log is as follows: mysqld got signal 10; This could be because you hit a bug. It is also possible that this binary

error executing 'show variables' and 'show table status from [table]'

2002-10-15 Thread Jeff Mathis
hello, I'm running version 4.0.3-beta-max-log on SunOS 5.8 (Generic_108528-15 sun4u sparc SUNW,Sun-Fire-280R) output from mysqlshow -V: mysqlshow Ver 9.4 Distrib 4.0.3-beta, for sun-solaris2.8 (sparc) I'm finding that executing either 'show variables' from a mysql se

Error with "SHOW VARIABLES"

2002-09-23 Thread wrigley
>Description: When I issue a "SHOW VARIABLES" request using the standard command line client, I get a "ERROR 2013: Lost connection to MySQL server during query". The server error log reports: "mysqld got signal 10; This could be because you hi

Re: SHOW VARIABLES bug in 4.0.3 on solaris 2.7?

2002-09-09 Thread Heikki Tuuri
Hi! - Original Message - From: ""Anthony R. J. Ball"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Monday, September 09, 2002 7:52 PM Subject: Re: SHOW VARIABLES bug in 4.0.3 on solaris 2.7? > > > Just out of interest, do you see the

Re: SHOW VARIABLES bug in 4.0.3 on solaris 2.7?

2002-09-09 Thread Anthony R. J. Ball
> Just out of interest, do you see the equivalent of a core file when this > happens? Or anything in the mysql logs? Don't see any cores... here is the error log entry mysqld got signal 10; This could be because you hit a bug. It is also possible that this binary or one of the libraries it wa

Re: SHOW VARIABLES bug in 4.0.3 on solaris 2.7?

2002-09-09 Thread David Lloyd
Mysql Query --- Just out of interest, do you see the equivalent of a core file when this happens? Or anything in the mysql logs? DSL - Before posting, please check: http://www.mysql.com/manual.php (the manual)

SHOW VARIABLES bug in 4.0.3 on solaris 2.7?

2002-09-09 Thread Anthony R. J. Ball
I just installed the 4.0.3 binary of mysql on our solaris 2.7 development box, and whenever I do a show variables, mysql crashes... I can view some variables, and going through the list is seems that querying 'log_slave_updates' is the one that is killing mysql... mysql> show v

RE: Capture "SHOW VARIABLES" to fie

2001-08-01 Thread Basil Hussain
Hi, > Is there a way to redirect the output of a MySQL statement like SHOW > VARIABLES to a file? This is extremely easy. On the command line, simply do the following: $ mysql -u youruser -p --execute="show variables" > yourfile.txt For info on various command line a

Capture "SHOW VARIABLES" to fie

2001-07-31 Thread Frank J. Schmuck
Is there a way to redirect the output of a MySQL statement like SHOW VARIABLES to a file? Thanks Frank - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

RE: Full tables...w/ show variables

2001-03-14 Thread Dave Camarillo
Regards Quentin -Original Message- From: Dave Camarillo [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 March 2001 8:43 a.m. To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: Full tables...w/ show

RE: Full tables...w/ show variables

2001-03-14 Thread Quentin Bennett
iginal Message- From: Dave Camarillo [mailto:[EMAIL PROTECTED]] Sent: Thursday, 15 March 2001 8:43 a.m. To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: Full tables...w/ show variables Wow...thanks

RE: Full tables...w/ show variables

2001-03-14 Thread Dave Camarillo
Wow...thanks for the quick response... The mysql variables are: +-+---+ | Variable_name | Value | +-+---+ | ansi_mode | O

Re: Innobase & SHOW VARIABLES (Re: getting frequent signal 11 after upgrade from 3.23.28 to 3.23.34)

2001-03-13 Thread Jeremy D. Zawodny
On Wed, Mar 14, 2001 at 03:51:18PM +0900, Tatsuhiko Miyagawa wrote: > Oops, really :-) Yes, he posted it in the message with Message-ID: <[EMAIL PROTECTED]> Jeremy > On Tue, 13 Mar 2001 22:48:58 -0800 > "Jeremy D. Zawodny" <[EMAIL PROTECTED]> wrote: > > > > I can produce a core/backtrace if

Re: Innobase & SHOW VARIABLES (Re: getting frequent signal 11 after upgrade from 3.23.28 to 3.23.34)

2001-03-13 Thread Tatsuhiko Miyagawa
Oops, really :-) On Tue, 13 Mar 2001 22:48:58 -0800 "Jeremy D. Zawodny" <[EMAIL PROTECTED]> wrote: > > I can produce a core/backtrace if necessary, but it sounds like this > > easy to reproduce. > > Damn. Monty has already patched it. :-) -- Tatsuhiko Miyagawa Livin' On The EDGE, Co.

Re: Innobase & SHOW VARIABLES (Re: getting frequent signal 11 after upgrade from 3.23.28 to 3.23.34)

2001-03-13 Thread Jeremy D. Zawodny
;mysqladmin variables" command > > always leads to mysql crashing & restarting. > > Similar here. Innobase appears to work well, but when I issue a "SHOW > VARIABLES" on the server, it will crash. > > I can produce a core/backtrace if necessary, but it sounds

Innobase & SHOW VARIABLES (Re: getting frequent signal 11 after upgrade from 3.23.28 to 3.23.34)

2001-03-13 Thread Jeremy D. Zawodny
mysqld has gone away". The > > /var/lib/mysql/host.err log says this repeatedly: > > same here. > > Compiling with Innobase, and doing "mysqladmin variables" command > always leads to mysql crashing & restarting. Similar here. Innobase appears to wor

PATCH: Bug in SHOW VARIABLES when using --with-innobase

2001-03-13 Thread Michael Widenius
Hi! >>>>> "Andrew" == Andrew Sitnikov <[EMAIL PROTECTED]> writes: Andrew> Hello Michael, Andrew> Crash with 'show variables;' Andrew> configure: Andrew> CC=gcc \ Andrew> CFLAGS="-O6 -fomit-frame-pointer" \ Andrew>