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

Subject: errno24 - open_files_limit

Hi! We have that huge query against a mysql 4.1 (myisam) to retrieve rows. The query is built dynamically using a loop as we are searching in an external database built to store a tree with the nes

Subject: Urgent problem

It was just to copy the files from the DATA folder in the installation directory. That was easier then I thought. -----Original Message----- From Peter Lauri [mailto peter@(protected)] Sent Wednesday

Noob: Converting to Inner Join

>Are there any advantages to converting this 'working ' query below to >use INNER JOIN ? >If so what would the correct syntax be ? > >SELECT category.name page.name content.title content.body

Urgent problem

Hi! > > > > > "Peter " Peter Lauri <peter@(protected) > writes Peter > Best group member Peter > My computer stopped working. And I was able to install Windows on another Peter > partition and now I face

Query problem: UNION in subquery

Hello! I have a problem using UNIONs inside subqueries. I have simplified my query to make it more readable/understandable. The question is about the right syntax. 1. This works fine /UNION/

Selecting doubles in a table and setting all but the first

Hi everyone This is something I can 't seem to solve. Does anyone know how to do this ? I don 't know whether I described this right. Anyhow jumping right in I have the following query which

Subject: Finally Working...wow

Hi folks. Me again. I finally got this all up and running under crypt of 'cleartext '. So even though I am going to be on the same box as the server how do I set up an MD5 or password entry?

LOAD DATA FROM MASTER stops unfinished with Query OK

Greetings I played around with load data from master (ldfm) and it worked fine in test environment. Now I want to replicate our actual db to a slave. When I issue the ldfm command it starts th

left & right join?

John Union the 2 together. select r.room_num count(p.peopid) from rooms r left join people p on r.roomid p.roomid1 group by r.room_num UNION select r.room_num count(p.peopid) from rooms r right j

Multiple engines in one DB a problem?

I 'm trying to find a weird performance problem in a MySQL database. I use MySQL v5.0 but the db was migrated forward from a v4.1(?) system. Looking at the schema in a recent backup I was surprised

testing mailing list

this is just a test please ignore -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Subject: I think I need a join

Critters wrote >I can get it to join on either countryA or countryB but not both | SELECT d.id d.day c1.country c1.id c2.country c2.id FROM days d INNER JOIN countries c1 ON d.countryA

Subject: query help-multiple joins

Hi I guess you should be able to do something like SELECT t1.term_id t1.name r.type_id t2.term_id t2.name FROM term t1 LEFT JOIN relationTerm r ON r.term_id1 t1.term_id LEFT JOIN term t2 ON r.

Subject: String functions FORMAT(X,D)

Hello MySQL Users Is there a way to change the separator in the following example e.g. from " " to " ' "? SELECT FORMAT(12332.123456 4) - > '12 332.1235 ' is this the easiest way? SELECT REPLACE(FOR

Subject: InnoDB problems under 5.1.9

Ben Clewett wrote > Dear MySQL > > I 've installed 5.1.9 from source on a SUSE 10 box. But I can 't get > InnoDB tables respected. > > I have used the correct compilation flag (--with-innodb). > SH

Subject: Performance Available

Jan Gomes wrote >Hy Jay > >Thanks for you attention. > >Show you my structure and EXPLAIN > >CREATE TABLE `table` ( > `id_table1` int(10) unsigned NOT NULL default '0 ' > `id_table2` int(10) uns

Subject: LEFT JOIN Multiple Tables

Scott >SELECT * >FROM UserInfo u DslInfo d >LEFT JOIN DslExtra e ON d.DslID e.DslID >LEFT JOIN ExtraAddr a ON a.UserID u.UserID >WHERE u.UserID d.UserID >However it appears this syntax

Subject: dump stored procedure

In the last episode (May 22) Alain Roger said > I would like to make a dump of my database. > however i have some stored procedure and they are not exported to the *.txt > file i 've created via mys

Need to replicate my DB on 5 branches into 1 DB at HO - Urgent

> On 5/22/06 Winanjaya - CBN <winan888@(protected) > wrote > > Dear Expert > > > > I am very new to MySQL replication I need to replicate my DB on 5 branches into 1 DB at Head Office. > > > > eg. >

Need guidance with perfomance improvement...

Hi list! I have a little table (about 0.5 milloin records) which is kind of queue. My perl script takes records from it one by one and does somes actions. Here 's my table structure mysql > desc

I can 't connect to mysql server with PHP

fool.ben wrote >Hi everybody! >I 've install a mysql server on my computer. The operating system is Redhat fedora core 4. The version of the mysql server is 4.1.3 Beta. I wanna connect to the server

Hello how to connect MySQL with Visual Foxpro

Hi Venu I would like to know the OS your using (for mysql server) BTW if your using window. Try installing the myodbc and configure it so that vfoxpro can communicate with it. check this site

ANN: Database Workbench 2.8.6 released

Ladies gentlemen Upscene Productions is proud to announce the next version of the popular database development tool Database Workbench 2.8.6 has been released today! Download a trial at http

Crypt Functions

http //dev.mysql.com/doc/refman/4.1/en/encryption-functions.html On 5/21/06 kosalaa@(protected) <kosalaa@(protected) > wrote > Hi Guys > > Can somebody enlighten me on AES_CRYPT & AES_DECRYPT funct

InnoDB corruption and crash on Windows 2000

Andrew a possible reason for the corruption is that you have enabled write caching in the disk controller or in the disk but those caches are not battery-backed. Then a hard reboot may destroy th

How to find out about SSL connection?

Hello I 'm using MySQL Query Browser on Windows XP to connect to a remote MySQL 4.0 and 5.0 database server both on Linux. In Query Browser I can check the options "Use SSL if available " but how do

Looking for free MySQL Administrator

In the last episode (May 22) Phil Robbins said > Why am I suddenly getting huge volumes of mail about SQL? What forum > is this and how do I get out of it? This is a MySQL mailing list. To unsub

Find invalid email formats using MySQL query.

Yesmin Patwary wrote > Dear All > > My contact table has email field which contains many invalid email addresses. I find them using following php function. Is there a way to do that check in

limit

hi I have a database from dbf file that has almost 100 thousands records when I import them into mysql it is only imported 13359 records. my table structure is like this `faktur` varchar

Adding row numbers to a select.

Chris W wrote > Is there an easy way to add row numbers to the result of a select > statement? With a user variable SET @(protected) 0 SELECT @(protected) @(protected) + 1 AS 'Row ' ... Michael -- MySQL General
Page 124 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100