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

Get the record with the latest date

Brian Menke wrote > Sorry about the last post I hope this one comes over better. > > This is a bit embarrassing because I think this should be a simple WHERE > clause but it escapes me at the mome

How to Use Unicode in vb.net???

Hi all I have to create a database for Chinese Japanese and Korean Language support and a vb.net application for same. Well I did couple of thing for this 1. created new

Subject: MySQL 5 problem after upgrade

Hi i 've noticed similar behaviour as we upgraded to mysql 5.0. The query optimizer seems to been "optimized " a little too much -\ -----Original Message----- From Szymon Kosok [mailto szymon@(protected)

Query to slow after inserting another table

Merlin Lose the "OR " part of the Where clause and it should speed up. If so that 's what you have to work on. You could execute 2 queries where each one writes the results to a temporary memory t

impact of --without-server on include files installed

The source build of 5.0.18 on linux when using --without-server leaves out the following 3 headers that are installed when --without-server is not given > include/mysql/mysqld_ername.h > include/

Subject: grant modify, doc on grant.

Gilles MISSONNIER wrote > Hello > How to set "FILE privilege enable " to an already defined user ? > > It seems that I have to read the all manual for that. > I cannot find an example in the on

Problem in using LOAD DATA LOCAL INFILE

Hi all I have a table with following structure CREATE TABLE `dsc` ( `ch_code` varchar(255) default NULL `name` varchar(255) default NULL `inof` blob ) ENGINE InnoDB DEFAULT CHARS

Problems with MyODBC 3.51.12 for MacOSX Panther

Hi all I have downloaded and installed the myodbc3 driver for MacOSX onto my Panther machine (10.3.9). First surprise the MySQL graphical installer doesn 't seem to appear in the Applications folder

Subject: innodb database crash

Vitaliy ----- Original Message ----- From "Vitaliy Okulov " <vitaliy.okulov@(protected) > Newsgroups mailing.database.myodbc Sent Friday May 26 2006 5 28 PM Subject innodb database crash > Hi a

Joining multiple tables with grouping functions

Ville >SELECT Invoices.* SUM(InvoiceContents.Amount * InvoiceContents.Price) >AS InvoiceTotal Customers.Name SUM(Payments.Amount) PaidTotal >MAX(Payments.Date) LastPayment FROM Invoices LEFT

One to many meetting specific conditions

4.0.18-standard-log I have a very basic one to many relationship accounts and transactions. There is only one account per users but of course there can be x transactions. These are once a month

fetch floats/doubles in native binary representation

Andras Pal wrote > Hi > I 've a large table with lots of floats (or doubles) that i want to query > using C API. By default in C the rows are returned as a type of char ** > therefore floating n

Subject: Backup and recovery problems

Paul Nowosielski wrote >Dear all > >I 've been testing our backup and recovery strategies here at work. >When dumping all the databases I 'm using this command > >mysqldump --all-databases --force

Subject: DB Export Character Encoding

Greetings List I need some help understanding what is happening with the following scenario I am going to explain. Please feel free to say RTFM and point me to a link that can clear this up for me.

mysqlhotcopy regexp

You should just be doing mysqlhotcopy ...connect-options... --regexp /~^db_name$/ or mysqlhotcopy ...connect-options... --regexp /~^db_name$/ /path/to/new/dir On 5/25/06 MF <fuxa_kos@(protected) >

mysql-workbench - not working on fc 5.

I get the following when I try and lauch mysql-workbench . [greg@(protected) ~]$ mysql-workbench The program 'mysql-workbench-bin ' received an X Window System error. This probably reflects a bug in the progr

what is ibdata1

On Thursday 25 May 2006 12 02 balaraju mandala wrote > Hello All > > I need some explanations about these files. > > 1. ibdata1 > 2. ib_logfile0 > 3. localhost-bin.index > 4. localhost-relay-bin.00

How do I get off this list that I do not remember joining in the first place

Phil Robbins wrote <NOTHING > Perhaps you should read the notice at the bottom of each post that you receive from the list !!!!!!!!!!!!!!!!!!! -- Daniel Kasak IT Developer NUS Consulting Group Le

How do I get off this list that I do not remember joining in the first place!!!!

++++++++++++++++++ Phil Robbins Auckland New Zealand ++++++++++++++++++

mysql performance / ndb 5.1 performance

What exactly is the performance problem you are seeing? Have you checked to make sure all your memory is being utilized? ie not just grabbed by MySQL but actually in use? -Sheeri On 5/24/06 Dan

How do I turn off error checking

Semi related to this as it appears in my searching that this is unfortunately not a supported feature. Is there a flag or something that I can put in my .sql file that will turn OFF any error checkin

Administrator failing to run on FC5

Hi folks Brand new Fedora Core 5 box running MySQL 5. I can get into the monitor and connect work with databases etc. I can 't get the MySQL Administrator to run - get lots of errors 1. I downl

Subject: Problems with triggers

Hi I 'm having problems with a trigger that I 'm working on I want to create a trigger that after inserting a row in table A will copy the row to table B and once there will delete the row from table

How do I add a column only if it doesn 't exist?

I want to do something like this if not exists `hotel_page_templates`.`hpt_custom_fields` alter table `hotel_page_templates` add column `hpt_custom_fields` text after `hpt_alternate_username` ??5

Replicating queries to testing server

Replicating a live setup especially one running on the web is extremely difficult if not near impossible. Assuming you don 't have the freedom to stop/start your mysqld for tuning/tweaking here are s

Benchmarking

Hi - It 's been a short while since I 've seen any discussion on this subject and I 'm wondering what 's happened in this arena since then. I 'm curious as to what you guys use for benchmarking nowaday

Fun with Dates and Incentives.

Brian Re your schema --it 's redundant to define PRIMARY and UNIQUE keys on the same column --why not an INT student id? --what if two (eg married) students share an email account? --compari

subject: ib_logfile based recovery

On 5/24/06 Christopher Korn <korn.christopher@(protected) > wrote > Hello everyone > > Today a script killed a few InnoDB tables in my database. Although I have backups (2 days old) I want to recover -

SPAMs

Hi J?rn I myself haven 't had too many spams I get a few anyway from various places my email address is placed. I would suggest try unsubscribing using this alias and just re-subscribe with your new

fou4s for 10.1?

There is no reason why you cannot use diffeent package managers for your system. The only thing is do not run two managers at the same time as they require exclusive access to the rpm database. T
Page 123 of 508 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100