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 107 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Date comparisons

> I 've found something that works (in MySQL 5 anyway) but I don 't know > whether it 's accepted practice. > > If I want to find all records with a date in say March 2006 it works if I > use "dat

Announce: Log Buffer, a Carnival of the Vanities for the DBA world

Hello everyone I would like to inform y 'all that we have launched a carnival of the vanities for the DBA world. We are hosting the first one but we would love to call for volunteers to 1) submit

slow mysql...

Ritesh Shetty wrote > Hello > > My mysql server sometime just slows responding to database queries....It > is as slow as less than 1 per sec. > But it speeds up by itself after some time I have

MySQL version 4.0.23 uses 99% of processor on FreeBSD 4.11

At 09 15 AM 7/14/2006 Jeremiah Foster wrote >Hello > >Nearly once or twice a day the mysql daemon on our FreeBSD server has to >be restarted since it is taking up most of the processor. > >One of

I ran of disk space running optimize on table.... Now I can not open "data.M

Thank you raymond -----Original Message----- From Dan Buettner [mailto drbuettner@(protected)] Sent Thursday July 13 2006 18 07 To Jacob Raymond A Jr Cc mysql@(protected) Subject Re I ra

I ran of disk space running optimize on table.... Now I can not open "data.MYI

Now I when I do a desc on data table I get the error ERROR 1016 (HY000) Can 't open file 'data.MYI ' (errorno 144). As I recall I ran optimize data The Optimize command did not complete the e

Table specific privileges (BUMP)

Sorry to push this back out to the list I am stumped and the docs are not leading me to an answer. One users reply was close and I had tried it but it generates an error which is also posted in

does Query_time in slow log include time for client to receive answer set?

I have some strange entries in my slow logs whose timestamps corrolate to an event we are investigating Query_time in the 2-4 range Lock_time 0 for ALL entries Rows_sent in the single to low double

create view and insert into problems

create view v_authornames as select authorid CONCAT(lastname ' ' firstname) from t_authors Or replace the middle term in the CONCAT function to whatever you want to separate it -- i

Random Hangs, Linux AMD 64, 5.0.22 AB Binaries

Sounds like the well-known problem with Debian stable 's glibc on x86_64 http //hashmysql.org/index.php?title Opteron_HOWTO#pthread_rwlock_wrlock_hang_with_nptl Jim Winstead MySQL Inc. -- MySQL Ge

Vertical Tab problem

Aaaah the joys of importing data from FileMaker. Repeating fields grrrrr. You need to do an ASCII/CHAR conversion since vertical tab is a "non-printable " character. select * from accounts where bill

Field name DESC

DESC is a reserved word in MySQL it is short for DESCENDING and is used to reverse the sort order in SELECTs. You an create a field with that name by enclosing it in backticks `desc` whenever you

Connecting to mysql 4.1 server with a 4.0 client

Iain Conochie wrote > Afternoon > > Apologies if this has been discussed before I could not find a > reference of it. So here we go ) > > Currently I have a need to get a mysql 4.0 clien

table full when using file_per_table

I 'm using innodb_file_per_table on a version 4.1.12 server on RH linux. At one point I got error 1114 "The table 'X ' is full ". Aren 't these tables autoextending? I don 't think I reached a linux fi

Subject: 3.23.58 - > 5.0.22 upgrade

Dan I wouldn 't bother with the intermediate steps (4.0 4.1) . Waste of time (fine products but you say you want to go to 5.0). I 'd go direct to 5.0 using mysqldump 'd data as Martin did. If you '

Date Problems

On 13 Jul 2006 at 8 27 wizard007 wrote > I used $query_Recordset1 "SELECT date_format(Date "%d/%m/%Y ") as Date > Course Time Horse Odds1 Odds2 `Result` FROM Results " Hi That 's a PHP er

which is better long rows in table or two short row tables

Not sure what your question is but remember you can use indexes to speed up access to rows. Thus usually the less fields you need to seach in the better avoid OR searches across fields. ----- Orig

Comparison problem

Jean-Claude >But how to list all AC in Chimeric_Cluster_IDs _ABSENT_ from the gene_length >table this one for instance >mysql > select Chr_Name Unigene_ID from gene_length where >Unigene_ID 'Mm.

InnoDB buffer cache internals available?

Hi in order to size the innodb buffer cache optimally it would really be beneficial to see what it is composed of and how much memory each of the components (also internal structures!) consumes.

Subject: quickie for a non-blonde!

If I have a table primary key id | code | name 1 | ABC | company 1 name 2 | ABC | company 1 name 3

Subject: Table specific privileges

MySQL - 4.0.18-standard-log How do you revoke all privileges from a user for one table in a database and still maintain the existing privileges for the other tables? For example I have these table

Returning Resultsets from Stored Routines

Asif Lodhi wrote > Hi All > > I want to restrict all direct access to tables and allow users access > only through the stored procedures. > > However I haven 't seen any explicit mention in the doc

Allow user to create databases, but limit all privileges to other databases

Isaac Davis-King wrote > I would like to create a user that has the ability to create databases. I > would also like the user to be able to have all privileges including grant > over the databases th

JBTF

The message contains Unicode characters and has been sent as a binary attachment. -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mys

MySQL Connector/J 5.0.2 Beta Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.2 Beta a new version of the Type-IV all-Java JDBC driver for MySQL has been released. This is the last planned beta release o

Subject: fulltext search optimization

Most of the queries you listed below probably aren 't taking advantage of the full text index. MySQL doesn 't consider song.mp3 or document.pdf words they would be considered two words because the per

MySQL 5.1 Reference Manual in Chinese

The Chinese translation of the MySQL Reference Manual is complete. It was done by one of our partners from Beijing People 's Republic of China and covers MySQL 5.1. Due to problems beyond our control

dumpster :: dumps out all related records in a mySQL InnoDB database

Hey all. Well I just finished my first version of a little tool I have affectionately dubbed "dumpster ". I do use my own SQL wrapper functions but they should map fairly cleanly to a search and repl

Subject: how to clear buffer cache

in order to run benchmarks it is useful to be able to clear the buffer cache. i 'm using innodb. is there a way to clear the buffer cache i.e. something equivalent to oracle 's "alter system flush bu

datetime issue on MySQL 4.x (SOLVED)

Hello I have solved this problem thanks. Regards Willy ----- Original Message ----- From Willy To mysql@(protected) Sent Wednesday July 12 2006 8 55 AM Subject datetime iss
Page 107 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100