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 484 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10  

Too many tables. MySQL can only use 31 tables in a join

Hi guys I 'm new to MySQL it 's been just few days since I 've installed it and started playing with it. I 'm migrating web application from another database which gives us too many problems. So far

Pricelist

Look it through -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Subject: ANN: New VBMySQLDirect API

VBMySQL.com is pleased to announce the launch of a new projects page at http //projects.vbmysql.com. The first (and flagship) project is VBMySQLDirect. VBMySQLDirect is a new MySQL C API wrappe

Subject: mysql 5.0 production release

My best guess is somewhere around summer 2005 On Wed 2004-03-17 at 09 41 Garg Piyush (EM GECIS) wrote > Hi Everyone > > Can you please tell what is the expected date for the Production r

empty tables return non-empty result sets

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Randall Cayford wrote > JDBC driver mysql-connector-java-3.0.11-stable-bin.jar > > > Randall Cayford wrote > > > > > I am new to mysql so thi

DateDiff function in SqlServer ... How do it in MySql ?

Gabriel Alessandria wrote > I am a user of Microsoft Sql Server and use very much the function Datediff > (interval fecha1 fecha2) to extract differences between two dates in > years days

Subject: Select problem with BigInt

I am new to mysql and am converting an existing program. I have encountered what appears to be a problem with bigints I have a large integer number (milliseconds since 1970) which is 13 digits

JDBC timeout after 4.0.8 - > 4.0.18 upgrade?

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Eric B. wrote > Hi > > I 've recently upgraded from 4.0.8a to 4.0.18 and am running into a strange > error in the JDBC connector. If the DB

Subject: Update field conditionally

If it was me writing the code I 'd use two different update statements a) an UPDATE to initialize the DateTime to Now() and set the counter to 1 when the page is first hit b) another UPDATE to i

mysql_close needed after a failed mysql_real_connect ?

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi The docs aren 't clear on this. Is mysql_close needed on a MYSQL struct previously initilized with mysql_init after a failed mysql_real_connect

Optimizing Queries

Hello I 'm trying to determine the best way to optimize the query below. Right now it is taking around 9mins and we need it to take no more than 30 seconds (we can get it under 30s on MS SQL)

Subject: subquery and order by

"van der Scheun Willem (GXS) " <Willem.vanderScheun@(protected) > wrote > I 'm new to mysql and I just installed 4.1.1 and ran into trouble combining a > subquery and 'order by '. I guess the 3 queries be

Span a database transaction across multiple CGI scripts

The short answer is no not using MySQL built in transaction system. What I do for things like this is add a field to the table that indicates whether or not the record is locked. It is usually a

Newbie Q: How do I get a COUNT of a computed field?

"Austin Hastings " <Austin_Hastings@(protected) > wrote > I 'm not sure if this is a bug or a user failure so I 'm going to ask here > before doing anything rash. > > I 'm trying to classify a single

processlist: state is "Opening table "

filter select mysql Solaris 3.23.40 connections using perl jdbc odbc. Yesterday we experienced a rare mysqld failure where all connections where in the state "Opening table ". Normally our

Opinion about MaxDB, and Redhat

Hello I only have one server available to be set up to handle a lot of data. I have looked through some documentation and am a little confused. So I thought I would get the opinion of someone w

mysqladmin processlist and pid

hi listers how would i determine the association between the id from mysqladmin processlist to a pid? what i 'm after is that i notice some of the mysql threads have a high cpu utilization. i see

Spanish Accents

> correctly on my web page. Querying the database with the mysql client I see > that the character ?in the word Supervisi?n is ok but when my web app > queries the database the web page displays S

Subject: mysql 1gb memory limit?

In order to get the max performance from our servers we 're reading every bit we can lay our hands on about performance tuning. In this document http //www.phpconference.de/2003/slides/business_tra

Re: mySQL, mySQL Max and stored procedure support (version
problem?)

On Tue 9 Mar 2004 10 52 38 +0100 "Martijn Tonies " <m.tonies@(protected) > wrote > > I 'm running > > mysql Ver 12.21 Distrib 4.0.15 for suse-linux (i686) > > ps says I 'm running mysql-max >

Subject: GRANT & REVOKE Syntax problem

* Franz Edler > I have a perhaps simple problem but it 's a problem for me > > I have made the following GRANT statement > mysql > GRANT ALL ON ser.* TO root@(protected) > Query OK 0 rows

Subject: Saving file into database

I 've been reading this thread but I can 't see the advantages of storing files in a database. I 've always had the impression that a *file* system was the appropriate place to store files. Access

mySQL, mySQL Max and stored procedure support (version problem?)

Ivan Sergio Borgonovo <mail@(protected) > wrote > On Tue 9 Mar 2004 10 52 38 +0100 > "Martijn Tonies " <m.tonies@(protected) > wrote > > > > I 'm running > > > mysql Ver 12.21 Distrib 4.0.15

Performance problem with 4.0.18

Hello All! After we converted our tables from MyISAM to InnoDB the database became very slow! The same database on another machine on MySQL 3.23.58 works very good. The machines are identical m

Newbie: Rewriting A Query- How?

Anyone any idea how I could rewrite this as a join - all the indexes are in place and each of the components of this work fine - its only when the combined subqueries are passed to the root query do

Error on startup

Lorenzo Rossi <lrossi@(protected) > wrote > Hi. > My system is Slackware 9.1. > MySQL is the default version installed on Slackware cdrom while system > installation so I hope all the path are ok

Email link from Perl script to update MySQL?

I 'd like to modify the email send I presently get from the Perl script when a new record is submitted from the form to contain an email link which if I click on it will update MySQL. Anybody know

Subject: Reversing the group...

On Mon 2004-03-08 at 15 52 David Scott wrote > OK here is a problem that has been bugging me for some time. > > If I have a table like this showing 3 visitors to a website and the pages they

Join Locked Tables ?

Lianghwa Jou <ljou1@(protected) > wrote > > Mysql seems to insists that all tables must be locked if one table is > locked in a select statement. Why ? > > For example- > > lock tables A WRIT

Finding Most Recent Record for Sensor Problem Solved

Did anyone refer you to the following page in the manual? <http //www.mysql.com/doc/en/example-Maximum-column-group-row.html > Your proposed solution seems equivalent to the 2nd of the 3 solution
Page 484 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10