Re: generic remote command/script for monitoring MySQL instance health

2009-03-11 Thread Sven
On 3/11/09, Thomas Spahni wrote: > > I am searching for a generic command to monitor that MySQL instance is > > up and running. I don't have any know-how about the schema of the DB. > What about 'mysqladmin ping' ? Hi Thomas thank you. That was the command

generic remote command/script for monitoring MySQL instance health

2009-03-09 Thread Sven
Hi folks I am searching for a generic command to monitor that MySQL instance is up and running. I don't have any know-how about the schema of the DB. kind regards Sven Aluoor -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysq

FULLTEXT + InnoDB = grounded?

2007-06-28 Thread Sven Schwyn
For now I can workaround with MyISAM, but if the feature is no longer on the list, then it would be better to choose another more cumbersome approach or switch the db entirely. Many thanks for a short update. Cheers, -sven -- MySQL General Mailing List For list archives: http://lists

Re: UTF-8 collation problem with greek extended characters

2007-02-05 Thread Sven Fuchs
ng at your answer and asking Google I've already seen that MySQL knows DISTINCT BINARY also. Thanks a million, Chris! -- sven fuchs fon: +49 (58 45) 98 89 58 artweb design fax: +49 (58 45) 98 89 57 breite straße 65www: http://www.artw

UTF-8 collation problem with greek extended characters

2007-02-05 Thread Sven Fuchs
ble's and varchar field's collation is set "utf8_unicode_ci". Is there anything I can do to have MySQL distinguish these characters? (mysql --version is Ver 14.7 Distrib 4.1.22, for apple-darwin8.8.1 (i686) using EditLine wrapper) Thanks in advance! -- sven fuchs

Foreign keys - No action - Errors

