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 125 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

Need a query to show distinct IP dotted quad components [SOLVED]

I may have just solved my own problem SELECT DISTINCT(SUBSTRING_INDEX(INET_NTOA(IP_Addr) '. ' 3)) as niceip FROM IPTable HAVING niceip LIKE '192.168.15% ' http //dev.mysql.com/doc/refman/5.0/en/st

Need a query to show distinct IP dotted quad components

I have a table of many IP addresses. I 'm doing some PHP/JS/AJAX to populate a select box based upon what someone types in a search field. That works great except that a user can spend a lot of time g

how to default ... DATE column to another column date field, without using a

I have a similar desire like my first question regarding a DATETIME field. I have a DATETIME field in my db that I would like to DEFAULT to the exact value of another DATETIME field in the same table.

aha! replication breaking due to duplicate queries

Hi Sheeri > So I 've seen replication break a few times due to duplicate queries. > A few times it was around a server crashing but I thought perhaps it > was because of the crash. (ie master send

Linking libmysqlclient.a into shared libraries on HPUX 11.00

Hi This is driving me crazy. When we were using MySQL 4.0.x we could create a shared library with libmysqlclient.a bound in. With MySQL 4.1 onwards we get the error /usr/ccs/bin/ld Invalid loade

Find ids that are NOT in other two tables.

Dear All Need to find ids that are NOT in other two tables. With the help of PHP scripting and three queries I am able to do the task. Can this be done with one mysql query? Below are

Sparse 1.0b - framework for MySQL programs

Hi Daniel. Distribute it under the CC license? http //creativecommons.org/about/licenses/index_html Keith In theory theory and practice are the same in practice they are not. On Fri 19 May 200

theoretical conn or thread limits

On 5/19/06 Lyle Tagawa <Lyle.Tagawa@(protected) > wrote > Given a nptl/linux box (or pthreads/freeBSD) for example can you tell > what is the theoretical max running thread count (in the context of >

Is This A Redundant Info Example?

Hello Mark > I am looking at OSCommerce for design comparisons and wonder what others > think about the below table design > > CREATE TABLE `customers` ( > `customers_id` int(11) NOT NULL auto_

Starting Up General Query Log

Mac OS X 10.4.6 (Tiger) MySQL 5.0.21. Hi folks. I 'm needing to start up my general query log to see what 's ticking me off. I 've looked into safe_mysqld but it 's confusing as ... something that

Momentary huge replication lag

Hi Recently I created a new replication set up with 5.0.18-standard-log on Solaris 8 (one master one slave). Replication is running but periodically (after a bunch of INSERT/UPDATE statements) th

update problem with timestamp columns

Did you successfully alter the table? What does SHOW CREATE TABLE give you? mysql > CREATE TABLE test ( id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ts_create TIMESTAMP DEFAULT CURRENT_T

Replication advice

I 've 3 machines that I use with mysql. One is used for BI consulting and other two for operational consulting. Which one is indicated to be an master server ? Is there possible with 2 nics in machi

Subject: Advice on replication

Hello everybody!! I 've a problem synchronizing a master mysql to a slave When my master make a rotate in binlog my slave can follow up it and catch. What should I do ? --

INESRT ... ON DUPLICATE KEY - rows affected incorrect?

Mysql 4.1.16 running on Fedora Core 4 (Linu) X86_64 with InnoDB tables I have a table called which has a (combined) primary key of assetid and date plus several data fields (open high low close -

than you for your answer but...

Steve wrote > thank you for the clue of double quoting the html when inserting into the > database.... but I still get the error. the problem seems to be that I have > quotes INSIDE the html code as

how to default column value to lower( )

> I have column and I want to make sure the db is always making sure the value > that gets input into this VARCHAR() column is always lowercase > > Is there a way to set the value of a column withi

Subject: RE: Recursive query = > Nested Set

I think you might consider refactoring your code to use a hybrid of Nested Sets and Adjacency List. It 's fairly trivial to add a 'parent_id ' to the nested set so you really don 't loose any of your e

Subject: insert html into database

At 15 55 -0500 5/18/06 Steve wrote >Hi everyone... > >how do I enter html code into my database??? Like any other string. -- Paul DuBois MySQL Documentation Team Madison Wisconsin USA MySQL AB

Got a packet bigger than 'max_allowed_packet ' bytes

On 5/18/06 Dan Trainor <dan@(protected) > wrote > Hi - > > I 'm trying to import some data into a MySQL database which was dumped > from mysqldump. Just looking at the .sql file generated there 's onl

trigger mysql 5

You have to change the delimiter you use otherwise MySQL treats the as the end of the line and processes the commands. When I tried to run your trigger (with the standard delimiter of ) I got E

Recursive query

Peter >Right now I am doing this with PHP and a recursive function but is it >possible to do this directly with one query? SQL is not recursive so you need an sproc. There are some examples wit

mysqlcheck

Does mysqlcheck sometimes repair problems that it does not report? I 've seen a few instances where running mysqlcheck -r -f fixed application problems even though it reported all tables "OK. " --Eric

viewing data using MySQL Administrator tool

When I do this the query browser pops up with a select * from table query which is executed on my behalf revealing my data. All I have to do is press the edit button (assuming the result set is edit

Subject: duration query: how to ?

Bob >I 'd like to retrieve the total amount of time the articles have been in the >site from 2005-01-01 to 2005-01-31 and divide them by 365 (or 366 if leap >year). In a valid-time app like yours

Position in master.info: read or executed master_log_pos?

On 5/18/06 Dominik Klein <dk@(protected) > wrote > Hi > > for recovery purposes I need to know what exactly is in the master.info > file. Especially the log position. Is it Read_Master_Log_Pos

Subject: can not read from pipe

Hi all I am trying to install syslog-ng + phpsyslogng in Linux box. Syslog-ng is working properly. It pipes all the log messages to a pipe file mysql.pipe in sql statement format. But now the probl

Handler and flush tables with read lock

Well it 's documented here http //dev.mysql.com/doc/internals/en/flush-tables.html "Every time a thread releases a table it checks if the refresh version of the table (updated at open) is the same

hi how to merge data of various sql files

hi all I have got a problem.I have data entered in different machines in a database now i have got all the data in different .sql files.Now i was importing the same files in order to merge them in

max_allowed_packet via SQL Statement

In the last episode (May 18) Jim said > Is there any way of getting the max_allowed_packet setting via a SQL > statement? mysql > SHOW VARIABLES LIKE 'max_allowed_packet ' +
Page 125 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100