Re: Verify User Privileges

2010-05-27 Thread Maurice
27;t > locate it on the site / documentation. > > #1 select host,user from mysql.user; #2 show grants for u...@host; -- Maurice

Re: Could drbd randomly flip bits? Was: Database page corruption on disk occurring during mysqldump on a fresh database and Was: Spontaneous development of supremely large file

2007-09-17 Thread Maurice Volaski
copied badly to the secondary server. Anyway, it seems the problem is definitely hardware and not due to either ext3, drbd or mysql! -- Maurice Volaski, [EMAIL PROTECTED] Computing Support, Rose F. Kennedy Center Albert Einstein College of Medicine of Yeshiva University -- MySQL General M

Re: Could drbd randomly flip bits? Was: Database page corruption on disk occurring during mysqldump on a fresh database and Was: Spontaneous development of supremely large file

2007-09-17 Thread Maurice Volaski
I hadn't heard of such a thing until I just looked it up. But in any case that adds yet another variable (and a fairly uncommon one) to the mix. It's this one: http://www.acnc.com/02_01_jetstor_sata_416s.html. I thought units like it are very popular. -- Maurice Volas

Re: Could drbd randomly flip bits? Was: Database page corruption on disk occurring during mysqldump on a fresh database and Was: Spontaneous development of supremely large files

