Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL General
Page 220 of 508 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

Db query help

In each database I have a table with one column I want to compare and then count. So db1.a.odip and db2.aa.newip are the databases table and coulumns. The data in each column is Ip 's so my result

Subject: prepared statement problems

Hi The problem here is that you have two input bind variables but you declaring MysQL BIND array as parm_bind[1] which can hold only one input bind variable. Make it parm_bind[2]. That should wo

Subject: Query from two databases

In each database I have a table with one column I want to compare and then count. So db1.a.odip and db2.aa.newip are the databases table and coulumns. The data in each column is Ip 's so my result

maximum query length

<avrombay@(protected) > wrote on 08/17/2005 03 07 53 PM > Does anyone know if there 's a maximum query length in mysql 4.1.x? > > Thanks! The max is the length of your "max_allowed_packet " sett

mysqld stops suddenly ... help please

Hello. > /usr/local/mysql/libexec/mysqld Out of memory (Needed 32704 bytes) > /usr/local/mysql/libexec/mysqld Can 't read dir of '/var/tmp/ ' (Errcode 11) > /usr/local/mysql/libexec/mysqld

Be careful! Look at what this spammer did.

but you can explain what he did and explain how to deal with it so everybody can prevent these attacks. On 8/17/05 Dotan Cohen <dotancohen@(protected) > wrote > On 8/17/05 Rory Browne <rory.browne@(protected)

Finding the "most recent " related record?

Brian Dunning wrote > I have a table of questions and a table of answers. Each question has > a related answer record for each person who has answered that question > and each answer is timesta

Bugzilla Installation Mysql problem

Hello. Maybe it is a Bugzilla specific issue but have a look here http //dev.mysql.com/doc/mysql/en/can-not-connect-to-server.html "harish " <harish@(protected) > wrote > >

Writing a file into a BLOB field with Java

There 's an example of what you want at this URL http //forum.java.sun.com/thread.jspa?threadID 576315&messageID 2886886 Rhino ----- Original Message ----- From "C.F. Scheidecker Antunes " <nando@

CREATE TABLE LIKE in MySQL 3.23

Konrad Billewicz wrote > Hello > > I would like to do thing exactly like CREATE TABLE a LIKE b. But... I have MySQL > 3.23 and this command is available since 4.1. How would you handle this task

Subject: perl run-all-test error

Hello. > ql.so ' for module DBD mysql libmysqlclient.so.14 cannot open shared > object file No such file or directory at Install "Dynamic client libraries " rpm from http //dev.mysq

SELECT question - query for records over a series of dates

Dan Tappin wrote > I have a table full of data... a log of sorts. Each row has a timestamp. > > I want to generate some reports based on this data. > > For example I want a COUNT(*) of the rows f

4.0 - > 4.1 lose timestamp [fixed]

the issue was because i was viewing the database through cocoamysql which registered the timestamps as null. stupid me.... viewing the database through the commandline showed up fine.... -----

how to arrange my table in another direction

/ >My table is >type price >car 1000 >bike 100 >I want the result >car bike >1000 100/ You seem to want to turn rows into columns. That 's often called a "pivot table ". There 's a step-by-step for pi

Saving creation date

Hello. >But I don 't want the value to be updated automatically after an update. Use DEFAULT CURRENT_TIMESTAMP. You can see that after an update the value of the timestamp column didn 't ch

Re: rcs udf for MySQL

Jason Pyeron <jpyeron@(protected) > wrote on 08/16/2005 04 17 15 PM > On Tue 16 Aug 2005 SGreen@(protected) wrote > > > After following your link I am sure that some RCS systems that use MySQL > > a

Innodb Settings

Hello I am looking to determine the best Innodb Settings for our MySQL Instances. Specifically the settings for innodb_buffer_pool_size and innodb_log_file_size. I have read the manual and underst

inf and -inf values

Hi all I 'm trying to INSERT values inf or -inf into a field (double) in MySQL version 4.1.13 but it has not been possible. MySQL deny the insertion. Can anyone give me any suggestions to solving t

security question CAN-2005-0709 CAN-2005-0710 CAN-2005-0711

SGreen@(protected) wrote > MySQL has moved WELL past the 3.23.x lineage and is getting close to > retiring the 4.0.x lineage (it 's only a rumor). So I suggest you update Not completely a rumor on

GIS Applications

Is there any one out there using MySql for GIS applications? Any one using the spatial features? Just taking an informal survey. -- http //www.douglassdavis.com -- MySQL General Mailing List

Subject: mysql_hex_string() c-api

At 19 43 +0200 8/16/05 Danny Stolle wrote >Hello all > >can somebody explain to me the c-api mysql_hex_string(). >when i debug my example in DDD i get the full sql-dml (insert) as a >hex-value wh

rcs udf for MySQL

Jason Pyeron <jpyeron@(protected) > wrote on 08/16/2005 01 01 03 PM > > Anyone out there heard of a rcs udf (or similar) for MySQL? > > Google is not being nice to me too much noise in the results. >

Subject: ASP time difficulties

I 've got a column called time with the datatype time. When querying the column from asp/ado the values are the current date with a vartype of date. query browser select time from syslog.mailinfo li

Subject: Clever dump using Java

this is not exactly what you are looking for but it is where we started on the task. http //public.pdinc.us/cordova a xml style sheet could easily be added to create SQL DDL statements. as far a

Subject: Change Datatype (time)

> -----Original Message----- > From Dennis Olvany [mailto dennisolvany@(protected)] > Sent 16 August 2005 16 43 > To mysql@(protected) > Subject Change Datatype (time) > > Is there a function

lvm+innodb

On Mon 2005-08-15 at 20 01 -0700 Patrick Michael Kane wrote > Did you ever get any responses on how to get innodb to a consistent > on-disk state for LVM snapshotting? > > FYI under LVM2 read/wri

now i am getting confused (i could not think of a better title)

Peter / >How do i go about saving data to multiple tables from >one entry form or should this happen automatically / If the model is that a user can have radios which in turn can have events you ne

Why does this fail

First glance -- It 's missing a comma ( ) between T1.BldgName and T1.StreetName Missing a period (.) in PstlAddr T1 and in PrsnAddress T2 Also how does the system know the table names if you are put

Subject: cast and numeric conversion

Hi I 've got two columns one is 'integer ' (and store negative value) the other one 'tinyint unsigned ' (only > 1 stored in it) when I multiply these columns quantity with negative value does not

Can I use the information from "SHOW STATUS " in a SELECT statment ?

Speaking of Perl scripts that do this http //codenode.com/mysqlreport I almost never use SHOW STATUS directly anymore since most the values have to be transformed one way or another to really be mean
Page 220 of 508 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100