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

??????????????????????????????????

?????? ?????????????? ???????????????????????????????????????????????????????????????? ?????????????????????????????????????????????????????????????????????????????????????????????????????

MYIsam vs. BDB

In a high activity OLTP environment with "heavy " UPDATE activity which table type is better? I have one table which has many readers & a decent amount of UPDATE activity. Will BDB or MYIsam result in

GROUP BY *column* when *column* is NOT in SELECT list?

At 18 28 -0400 5/11/06 Fan Wellington wrote >Hello all > >I have inherited this query > >SELECT > events.eventID AS id > attribute_master.attributeID AS attrib_id >FROM > events > attribute_mas

One to many join with only one result

Mysql 4.x I have a one to many case key is `id` in this case I have tables users and transactions. A user can have 1 to x transactions each transaction has a status to it as well. I want to be

MySQL 5.0 strange table creation 'func '

I 've just noticed in one of my databases a table named 'func ' which I 'm positive I never created. It was empty and has 4 columns mysql > describe func +-------+

Re: #1191 - Can 't find FULLTEXT index matching the column list

Yup. The problem solved! Thanks John! ) -afan > afan@(protected) wrote > > Ok. Got it. > > And since the able is already created and with tons of products inside > > how can I change the FULTEXT in

Explain explanation (was: More LEFT JOIN newbie fun!)

Following my post about this complex search I 'm trying to do... In the initial post I said I 'd tried adding left join table_ga as tga on tga.id r.id left join table_a as ta on ta.ida tg

Subject: More LEFT JOIN newbie fun!

Not long ago some highly knowledgeable people here kindly helped me out with a fairly complex query... Finding names of people (and other info) where one or more fields match the search string in

Subject: SELECT Query GROUP BY

The easiest thing to do would be to create an additional table containing all the possible valid values for contract level then join on that table to show counts. Otherwise it 's just not possible

Questions about InnoDB, innodb_buffer_pool_size and friends

Hi Dan You never really say what your memory problems are. Is MySQL crashing because you 're trying to use too much memory? more comments inline.... On 5/11/06 Dan Trainor <dan@(protected) > wr

Looking for MySQL users for market research

Hi everyone My name is Matthew Zito and I 'm the Chief Scientist for a company called GridApp Systems based here in New York City. We 're currently looking at extending our database automation sof

Contract MySQL Specialist (Telecommute)

Contract MySQL Specialist (Telecommute) Los Angeles company looking for a DBA who lives eats and breathes MySQL and is familiar with integrating it in a LAMP environment. Ideally someone who is pa

Is this a bug of stored procedure?

Hi I tried to pass the name of a table into a procedure and use that in a select statement. Somehow it doesn 't work. Here is the code create procedure sp3(in tablename varchar(10)) begin select co

Subject: Intermittent deadlock/InnoDB

On Wed 2006-05-10 at 16 26 -0700 Robert DiFalco wrote > Version 5.0.19. > > We have no autogenerate keys. We perform a single insert and get a lock > timeout. The insert is done with a stored proc

Installing DBD::mysql - problems

Hi Connie Looks like you have hit http //bugs.mysql.com/bug.php?id091 (which hasn 't been fixed yet) potential solutions are documented there. Regards

Subject: RE: MySQL 5 / phpMyAdmin - SOLVED

Thanks to Ing. Edwin Cruz and George Law for pointing me in the right direction as previous messages in this thread indicate. phpMyAdmin now working great with MySQL 5.0. > Have a loot on this >

Fulltext search for term 'c++ '

I think the '+ ' will not get into the index in the first place. So there 's probably no way to get a search to use the index. However if you want a consistant query format for your search you could pr

mysql workbench installation issues

Hello I am trying to install wokbench on Linux box I am running Debian (SID). First I downloaded the file mysql-workbench-1.0.6beta-linux-i386.tar.gz then I did 1. $ tar xvzf mysql-workbench-1.0

Can I set UNIX_TIMESTAMP() as default?

Nicholas just found something on google "In general this cannot be done. Default values cannot be the return of a MySQL function (as much as I 'd love to use NOW() for default values!). However

MySQL 5 / phpMyAdmin

I 've finally got MySQL 5.0 going on my Win2K machine but phpMyAdmin 2.8.0.3 is now giving me grief. It gives me this error phpMyAdmin tried to connect to the MySQL server and the server rejected

Subject: Unknown option --install

I 'm going to guess that the path variable is only looking at the MySQL 3.23 mysqld binary. Try using a full path to the MySQL 5.0.20 binary and see if you still get errors. -Sheeri On 5/10/06 Mile

SQL:2003 standard

Peng Yi-fan wrote > Hi > > It seems that ISO do not support SQL 2003 standard for free but I really need a copy. Does anyone know where I can download it? Or does anyone have it? > Any type will be

Reporting child tables referencing a parnet table

Ben > Dear MySQL > > Can you please tell me if there is a way of listing all child tables > which have a foreign key reference to a parent? Find children of db.table SELECT c.table_schema u.ta

~Replication errors~

MySQL 's pretty good when it describes an error. (if the error message is vague you might be screwed but MySQL is pretty good). Which means 1) You didn 't properly change the max_allowed_packet on

sql-99

http //www.ncb.ernet.in/education/modules/dbms/SQL99/ -Sheeri On 5/10/06 Peng Yi-fan <pengyifan@(protected) > wrote > hi > > does anyone know where to download ISO-SQL-99? > PDF is best. >

1 ' and '1 ' or '1

Search the web for something called "sql injection " and do some reading. Martijn Tonies Database Workbench - development tool for MySQL and more! Upscene Productions http //www.upscene.com My though

batch installation of mysql 5.0

On 5/10/06 kamaya <kamaya@(protected) > wrote > Hi > > I want to install mysql 5.0 in batch mode. > > That is I want to avoid interaction with windows while installing mysql > 5.0. > > Is there a

Err Nr.

Does anyone know where to download the 'Err Nr. Description '? pdf is best. Peng

#1191 - Can 't find FULLTEXT index matching the column list

afan@(protected) wrote > Hi to all! > > I have "products " table > > CREATE TABLE `products` ( > `prod_id` int(8) unsigned NOT NULL auto_increment > `prod_no` varchar(50) NOT NULL default ' ' >

Subject: comparing postgis with mysql

There used to be a page at the MySQL site which showed comparison between MySQL and its competitors. For example one page contrasted MySQL with DB2. These pages were lengthy and compared the produc
Page 127 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100