2007-09-17 Thread Maurice Volaski
Hi Maurice, If you're running into corruption both in ext3 metadata and in MySQL data, it is certainly not he fault of MySQL as you're likely aware. I am hoping they are not related. The problems with MySQL surfaced almost immediately after upgrading to 5.0.x. [details deleted

Re: Could drbd randomly flip bits? Was: Database page corruption on disk occurring during mysqldump on a fresh database and Was: Spontaneous development of supremely large files on

2007-09-17 Thread Maurice Volaski
On Sep 17, 2007 13:31 -0400, Maurice Volaski wrote: In using drbd 8.0.5 recently, I have come across at least two instances where a bit on disk apparently flipped spontaneously in the ext3 metadata on volumes running on top of drbd. Also, I have been seeing regular corruption of a mysql

Could drbd randomly flip bits? Was: Database page corruption on disk occurring during mysqldump on a fresh database and Was: Spontaneous development of supremely large files on dif

2007-09-17 Thread Maurice Volaski
underlying that is a RAID 6-based SATA disk array. The answer to the bug report regarding mysql data corruption, who is blaming drbd! http://bugs.mysql.com/?id=31038 Updated by: Heikki Tuuri Reported by: Maurice Volaski Category:Server: InnoDB Severity:S2 (Serious) Status:

Re: The current version is 5.0.48, no?

2007-09-13 Thread Maurice Volaski
community's 5.0.45 came out a few months ago and enterprise's 5.0.48 came out just a few weeks ago, and from the look of the release notes, I want to believe that community version is indeed out of date. In the last episode (Sep 13), Maurice Volaski said: I just learned that the current

The current version is 5.0.48, no?

2007-09-13 Thread Maurice Volaski
release, 5.0.46. Is there some reason we shouldn't be 5.0.48? -- Maurice Volaski, [EMAIL PROTECTED] Computing Support, Rose F. Kennedy Center Albert Einstein College of Medicine of Yeshiva University -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubs

Re: Database page corruption on disk occurring during mysqldump on a fresh database

2007-09-13 Thread Maurice Volaski
recovery. InnoDB: Ending processing because of a corrupt database page. -- Maurice Volaski, [EMAIL PROTECTED] Computing Support, Rose F. Kennedy Center Albert Einstein College of Medicine of Yeshiva University -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Is bad hardware confusing MySQL and InnoDB?

2007-09-12 Thread Maurice Volaski
is corrupt. InnoDB: Cannot continue operation. Is it wrong to expect InnoDB to have avoided this or does it suggest that it couldn't have, i.e., a hardware defect? -- Maurice Volaski, [EMAIL PROTECTED] Computing Support, Rose F. Kennedy Center Albert Einstein College of Medicine of

Re: Database page corruption on disk occurring during mysqldump on a fresh database

2007-09-10 Thread Maurice Volaski
le out any hardware issue. -- Thanks Alex <http://alexlurthu.wordpress.com>http://alexlurthu.wordpress.com On 8/31/07, Maurice Volaski <<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]> wrote: A 64-bit Gentoo Linux box had just been upgraded from MySQL 4.1 to 5.0.44 fresh (by dum

Database page corruption on disk occurring during mysqldump on a fresh database

2007-08-31 Thread Maurice Volaski
K InnoDB: TABLE to scan your table for corruption. InnoDB: See also InnoDB: http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html InnoDB: about forcing recovery. InnoDB: Ending processing because of a corrupt database page. -- Maurice Volaski, [EMAIL PROTECTED] Computing Support, Rose F.

Full outer join

2006-03-19 Thread Maurice van Peursem
| t2.id | t1.val 1 | NULL | A 2 | 1 | B NULL | 2 | C As far as I can tell this is not possible in MySQL. Is there a way to construct a MySQL statement that produces this result? Maurice -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

MySQL database design documentation

2006-01-05 Thread Maurice van Peursem
anyone lead me in the right direction? Thanks, Maurice van Peursem The Netherlands -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

MySQL database design documentation

2005-11-27 Thread Maurice van Peursem
ve. Can any of you suggest to me some helpful learning material? Thanks, Maurice van Peursem The Netherlands -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Mysqldump and read lock

2004-12-09 Thread olivier . maurice
Hi all, Looking for a way to automate backup I was thinking of scheduling mysqldump on a daily base. It want to use the read lock, but I am not really sure about the consequences of this. Does putting a read lock on the files can cause loss of data? It is no problem pausing the flow of incoming

RE: Cannot GRANT REPLICATION SLAVE

2004-12-03 Thread olivier . maurice
I had the same stuff going on for 4.0.7g on windows. Olivier Hi, I have this weird things happens. kaspia:/var/lib/mysql# mysql --version mysql Ver 12.22 Distrib 4.0.21, for pc-linux-gnu (i386) mysql> show grants for \"root\"@\"localhost\"; +--

very long query time

2003-06-27 Thread Maurice Coyle
it if you could.   thanks, maurice   IncrediMail - Email has finally evolved - Click Here

Creating a mysql database usinc VC++

2002-04-09 Thread Guy-Maurice Lepoutre
Hello, I wondered if there is a way to create a mysql database using Visual C++ 6.0. I don't want the database to be registered, I want the program to create the database for me. Thanks a lot for your help. __ Do You Yahoo!? Yahoo! Tax Center - on

Creating MySQL database using DAO

2002-04-04 Thread Guy-Maurice Lepoutre
are created while we create a new database and what they contain? Thank you very much for your help. Guy-Maurice __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com

Re: [linux-lvm] System Suggestions

2002-03-06 Thread Maurice Aubrey
Some more specifics would be appreciated. What 3ware cards? 7410s? What type of drives? What motherboard? Were you doing RAID 1+0? Do you run your application-specific benchmarks, or general benchmarks? Have any actual numbers? Thanks, Maurice sql, query ---

Shared Library

2002-02-11 Thread Maurice Foschiatti
nstalled precompiled mysql. Perhaps, i have to download source code and compile it. Thanks in advance to any help. ----- Maurice Foschiatti Estel s.p.a Via del Teatro 4 34100 Trieste mailto: [EMAIL PROTECTED] cel. +39.329.9028085

Shared Library

2002-02-07 Thread Maurice Foschiatti
nstalled precompiled mysql. Perhaps, i have to download source code and compile it. Thanks in advance to any help. ----- Maurice Foschiatti Estel s.p.a Via del Teatro 4 34100 Trieste mailto: [EMAIL PROTECTED] cel. +39.329.9028085

Re: Linking problems

2002-01-25 Thread Guy-Maurice Lepoutre
clude after all other included header files (especially those of MFC) 4) If errors occur, see the "Problems" section Thanks a lot for your help --- Sinisa Milivojevic <[EMAIL PROTECTED]> wrote: > Guy-Maurice Lepoutre writes: > > Hello, > > > > I am usi

Re: Linking problems

