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 321 of 508 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10   Next 100  

Need help figuring out indexes for faster SELECT queries

Grant Giddens wrote > I have a new project I 'm working for and I was > wondering if anyone could help me optimize my selects > for speed. I have a table with about 500 000 entries. > The table

MySQL Query Browser 1.1.2 and MySQL Administrator 1.0.15 Released

Hi MySQL Query Browser 1.1.2 and MySQL Administrator 1.0.15 have been released. MySQL Query Browser is a GUI query shell intended to allow execution of SQL queries from a Web browser al

Windows 2003 read-only problem

Have you tried connecting with this user directly from the MySQL monitor? Hathaway Scott L wrote >I have a server that is Windows 2003 server. It is running php from IIS >6. I access the la

Question: Limit search on string

Stuart Felenstein wrote > >I 'm storing telephone number (US) in 10 digit > >varchars. If I want to do a search on just the area > >code is there a way to limit it to just the first 3 > >digits of t

MySQL Newbie: Running in UNIX

Fix your mysql privileges http //dev.mysql.com/doc/mysql/en/GRANT.html DVP ---- Dathan Vance Pattishall http //www.friendster.com > -----Original Message----- > From Hossain Ashf

Subject: multi period sum() selects

Bgs wrote [...] > I have a db which has among others (including text fields) a timestamp > field and a counter field. > > I want to make statistics from them doing sum()s with conditions >

a query to insert values into two different tables using mySQL Server

Isn 't that technically multiple queries? In mysql an insert inserts into one table. That 's it. -Eric On Wed 1 Dec 2004 15 50 15 +0100 ***ADI*** <adi@(protected) > wrote > in MS S

Subject: converting to Innodb.

Fredrik Carlsson wrote > Hi list > > I have a question regarding mysql and innodb. > My current setup uses myisam and the db size is about 1.6 GB with two > table that each have about 500k ro

Unicode (utf8) and MySQL (with Perl)

----- Original Message ----- From "angie ahl " <angie.ahl@(protected) > To <mysql@(protected) > <perl@(protected) > Sent Wednesday December 01 2004 9 26 AM Subject Unicode (utf8) and M

Install problems with phpMyAdmin

You might want to consider the following site and collection of s/w.... http //www.apachefriends.org I have successfully installed XAMPP on both Windoze & Linux from their downloads. On We

Where overload: Is there such a thing

I 'm creating a search form the query is dynamic. Meaning user can select 1 or all options. All options translates to about 40 "where " statements including 1 -3 full text searches. Is this too

4.1.7 character set conversions

Hello. In most cases if A B .. are in different charsets you 'll get an error. Use SET NAMES CONVERT() or CAST() functions introduced to convert everything to the same single charset. Beca

repair table priv

I think you need to have root privileges (ALL) on the table to run REPAIR TABLE since this is a disaster recovery sql command. It works only for MyISAM tables in MySQL. I don 't think it is supporte

Reg SubQuery

lakshmi.narasimharao@(protected) wrote > I need to get all the details of an employee whose salary is the lowest. > I can do like this in Oracle > > > select * from emp where id (select min(id

writing subquries in 4.0.18 version

4.0.18 does not support subqueries. You need 4.1 for that. In 4.0.18 you 'd write this as a JOIN SELECT t1.* FROM table t1 JOIN table t2 ON t1.id t2.id WHERE t2.one 4 By the

Subject: Help me optimize this query

>Thanks for your inputs Eric. >I tried this but it couldn 't give me any insight abt >how can optimize this >for space saving of temp tables. >Maybe I am not expert enough to interpret this outp

Securing mysql from remote access

I can do a telnet host.com 3386 and get a answer back from mysql. Is the only way to turn off remote access like this with a router and limit the ports or is there some setting in mysql that will

Adding Foreign Key

Ady ----- Original Message ----- From "Ady Wicaksono " <ady.wicaksono@(protected) > Newsgroups mailing.database.myodbc Sent Wednesday December 01 2004 6 43 AM Subject Adding Foreign Key

A Select improvement

Dan Sashko wrote > Hi anyone has suggestions what changes to make to allow this query to > run faster? > > SELECT domain FROM tbl_1 > WHERE > id > 0 and id < 20000 > domain "12.221.190.11

Newbie: making a proper subquery

To answer your question we need to pretend to be your MySQL server for a second. You appear to be posing the following question to your server SELECT playlist.name as playlist_name ar

Subject: help with SQL (join?) query

How so? Is there something you didn 't understand? Peter 's solution is the right idea. You need to join the groups table to the users table once to get the creatorname and again to get the owner

MySql Hangs

Ajay Could you send the error messages (.err file in the mysql dir) and your my.cnf file? Ronan -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsu

Question after installing 4.1.7

On Tuesday 30 November 2004 01 36 pm Steve Grosz wrote > I had installed MySql on Win2003 and when I check the 'server > information ' page it shows a IP of 127.0.0.1. The IP of the server has

Select member when it meets two requirements

Graham Cossey wrote > Am I missing something? > > Will this not do the trick > > SELECT DISTINCT member_id > FROM table > WHERE specialty_id IN(6 33) That would return any member_id wit

Subject: MySQL support for AMD64

Lynn ----- Original Message ----- From "Lynn Bender " <lynn@(protected) > Newsgroups mailing.database.myodbc Sent Tuesday November 30 2004 9 22 PM Subject MySQL support for AMD64

Re: myisamchk sort buffer too small, check table has ran 1 week and
no end in

Gleb Paharenko wrote >Hello. > > > >There is a variable sort_buffer which you can set with -O sort_buffer xxxM or in my.cnf. > > > > > >myisamchk -o -p -f --sort_key_blocks 512M - -key_

update and concat

Thomas McDonough wrote > I 'm trying to set all the values of column 'map ' to the value of > column ML and '.png '. My intuition and an extensive reading of the > manual and mail archives t

SQL

Is there anyone who has EXTENSIVE sql experience that is available for consulting? This is a short term opportunity for a single project. Maybe an couple hours tops to assist in some COMPLEX queries t

myisamchk sort buffer too small, check table has ran 1 week and no end in si

Hello. There is a variable sort_buffer which you can set with -O sort_buffer xxxM or in my.cnf. matt_lists <matt_lists@(protected) > wrote > Are these critical errors? It keeps on

Add

Page 321 of 508 Previous 100   Previous 10   321   322   323   324   325   326   327   328   329   330   Next 10   Next 100