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 474 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10  

Subject: MySQL on Unixware 2.1.3

At 16 51 -0500 3/24/04 Raghu Udupa wrote >Right now we are planning to install MySQL 4.0.17-standard (latest >production version) on Solaris and Linux servers. We may want to access >MySQL from

Create_tmp_table_priv - how to grant? - solved

Hi List Ok I 'm a moron... problem solved Should have been grant CREATE TEMPORARY TABLES ... and not grant Create_tmp_table_priv ... Well atleast this is now in the archives

Create_tmp_table_priv - how to grant?

Hi List I hate to bother the list with what should be a simple question but I 've been unable to get this to work or find anything on mysql.com or google. I need to grant Create_tmp_table_

Installed MySQL but can 't connect

At 13 24 -0500 3/24/04 Kevin Carpenter wrote >I 've installed MySQL and started the server with > >mysqld_safe & > >I 've confirmed the server is running with > >ps -ef | grep mysql > >

Totals

At 10 19 -0800 3/24/04 Craig Gardner wrote >I need to get totals for the data in my database. I stumbled upon >the "WITH ROLLUP " modifier >(http //www.mysql.com/doc/en/GROUP-BY-Modifiers.html)

SQL statement

Very straightforward if the new column is NULLable OR has a deterministic value e.g. INSERT INTO newtable (col1 col2) SELECT col1 1 FROM oldtable WHERE ID xxx Or if NULLable INSERT IN

URGENT: Trying to recover MySQL DB on OSX 10.3.3

Marc Boorshtein wrote > Hello > > I am urgently trying to restore a mysql database that was corrupted when > upgrading from OSX 10.3.2 to 10.3.3. I have tried downloading MySQL 4.0.14 > and c

Building super-smack on freebsd 4.9

On Wed Mar 24 2004 at 06 29 40PM -0700 Sasha Pachev wrote > mmichaels@(protected) wrote > > Hmm.. Looks like Jeremy did not quite fix everything on FreeBSD in version 1.2. > For a hack c

Subject: Index not functioning

Hello Jack Wednesday March 24 2004 6 50 45 PM you wrote JC > I tried using 'USE INDEX ' and 'BETWEEN ' but it didn 't change anything. JC > EXPLAIN SELECT counter UNIX_TIMESTAMP(dtime) FRO

Failed to install Mysql in HP-UX 10.20

Hi This a error to install Mysql 4.1 in HP-UX 10.20 040324 12 01 50 mysqld started Warning One can only use the --user switch if running as root InnoDB No valid checkpoint found.

How to optimize ugly order by?

I assume you are just trying to make things more readable. As far as I know MySQL does not support custom sort orders except when a field is an enum or a set. Even then that 's not a custom order

compiling with icc

Victor Medina wrote >Hi! >On Wed 2004-03-24 at 09 51 Yonah Russ wrote > > > >Hi > > I 'm trying to compile mysql 4.0.18 with icc 8.0 on RH AS 3u1. I 'm > > > > >----8 < >GUAO! nice! l

MERGE tables and concurrent inserts

Hello Further to my MERGE table query the other day I 've now put it into action and it seems to be working fine. However I 'm noticing that "INSERT LOW_PRIORITY " statements are blocking when the

innodb_locks_unsafe_for_binlog

Hello colleagues I knew there 's an option to have a row level locking rather than a table level one the innodb_locks_unsafe_for_binlog I knew also that this option makes the binary logs unsafe

Subject: installation de mysql

Bonjour For the benefit of the group I will translate the French part of my text -) Le tarball que vous avez telecharge est en fait le binaire executable de MySQL pas les sources. Donc vous

insert field from another table

nullevent <nullevent@(protected) > wrote > > I have two tables - articles_en and articles_ru. > Its fields is 'article ' 'author ' 'text '. > The difference is - field 'text ' in articles_en

Subject: MySQL hangs after some days

udo.mysql@(protected) wrote > Hello > > since I moved to another dedicated server 1-2 months ago I 'm > experiencing big problems with mysql. > > Normally the server works fine for a website

Newbie - dependencies Same problem --Plz giv the solution !!

You need to download "Dynamic client libraries - (including 3.23.x libraries) " to satisfy these dependencies. This is available on mysql download page. Choose for your particular version. And if

Please help with this: ERROR 1047: Unknown command

"Hiep Ho " <hiep@(protected) > wrote > i have problem adding user to mysql. I can create a database and there is no > problem however I got this ERROR 1047 Unknown command when I tried to add > new use

Primary keys

"JOHN MEYER " <jmeyer2003@(protected) > wrote > Is there a way to do a SQL Select and get a record without specifying the > primary key. Example. I have two tables CANDLE and VOTIVES. Can I define

Subject: Problem Query EXISTS and IN

webmaster@(protected) wrote > Hi > > (Sorry by my english i speak spanish) > > I have problem with a Query. > > It does not recognize EXISTS nor IN nor NOT IN > > My ver

MySQL Users Conference: New mailing list for those interested in the event

Greetings All! We have setting up a mailing list for people who are interested in the MySQL Users Conference (http //mysql.com/events/uc2004/) If you are attending planning to attend or want

Quick mysql question

4.0.18 is the latest stable! On Tue 2004-03-23 at 19 08 ryan@(protected) wrote > Hi > > A quick question which is the most stable version of mysql to run on a very busy and commercial web

SHOW_DATABASES / safe-show-database question

Robert Montgomery <mogtnomr@(protected) > wrote > I recently upgraded to mysql 4.0.18. In the past you > could set the option safe-show-databases and that > allowed users to list databases but only

Interfaces to 5.0.0

Hi! just add "old-passwords " to the mysqld section of your mysql server and recreate the users it should work just fine! mysql 4 and up has a new auth mecanism Best Regards On Wed 2004-03-2

Subject: innodb_buffer_pool_size limit

Hi! ----- Original Message ----- From "Dan Nelson " <dnelson@(protected) > Newsgroups mailing.database.myodbc Sent Saturday April 03 2004 1 02 AM Subject Re innodb_buffer_pool_size li

Max Open Tables

I am trying to push the performance of a Mysql database a little more it 's pretty busy but I hope to squeeze a tad more out of it. I am a newbie/pretty clueless wrt MySQL in general so ...

Strings and variables in select statements

I 'm a beginner so don 't quote me. I beleive you need something like Select hs_identifiers.hs_id_num from hs_identifiers where (accession_num LIKE (result of another select statement)%) I be

Trouble Starting DB - First Time Installer

"John Brown " <hogan_siteman@(protected) > wrote > Hi > I am a total linux and mysql newb I am preparing this info as best as > possible. Below is the output from the mysqlbug utility. > I foll

-none-

This gives me the impression that all update queries are sent to slave but if they are not matched by the rules they are ignored. In my case I am replicating a database with infrequent updates
Page 474 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10