2002-01-24 Thread Guy-Maurice Lepoutre
Hello, I am using Visual C++ 6.0 and I have some linking problems while trying to run the example program MFC_ex.cpp included in the downloading files in the mysql.com website. Here are the errors I get: Configuration: MFC_ex - Win32 Debug Linking... MFC_e

Re: Compiling problem: error in type_info1.hh

2002-01-19 Thread Guy-Maurice Lepoutre
7) : error C2872: 'ostream' : ambiguous symbol c:\sqlplus\include\manip1.hh(340) : error C2872: 'ostream' : ambiguous symbol c:\sqlplus\include\manip1.hh(345) : error C2872: 'ostream' : ambiguous symbol c:\sqlplus\include\vallist1.hh(56) : error C2872: '

Compiling problem: error in type_info1.hh

2002-01-18 Thread Guy-Maurice Lepoutre
Hello, I have troubles compiling this program: #include #include #include "c:/sqlplus/sqlplus.hh" int main() {return(0);} As you can see, the program itself isn't very complicated. When I run this program (using MS Visual C++), here are the errors I get. Can anybody help me please. I would r

Re: How to add mysql to my startup

2001-09-25 Thread Maurice Aubrey
so see 'man chkconfig' and 'man ntsysv' which can simplify the maintenance of those links. For example, you should be able to run this to add mysql to the default run levels: /usr/sbin/chkconfig --add mysql.server And run this to check it: /usr/sbin/chkconfig --list mysql.

Re: Problem with UPDATE statement

2001-08-09 Thread Maurice Aubrey
10708 where requstID = 2' at line 1 > >> I can't see any reason for the error. > > > >Your web based interface is mangling your query. Hi Julian. I'd recommend taking the suggestion and try the query through the command-line interface. If it works there

Re: Antwort: Re: howto insert an image as blob?

2001-07-30 Thread Maurice Aubrey
;c: > \temp\testpicture.gif"); > > picturename is defined as char(50) - picturedatea is defined as blob No, you're just inserting the string "c:\temp\testpicture.gif" into the blob column. MySQL won't go out to the disk and fetch the image for you. You'

Re: Record ID

2001-07-26 Thread Maurice Aubrey
ed > "AUTO_INCREMENT problem in table" Huh? You had a problem with an auto_increment column because you mistakenly inserted too large a value. As long as you're careful not to do that, it works fine. -- Maurice Aubrey <[EMAIL PROTECTED]> "Watch the costs and the profits wil

Re: Waste of data while using MySQL database

2001-07-25 Thread Maurice Aubrey
l it. pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled" Maurice On Wed, Jul 25, 2001 at 10:01:27AM -0700, Andis wrote: > Hi! > > I have LAN with some PC, which use MySQL database. Sometime power supplay failure >occurs. I have back-UPS too, but the

Re: How to create table in msql DB through cgi script

2001-07-21 Thread Maurice Aubrey
---- > > Returned message in Netscape > > Attempting to connect to the database... > Successful connection to database: DBI:mysql:URW > Command: CREATE TABLE test_0 (ID INTEGER(6), name VARCHAR(20), address1 > VARCHAR(40), address2

Re: transactions support in mysql

2001-07-18 Thread Maurice Aubrey
The various table types are discussed here: http://www.mysql.com/doc/T/a/Table_types.html Maurice On Wed, Jul 18, 2001 at 02:12:37PM +0530, Chandrashekhar wrote: > Thanks for your prompt reply. > I would like to know which version of mysql does supports transactions. and > is

Re: Table won't update

2001-06-11 Thread Maurice Aubrey
. Verify again that the update worked. Finally, one by one, add the variables back in. Maurice Aubrey On Mon, Jun 11, 2001 at 05:39:43PM -0700, Vladimir Kravtsov wrote: > The table sitesats won't update and shows no errors! (even though there > are two instances of echo(mysql_error(

Re: query to display per page

2001-06-11 Thread Maurice Aubrey
w, you'll know you have more to display. Maurice - 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 <

Re: INSERT.

2001-06-08 Thread Maurice Aubrey
value of ID_tb2. If you're using the perl DBI, I believe it's in $sth->{'mysql_insertid'} (see perldoc DBD::mysql). Finally, do your insert into TB1. -- Maurice Aubrey <[EMAIL PROTECTED]> ---