  | | | MySQL General | Trevor Price wrote
> Mysqlians
>
> Does a low_priority behave like a DELAYED for insert and return to
> the caller before the update has actually been executed? If not are
> their pl "Stefan Schuster " <stscit04@(protected) > wrote
> Hi
>
> I have a question about auto_increment
>
> I have 2 tables on of them holds my "online transactions " the other
> one the "offlLutz Maibach wrote
> Hi
>
> we got a "little problem " with a master-slave replication (both running
> MySQL 4.0.18) eating up our complete bandwidth. The slave is connected
> via a 2MBit-SDSL-Hi
before you start to make inserts/updates to the database you can put
$db- >query( "begin ") - > this is to begin a transaction in the end of the script
you put commit ($db- >query( "commit ") if codefit wrote
> Hi
>
> I was wondering if anyone could point me to info on setting up https access
> to the admin page on phpmyadmin?
Use mod_ssl
--
Sasha Pachev
Create online surveyHi!
anyway why dont you use the graphic install utility redhat uses to
install mysql?? it will resolve the dependencies for you )
PS i think it 's called redhat-config-packages
Best RegardAmir
I don 't know your table content but if you join two tables eg table1(id
desc) and table2(id refid desc) wich containts
table1
1 test1
2 test2
table2
1 1 testbla
2 1 testbla
"??? " <zhouhaojie@(protected) > wrote
> I have a problem in using mysql in my server Redhat 8.
> when i use the database i get the err message
>
> mysql > use db00010
> Reading tabl
> Stan Sebastian <s.stan@(protected) > wrote
> > Please help! )
> >
> > I 've got 2 workstations and a server on which i have Mysql 3.23.52 - nt.
> >
> > The clients are build in Visual FoxPrHi
As I declared that COBOL can able to communicate with MySQL via it 's C API routines.
Currently i have used MySQL 5.0.0-alpha and involved in the usage of prepared statement C API.
When I imAt 23 03 -0500 3/10/04 CJNoyesSW@(protected) wrote
>I have a question about connecting to MySQL. I have MySQL both on my box for
>development and on my Web host 's machine. Can I use my domain name of "Terence " <terence@(protected) > wrote
> Dear Lists
>
> We moved to 4.1.0 when it was first launched and twice a month or so we
> get access denied commands to one particular database for on[I checked with the a list admin before posting a job here so ping me
off-list if this bugs you...]
Do you have a working knowledge of MySQL in a production environment?
Can you configure and deMelanie Ware wrote
> I am using mysql 4.0.17 on Red Hat Linux.
>
> I am using the C API to access mysql
>
> The application I am writing should parse a xml file and write details
> to the myAn equivalent but slightly simpler query would be
SELECT sw.pcname sw.product
FROM software sw keywords kw
WHERE sw.product RLIKE kw.Searchname
RLIKE is for regular expression patJudging from the times on the clock (03 00 to 07 00) I would guess that the
server on which MySQL is running is doing some scheduled activity. Cron jobs
for backup slocate updates security checAaron wrote
>How can I select the last record that was inserted? An ASP/VB example would
>be great too!
>
>
I believe you have it already.
I use
select last_insert_id() as MyID
but fRocar Pe?as <rocar@(protected) > wrote
> I get a MySQL 4.0.18 server running on a Conectiva Linux Kernel 2.4.5.
>
> The MySQL server supports datum for a C apliccation which everybody in
> thZen
the printout looks like the thread reading in the transaction system header
from the first data file would have stuck.
Please send to me the printouts from other crashes.
Maybe this is Rochester Dean wrote
> does the questions counter equate to the number of queries ran against the
> database? or then number of questions a query may have to ask the database
> for one query?
>Torrance Hill wrote
> I am fairly new to MySQL and I need a little assistance. In our diff scripts I need the output to string all the mods for a given table together in a single query which willJames Tichenor said
> Hello --
>
> New to mysql and the cocoa development environment. I wonder if anyone
> can point me in the direction of documentation for mysql support for
> webobjects. T "Ligaya Turmelle " <lig@(protected) > wrote
> Can I use LIKE in an UPDATE statement when it is not in the WHERE clause?
> I only know what the attribute name will end with (may be prefixed).
>
> ExaChristian
do you mean that even if you recreate the whole tablespace you will get
corruption on some data page rather quickly?
Please send to me the whole .err log for analysis.
The printo "Bessares Bob " <Bob.Bessares@(protected) > wrote
> Hello MYSQL Genii
> I am trying to run a query that returns results to a .csv file using mysql 's 'INTO OUTFILE '.
> The problem is whenever I wri "neal " <nak@(protected) > wrote
> I need to backup a mysql 4.1 database with UTF8 characters using InnoDB
> and then restore the backup on another machine
>
> I tried the following (same machine - WDear Pierre
I would suggest you to contact directly MySQL AB for such a question at
licensing@(protected)
My guess is that you will need to buy a license for the master and the slaves.
RegarAt 20 39 -0600 3/10/04 Mulugeta Maru wrote
>Hi Mike
>
>I am sorry for the confusion I might have caused. May be it would help to
>give a clear example.
>
>Table - Customers (CustomerID Custohi
When using MyISAM table the limit will be determined by your operating system ie. the number of
files you can have in one directory.
Using InnoDB tables removes that limitation by allowinPatrick GELIN wrote
> Matt W wrote
>
>
> >Hi Patrick
> >
> >No you can 't get per database statistics in MySQL. -(
> >
>
> May be there is a tool to get this information examining log file |
|
 |