2005-05-23 Thread Sven Åke Johansson
rticles on MySQL , a lot of books and the manual but I cant get any answer. Thanks for any answer wich will solve my problem. Sven Åke Johansson [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

Re: ON DUPLICATE KEY UPDATE and AUTO_INCREMENT columns

2005-05-19 Thread Sven Paulus
: > select max(id) from bla1; That's not what I want. I need the ID of the row just inserted (for referencing it from another table). If I select the max(id), then one the hand someone might have added another row in the meantime and on the other hand is still don't get the ID

ON DUPLICATE KEY UPDATE and AUTO_INCREMENT columns

2005-05-19 Thread Sven Paulus
PDATE @myid:=id doesn't work, since I can't assign user variables in this part. So, is there a way to INSERT an entry if neccessary and always get the id of the entry? Sven -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

help!!!!!!!!!!

2004-09-22 Thread Sven
Warning: mysql_query() [http://www.mysql.com/doc]: Your query requires a full tablescan (table bb1_designelements, 78 rows affected). Use EXPLAIN to optimize your query. I get this error on every products i tested

Trouble with prepared select statements with parameters in where clause

2004-08-27 Thread Sven Riedel
ot; column2 (string) : "); if (is_null[1]) fprintf(stdout, " NULL\n"); else fprintf(stdout, " %s(%ld)\n", login, length[1]); /* column 3 */ fprintf(stdout, " column3 (string) : "); if (is_null[2]) fprintf(stdout, " NULL\n");

RE: Foreign Key Reference to a VARCHAR

2004-02-10 Thread Sven Woltmann
0 - U-001F: 0xxx 10xx 10xx 10xx U-0020 - U-03FF: 10xx 10xx 10xx 10xx 10xx U-0400 - U-7FFF: 110x 10xx 10xx 10xx 10xx 10xx (http://www.cl.cam.ac.uk/~mgk25/unicode.html) Anyway... 65,536 is enough for me :)

RE: Foreign Key Reference to a VARCHAR

2004-02-10 Thread Sven Woltmann
ers. But about those four-byte sequences: Will that be implemented _after_ MySQL gets longer VARCHAR columns? If not, a new version with four-byte sequences would not be able to handle my tables anymore, right? - Maybe you should change the error message in SHOW INNODB STATUS ;) Than

Foreign Key Reference to a VARCHAR

2004-02-09 Thread Sven Woltmann
n: - 4.1.1-alpha-standard-log - Official MySQL-standard binary - i686 - pc-linux (debian 3.0 woody) Sven Schlund + Partner AG Brauerstraße 48 76135 Karlsruhe Dipl.-Inf. Sven Woltmann [EMAIL PROTECTED] http://www.schlund.de -- MySQL Genera

Problems with MySQL 4.0.16

2003-12-17 Thread Sven Dzepina
Hello, I am using MySQL 4.0.16 on Debian GNU/Linux at the moment. In this database there are over 4,5 Mio. entries! The Database crashs with follow errors: 031217 19:21:06 mysqld started /opt/lampp/sbin/mysqld: ready for connections. Version: '4.0.16-log' socket: '/opt/lampp/var/mysql/mysql.so

Re: MySQL or MaxDB or PostgreSQL or Interbase/Firebird or ?

2003-12-15 Thread Sven Köhler
I was very disappointed by Interbase/Firebird. It seemed to me like a MS-Access: a database-engine that works on regular files What gave you that idea? Firebird (and InterBase of course) use a at least 1 file per database, but that's all. Can you define "regular files"? My idea of Firebird is the f

Re: MySQL or MaxDB or PostgreSQL or Interbase/Firebird or ?

2003-12-15 Thread Sven Köhler
I set the isolation level to READ_REPEATABLE and use mysqldump | bzip2 to get the result. I've tested the restore and it's fine! So how does mysqldump handle binary data? If it does embed the data into the SQL-statement somehow, that's crap, since SQL-Statements are limited in length. -- MySQL

Re: MySQL or MaxDB or PostgreSQL or Interbase/Firebird or ?

2003-12-15 Thread Sven Köhler
So far, it seems that MySQL, MaxDB, PostgreSQL, and Interbase/Firebird are possible candidates. Does anyone know why we should or should not use any of these? Does anyone know of other possibilities? I was very disappointed by Interbase/Firebird. It seemed to me like a MS-Access: a database-eng

Switch rows and columns

2002-12-17 Thread Sven Bentlage
displays only one row. So I`d like to display the query result as a vertical table If anybody knows a better way to do it, I`d really appreciate it Thanks for your help in advance. Best regards, Sven - Before posting, please

Query - Question

2002-10-05 Thread Sven Schäfermeier
(".") : Two Points would give back "2.2." and "1.1." Three Points would give back "2.2.1." and "1.1.3." etc. I tried to use a REGEXP, but didnt succeed. Can you help? Gruß aus Essen Sven Schäfermeier __

update multiple data sets

2002-10-04 Thread Sven Bentlage
load a text file containing the names into my my query? 2. How do I have to build the update statement itself? Can I use some kind of variable? Thanks for your help in advance SVen - Before posting, please check: http

NEWBIE:select query and "/"

2002-09-26 Thread Sven Bentlage
on where to look up that problem would be very welcome. "select name, surname, pemail, course from memberscopy where nation = '$f_nation' order by course " Thanks for your help in advance, Sven ---

update query

2002-05-23 Thread Sven Bentlage
bile='$pmobile', pemail='$pemail', marital='$marital', spouse='$spouse', children_number='$children_number', children_names='$children_names',

update query fails

2002-05-22 Thread Sven Bentlage
27;, marital='$marital', spouse='$spouse', children_number='$children_number', children_names='$children_names', hobbies='$hobbies', membershi

Re: INSERT INTO not working

2002-05-15 Thread Sven Bentlage
1. delete any whitespaces between the column name and the "=" and the values. 2. try using columnname="value" That works for me. On Thursday, May 16, 2002, at 09:59 AM, Daniel Lim wrote: > > Hi there, > I have MySql version: 3.23.36 running on RedHat 7.1, it has been > w

Re: UTF-8 national characters

2002-05-15 Thread Sven Bentlage
a list (or even better a download location) of all available UTF-8 national character sets and a small description on how to get them working as fast as possible? Thanks for your understanding and help, Sven On Thursday, May 16, 2002, at 08:40 AM, Roger Baklund wrote: > * John D. Stein

Re: mixed up variables || solution found

2002-05-14 Thread Sven Bentlage
Hi guys, just found a way that works, though it's not very elegant. (see below) and I do not know why it didn't work... Although it's working now, I'd still appreciate your comments. Regards, Sven code: while ( my ( $u_id, $u_surname, $u_name, $u_rank, $

mixed up variables

2002-05-14 Thread Sven Bentlage
help. sven code: my $sth = $dbh->prepare( "select * from memberscopy where name = '$f_name' and surname = '$f_surname' " ); $sth->execute; #combine perl variables with dat

Fwd: update mixes fields up??

2002-05-09 Thread Sven Bentlage
not correctly updated. > > Help and hints will be greatly appreciated... > > Regards, > > Sven > > > > > sub do_data { > > > my $curl = param('curl'); > my $name = param('firstname'); > my $surname = param('s

newbie question:count() and display details

2002-05-06 Thread Sven Bentlage
| 1 | Erik| Austrian | | 1 | Maria | Austrian | Is there any way that I can get a line count of the result set and the details with onl one query? Thanks for your help! Sven - Be

Re: MySQL on Mac OS X

2002-05-06 Thread Sven Bentlage
on my box the following helped: (su to root) chown -R mysql /usr/local/mysql/var (check if this is the path to your mysql var ) (exit root) that should do it. also check in the user and host table if a connection from localhost is allowed for the specific user.. Cheers, Sven On Monday, May

Replication

2002-05-05 Thread Sven Bentlage
Hi ! Just read about the possibility of replicating two databses. Can you tell me how to do it or send me a (link to a) manual? Thanks, Sven On Monday, May 6, 2002, at 03:11 PM, Dicky Wahyu Purnomo wrote: > On Mon, 6 May 2002 07:44:04 +0200 > "Ewan Sadie" <[EMAIL PROTECTED]&

Re: Cross server select into

2002-05-05 Thread Sven Bentlage
;s just an idea from a newbie, so do not put too much trust in it :) Sven On Monday, May 6, 2002, at 02:44 PM, Ewan Sadie wrote: > I have installed MySQL on two of my MS-Proxy servers. I am logging all > web browser logs to MySQL. > I want to replicate the database to a central server where

Transfer data/ Insert +select

2002-05-04 Thread Sven Bentlage
elect me.hobbies, me.experi [..] from memberscopy me, priv_details pd where pd.id=me.id; What can i do? For help I would be really grateful!! Regards, Sven - Before posting, please check: http://www.mysql.com/manual.php (the m

Re: Poor Manual

2002-04-21 Thread Sven Huster
On Sun, Apr 21, 2002 at 02:44:32PM +0200, Roger Baklund wrote: > * Sven Huster > > > > This manual is f@#$% up, since it seems like there is no manual for > > stable versions online or at least some annotations that say in which > > version a feature was introduced (it

Poor Manual [Was: Why using filesort here?]

2002-04-21 Thread Sven Huster
e there is no manual for stable versions online or at least some annotations that say in which version a feature was introduced (it's not nice to lookup every change in the ChangeLog). I suspected that the online version reflects the most

Service Control Manager

2002-04-14 Thread Sven David Hildebrandt
None Event ID: 7031 Date: 4/14/2002 Time: 4:24:25 PM User: N/A Computer: SECRET Description: The MySql service terminated unexpectedly. It has done this 1 time(s). The following corrective action will be taken in 0 milliseconds: No action. Do you know what I can do to avoid this? Thank

Why using filesort here?

2002-04-12 Thread Sven Huster
esort used here? According to the MySQL doc (5.2.7, example 5) this should work using the index without any additional sorting. btw: MySQL-3.23.49-max-log running on FreeBSD 4.4-RELEASE Thanks Regards Sven Huster - B

mysql daemon under macos X unstoppable?

2002-01-16 Thread Hoffmann, Sven (thingk)
rid of the daemon. anything i can do to solve this?? thanks a LOT for all help. Mit freundlichen Gruessen / Best regards Sven Hoffmann ___ thingk IT-Dienstleistungsgesellschaft mbH CAE-Support fuer EDS Informationstechnologie und Service GmbH Tel.: +49 337

New world

2001-12-19 Thread Sven Hammann
Hello, I'm new in the world of MySQL and have a question: What Software can I use to programm MySQL clients for HTML(XML) or Java ? Is there a Software which is easy to use ? Thanks a lot for answering, Sven Hammann. - B

gcc: can´t find executable

2001-11-28 Thread Sven Gauger
gcc can´t find executable. does anyone know some help for a beginner? thanx in advance sven MEGA Malereinkaufsgenossenschaft e.G. Sven Gauger, EDV-Abteilung Fangdieckstraße 45 22547 Hamburg office: 040 / 54004

Size of blobs?!

2001-11-21 Thread Sven Anders
Hello! How do I get the size of a blob? I want to do something like this: SELECT * FROM blob_table WHERE size(blob_column) > 1024; Best regards Sven -- --- >>> ANDURAS AG - solutions

NaN values displayed as 1.Q#NaN on Win32

2001-10-25 Thread Sven Bartha
values are displayed as 1.Q#NaN. All normal double values work fine. (This has been observed with Window 98/NT and 2000). When I transfer the data back to Linux or Solaris they are still O.K. Does anybody know how to solve or workaround this problem ?

Error 22 from isamchk and myisamchk

2001-09-03 Thread Sven M. Sorensen
pair. If I move the db files to another computer (RedHat 6.2 with mySQL 3.23.32) isamchk doesn't complain but finds and repairs some errors. What is error 22 ("Invalid argument"?!) and how do I get around it? Sven M. Sorensen Unive

Error 22 from isamchk and myisamchk

2001-09-03 Thread Sven M. Sorensen
e db files to another computer (RedHat 6.2) isamchk doesn't complain but finds and repairs some errors. What is error 22 ("Invalid argument"?!) and how do I get around it? Sven M. Sorensen University of Southern Denmark ---

RE: Enabling Logging of Slow Queries

2001-08-30 Thread Sven Huster
i think the server does not run with privileges to write to /root regards Sven Huster Senior IT Systems Engineer Sven Huster Senior IT Systems Engineer > -Original Message- > From: Ryan Shrout [mailto:[EMAIL PROTECTED]] > Sent: 30 August, 2001 20:51 > To: [EMA

RE: mysql died with innodb

2001-06-15 Thread Sven Huster
it also was my first idea to check /var/log/messages immediately, but nothing in there. we now run our servers as diskless machines over nfs on the netapp filer for +6 month and no errors at all, on any of the machines. regards Sven Huster Senior IT Systems Engineer > -Original Mess

Re: auto_increment "update"

2001-06-15 Thread Sven Huster
On Thu, Jun 14, 2001 at 07:30:01PM -0500, Paul DuBois wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > At 1:36 AM +0200 6/15/01, Sven Huster wrote: > >Hi there > > > >can i somehow easily recreate the auto_increment col if is was no

mysql died with innodb

2001-06-15 Thread Sven Huster
= 1604185 K bytes of memory Hope that's ok, if not, decrease some variables in the equation 010615 08:09:27 mysqld ended System: FreeBSD 4.3-RELEASE MySQL: MySQL-Max-3.23.39 over nfs thanks regards Sven - Before posting, p

auto_increment "update"

2001-06-14 Thread Sven Huster
row. thanks regards Sven Huster - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]>

RE: load-balancing with NFS

2001-06-13 Thread Sven Huster
etapp filer) regards Sven Huster Senior IT Systems Engineer > -Original Message- > From: Wouter de Jong [mailto:[EMAIL PROTECTED]] > Sent: 13 June, 2001 10:21 > To: [EMAIL PROTECTED] > Subject: load-balancing with NFS > > > *This message was transferred with a tria

QS works if applied through phpMyAdmin but not from a PHP-Script

2001-05-06 Thread Sven Burmeister
ce in... Any suggestions? Regards, Sven - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]>

delete in mysql

2001-04-24 Thread Sven Heising
Hi list got a problem againcan't delete : $db=mysql_pconnect($host,$dbuser,$pass) or die($dbfehler); echo "$userto"; mysql_query("use $dbase;"); mysql_query("DELETE FROM $dtable where loginid = '$userto' "); wha

wildcard in tablesearch

2001-04-23 Thread Sven Heising
s no problemselecting works! But how to search in all rows? What is the wildcard command? thanks in advance sven - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: Root password forgotten in MySQL

2001-04-12 Thread Sven Huster
>Please help me. >Thanks in advance. > >Sandeep I think you can restart the server with --skip-grant-tables and change the password then. regards Sven Huster Senior IT Systems Administrator *BSD, Linux, Solaris - B

Re: Creating database

2001-03-30 Thread Sven Huster
+31 (0)35 6219819 >www.nibble.nl have you tried mysql -u root? Normally only user root has all privileges Create others with GRANT, check manual Check http://www.mysql.com/doc/A/c/Access_denied.html http://www.mysql.com/doc/G/R/GRANT.html Hope it helps regards Sven Huster Senior Unix System

Re: mysql over nfs on netapp filer

2001-03-29 Thread Sven Huster
Am 00:20 30.03.2001 schrieb Joshua Chamas: >*This message was transferred with a trial version of CommuniGate(tm) Pro* >Sven Huster wrote: > > > > Hi there, > > > > i anybody out there running mysql on a netapp filer as data storage? > > > >Yes, I

mysql over nfs on netapp filer

2001-03-29 Thread Sven Huster
Hi there, i anybody out there running mysql on a netapp filer as data storage? regards Sven Huster Senior Unix System Administrator *BSD, Linux, Solaris - Before posting, please check: http://www.mysql.com/manual.php

Re: HASH tables...

2001-03-19 Thread Sven Huster
scribing? Try: http://lists.mysql.com/php/unsubscribe.php maybe OT: but i am using it for session storage for www application since 2 month, not temp tables. no problem so far. works quite stable and really fast. Sven Huster Senior Unix System Administrator *BSD, Linux, Solaris

Re: MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
Am 17:21 16.03.2001 schrieb Jeremy D. Zawodny: >*This message was transferred with a trial version of CommuniGate(tm) Pro* >On Fri, Mar 16, 2001 at 11:32:42AM +0100, Sven Huster wrote: > > Am 11:22 16.03.2001 schrieben Sie: > > >*This message was transferred with a trial vers

Re: MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
Am 17:21 16.03.2001 schrieb Jeremy D. Zawodny: >*This message was transferred with a trial version of CommuniGate(tm) Pro* >On Fri, Mar 16, 2001 at 11:32:42AM +0100, Sven Huster wrote: > > Am 11:22 16.03.2001 schrieben Sie: > > >*This message was transferred with a trial vers

Re: MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
eas about this? > >MySQL server: FreeBSD 4-Stable > >regards > >Sven Huster >Senior Unix System Administrator >*BSD, Linux, Solaris > > >- >Before posting, please check: > http://www.mysql.co

MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
cause everything else stays the same, but not more traffic on the db + if i switch the db of the cpu goes down to 1-5%. any ideas about this? MySQL server: FreeBSD 4-Stable regards Sven Huster Senior Unix System Administrator *BSD, Linux, Solaris

how do I contribute a binary distribution?

2001-02-08 Thread Eric Sven Ristad
How do I post a new binary distribution for inclusion in the page http://www.mysql.com/downloads/mysql-3.23.html ? I would like to contribute a standard binary distribution for DEC OSF 4.0D (Alpha) [mysql-3.23.32-dec-osf4.0d-alphaev56]. Compiling mysql on this platform is a major pain, requi