  | | | MySQL General | TO <tofu_optimist@(protected) > wrote
> Does INNODB support nested transactions? If so what version?
No InnoDB doesn 't support nested transactions.
--
For technical support contracts goHi!
On Mar 21 Shane Allen wrote
> I 've read through the boolean mode fulltext docs and they address all
> my questions well except how searches containing exact phrases are
> handled when tIn article <01e901c40fe0$e581da80$c90010ac@(protected) >
"Terence " <terence@(protected) > writes
> Hi
> Is there a short way to return the results from a query grouped by months
> and retur "Michael B Allen " <mba2000@(protected) > wrote
> For some reason mysql is logging every sql statement. I don 't recall
> turning on such a thing. Can someone tell me how to turn that down/off. It
> sI am attempting to interface between a simple C program and MySQL but without luck.
I searched the MySQLforum archives to see if there was info specific to this problem. While there
were other fUdbhav Shah <udbhav4me@(protected) > wrote
>
> Using Mysql 4.1.1-alpha release on RH9
> I have used RPM provided on Mysql site to upgrade from
> 3.23 to 4.1.1
>
> I have a very strange behaviorIs it possible to use a primary key to avoid duplicates? The reaction to
duplicate rows will depend on what type of statement you are issuing.
An update/delete would update/delete all rows that areIf I 've understood you what I want then MySQL time functions can help.
It is always possible to substract time with MySQL. So if you substract
the value of your column "TIMESTAMP " from current timeHi! This is the ezmlm program. I 'm managing the
mysql@(protected) mailing list.
I 'm working for my owner who can be reached
at mysql-owner@(protected)
Messages to you from the mysqHi
I 'm looking for a tool (program library) which given a file
describing the structure of the tables in a database could update
the structure of those tables i.e. create new table add fields Hi
I 've succesfully connected to MySQL from a VB .NET application using a
MySQLDriverCS I 'm now looking for the same thing but on a Visual Basic
6 environment.
For a number of reasons ( the fiAt 01 30 AM 3/20/2004 you wrote
> > insert into table (username password) values ( 'username ' 'password ')
> >
> > Skip out the "username " and "password " part. What you are ending up
> > doinHi
I 've been having problems with segfaults under mod_auth_mysql in Apache
1.3 which I think i 've narrowed down to the MYSQL connection structure
getting corrupted on my particular mysql instalHello and I hope to god someone in here can answer my question as I am at
my wits end.
System Mysql 4xx php 4.3x DWMX 2004 phpMyadmin 2.5 WinXP Pro IIS
Will be uploading to a unix servI had posted the following code in the plusplus mailing list but it was
suggested I post this question in this list instead.
I 've been writing a test program using the MySQL C API to test the
rThis reply has two purposes.
Firstly a small suggestion (modest compared to the others which will
follow no doubt!) - check out mysql_escape_string() - this may be useful to
you.
Secondly amiasmo@(protected) wrote
> Is there a mysql command that will increment the value of a field in an
> existing row? I would think this would be pretty basic but I can 't seem
> to find anythingJames Packham wrote
> Hi all.
>
> I 've just upgraded the kernel on my server from v. 2.4.21 to 2.4.25 (The
> original had some problems) but now I can 't access my database ( If I
> revert bacAt 05 32 PM 6/22/2005 you wrote
>Hi
>
>I use MySQL for years with very much respect of it 's stability and
>performance.
>But in these years one of my servers has grown to several hundreds of Jochen Kaechelin wrote
> > >/usr/bin/mysqldump Got error 2003 Can 't connect to MySQL
> > >server on '212.87.142.236 ' (111) when trying to connect
> > >
> > >
> > >Permissions are ok and I can modify th
Hi List
Once I have dumped my database using mysqldump how can I upload the data
again using the mysql command line (MySQL in ansi mode)?
Thanks.
--
Andre Matos
amatos@(protected) >You could use a temporary table for that
>CREATE TEMPORARY TABLE tmp (
> deptID INT NOT NULL
> appSeq INT NOT NULL
>) AS
>SELECT deptID max(appSeq) AS appSeq
>FROM approvers
>GROUP BY dAndrew Pasetti wrote
> I 'm a bit new to mysql replication. Can someone please
> explain how to implement the --replicate-do-table
> start up option?
>
> Replication is up and running but I wouAndre MATOS <amatos@(protected) > wrote
> Hi List
>
> Once I have dumped my database using mysqldump how can I upload the data
> again using the mysql command line (MySQL in ansi mode)?
All
I 'm new to mysql.
I 'm interested in writing a cron job to backup mysql that will
- Backup all the global information first (users and groups typically)
- Backup each database independ-----BEGIN PGP SIGNED MESSAGE-----
Hash SHA1
Eric B. wrote
> Hi
>
> I 'm running into a strange problem with my JVM and MySQL. I 'm using
> Macromedia JRun 4 as my JVM and everytime I restOn Monday 22 March 2004 18 26 Shane Nelson wrote
> Thanks the help file cleared up the rest.
>
> In my case the table tt wasn 't a merge table it was just a table I
> created normally. Even soHi Terence
key_buffer_size is the amount of memory that is used to cache your index
tables. If you are using 100% of it most of the time you may benefit from
an increase in it if you can affor >
> Is there a program/project/software suite out there that traps/wraps MS SQL
> commands (or database calls/commands/etc) and wraps that into MySQL
> commands? I 'd like to "trick " a program that
Let me ask a few more questions before making any attempt to say anything
else. Once I understand your requirements better I may not be able to say
anything useful but hopefully others on this li |
|
 |