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

Check out this Free software I found to document your IT infrastructure

You know this might be a little bit more convincing if you gave the name of the product and a little bit more personal reason why you recommended it other than "check out brand x product " I vote this

unexpected trigger behavior on trigger

I have two databases that effect each other when triggers get excecuted. There is a schedules database that updates registration database. The problem I have is with the enrolled attended waitlisted

Doing a join

I have two tables MEMBERS MEM_ID ... GROUPS GRO_ID ... And one joiner MEM_GRO MEM_ID GRO_ID I want to print out a list like this GROUP_NAME NUMBER_OF_MEMBERS Even when the number of me

Version 5.1.6-alpha-log unexpected total crash MORE DETAILS

MySQL After thinking hard on the subject I realise the server in question was running a data set from an InnoDB HotBackup. (Which is on trial so I have no support.) The source machine is a Powe

Version 5.1.6-alpha-log unexpected total crash

Dear MySQL I am getting an unexpected crash in MySQL 5.1.6 with nothing written to the log. This happens with InnoDB tables and an Foreign Key error. Tables are something like CREATE TABLE tax

determine safest value for max_connections

This might help you http //kjalleda.googlepages.com/maxconnbymysql Kishore Jalleda On 8/2/06 Rithish Saralaya <rithish.saralaya@(protected) > wrote > > Hello folks. > > How do I determine wh

Mysql 5: Error 1130: host X is not allowed to connect to this mysql ....

Simo Sentissi schrieb > Hello there > > I just finished installing mysql 5 on my linux server and I reset the root password as an initial post-install setting. > now that i try to connnect from othe

Subject: Database Return Errors

Have you checked out MyConnector/NET and the MySqlException class? -----Original Message----- From Asif Lodhi [mailto itmailster@(protected)] Sent Wednesday August 02 2006 6 17 AM To mysql@(protected)

question about the query against to the federated engine tables

I have a question about the query against to the federated engine tables. As the following example "select Id name from e01_system.category " Note the "e01_system.category " is a

How does the federated engine table work

How does the federated engine table work when the query statement include a join substatement it joins a local table with innodb engine and a federated table. How does the server deal with the q

query cache about the federated engine

--On August 2 2006 5 25 51 PM +0800 wangxu <wangxu@(protected) > wrote > I have a problem about the performance of federated engine. The > mysql5.0 reference manual says that the FEDERATED tab

Subject: Monitoring Slow Queries

On Wednesday 02 August 2006 09 28 Asif Lodhi wrote > Hi > > Though I understand very well that it has been discussed lots of time > before but I don 't have time to browse through the previous archi

One question about mysql_close

Hi Yes Aborted connects will start increasing than the connections. Thanks & Regards Dilipkumar ----- Original Message ----- From "????????? " <jinlijun_1981@(protected) > To <mysql@(protected)

Subject: Relay Log Lost on Slave

Hi Under my replication environment what should I do if I lose the current relay-log file on slave side? 1. one master and one slave replication is working 2. stop the master and the slave 3. remo

Subject: Is this query possible?

I 'm not sure why you split out track track is really kind of an attribute of a song. Especially since you have artist and album with the song. Wouldn 't album be the same as cd title? I 'm not quite g

Query Help for Loosely Couple Properties

I have a table that contains properties that can be associated with any table whose primary key is a LONG. Lets say that there is just one kind of property. The table looks something like this T

swapping column values in update

On Wed Aug 02 2006 at 12 35 30AM +0200 Martin Jespersen wrote > I just ran the following sql (on mysql 4.1.20) > > update tbl set col1 col2 col2 col1 I went through this recently with the My

Spreading Database across multiple disks

Tripp YMMV but I 'm a firm believer that keeping things as simple as possible pays big dividends. I believe the advice to spread out IO tasks among different disks is good advice when dealing with

MySQL 4 vs 5 - threading model change?? Config Problem?

When I ran version 4 mysql would start as many mysqld process as it needed. This would vary depending upon how busy it was. As a lay perosn I will refer to this as the threading model. I have upgr

can 't connect to server using mysqladmin or mysql

>Description I 'm sorry This is long but it 's because I 've tried hard to fix this myself please bear with me. Last week for unknown reason my root password for MySQL wasn 't working. I may have

mysqldump corrupting utf8 data

How are you importing the dump into mysql? Importing by piping the dump file to mysql may broke some chars due to shell. Have you tried this (with in mysql client) SET NAMES UTF8 SET CHARACTER SET

Can 't get v5.0.22 to work;alternatives?

http //dev.mysql.com/downloads/ Look for "older releases " Dan On 8/1/06 cnelson@(protected) <cnelson@(protected) > wrote > I filed bug #20941 (mysqld seg faults during instance configuration on >

Subject: MySQL for integrity RTOS

Hi All I am a new to this mailing list. Also to Mysql. Anybody knows how mysql is installed and used in Integrity RTOS. Plz fwd if any docs are available. Thanks Regards Ravi K The informati

Subject: tune a geometric query

hi we are working on automotive traking solutions and insert our location records into the mysql database v 4.1.20. If we want search for a particular record its taking too long time and mysql is i

Need help on EXPLAIN in rating queries

Hi > I am trying to JOIN 2 tables TBL1 and TBL2 on TBL1.fld_id > TBL2.fld_id . And finally I filter out the results that > i need in the where clause using > > where TBL1.fld_col 100 > > Runnin

Subject: IN or OR? whats the diff?

Ratheesh K J wrote > Hello all > > Just wanted to know if using IN in the where clause is better than OR in terms of performance. > > that is > > Are these both same in terms of performance >

want to insert unicode myanmar characters into MySQL database

Hi Khaing su yee If the character set is not available in your MySQL then add the particular character set to MySQL. You must have a MySQL source distribution to use these instructions. First de

Subject: select random ids from list

kalin mintchev wrote > > select id title from content where id IN(10 20 30) > > cool thanks.. what if i want it to be random ordering like > > select id title from content where id IN(20 10 30)

LIMIT behavior in Stored Procedure

A while back someone asked if a stored procedure could take a parameter that can be used within a statement as a value for LIMIT. I have a solution using Prepared Statements and placeholders. Prepar

MySQL on AMD Althelon Dual Core processors

1. Get as much memory as possible. 2. Get the fastest disks you can. Ones with fast access time and 10 or 15K RPMs are best. 3. I think SCSI has a slight advantage over SATA but they are more expens
Page 101 of 508 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100