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

ERROR 2002: Can 't connect to local MySQL server through socket

I have installed MySQL provided with SuSE Linux 9.0. My intention was to figure out how it could be used with PHP that is running on Apache. I managed to install all required RPM packages but whe

Subject: Help with a tough query

I didn 't think this was too hard when I first created it but now that I 'm loading test data it 's not working as expected. The core of the query is three tables Event Contact and Regarding.

need to know how to export database to CSV format

Don 't know if this will help but this is how I offer web clients to "save as excel " in cold fusion <cfif #ViewInExcel# is "Y " > <cfcontent type "application/vnd.ms-excel " > </cfif > the key

Subject: Temporary tables in mySQL

It 's dead easy see the example below. By the way the term you want is 'join ' not 'merge '. In the example Sample is the name of the database. 'emp ' and 'dept ' are two tables that can be joined

Subject: How to get configuration info

> Is there a way (utility command etc...) to find out what config settings > a mysql server was started with? > For example someone started a server and I 'd like to check to make sure > the co

hard boot killed replication execution

Did you look in the error log for the slave to find out the reason it can not contact the master? > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/15/04 1 39 44 PM Daniel Gibby <dg

MySQL 4.0 - Download - Viruses ?

At 17 25 -0700 3/16/04 Sasha Pachev wrote >Kevin Carpenter wrote > >While downloading this a I got a number of virus warnings from > >McAfee. I aborted the download. > > > >Anyone else experienc

mysql-test 4.1 fails with the gis test

>Description After pulling the 4.1 version from bk-internal.mysql.com /home/bk/mysql-4.1 I compiled with BUILD/compile-pentium-debug and startet tests with make test. Th

AW: Test Email - Please Disregard

Successfully disregarded ! -----Urspr?ngliche Nachricht----- Von Kevin Carpenter [mailto CARPENTERKE@(protected)] Gesendet Montag 15. M?rz 2004 19 33 An mysql@(protected) Betreff Te

Subject: Test Email - Please Disregard

Test Email - Please Disregard - >Kevin Carpenter CHOP - Biomedical Engineering (215) 590-5762 -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To un

Subject: Switch replication master

Hi I use replication with 1 master and 1 slave. Right now the slave is only used to make a backup. Next week I am going to change my master motherboard. So I need to take it offline for a while

MySQL Training in the North West of UK

Andrew McCall wrote > ********************************************************************** > This email and any files transmitted with it are confidential and > intended solely for the use of th

Processlist : state "Writing to net "

rekin 's janky wrote > Hi listers > > Using MySQL 4.0.15-max-debug on Windows 2000 I am working with perlscripts. > > When one of my program runs I have an unexpected long time for one que

What exactly is happening with this table create?

You did not state the tool you are using so I am not sure if the syntax is meant to be a constraint or an index. Since an Index was stated once for each column I am assuming the first UNIQUE is a co

restoring a database from tape

Tim Cutts <tjrc@(protected) > wrote > > On 16 Mar 2004 at 09 06 Victor Pendleton wrote > > > If the directory structure is the same and the snapshot is consistent > > then > > the answer is

any select statement like uniq in unix

"Jan Blomqvist " <jan.blomqvist@(protected) > wrote > Hi! Is there a select statement wich works like the command uniq in unix > if I shall list a table with a column wich for example is telephone

Got an error reading communication packets - ???

Hi MySQLians After such a long span (nearly 1 month) of searching the solution for the server restart while executing C API prepared statments I found that the execution met the error in the s

Access denied from a single machine...

Tim Cutts <tjrc@(protected) > wrote > > Server version MySQL 4.0.18 running on Red Hat Linux 8.0 > > Symptoms All our machines except for one can connect to the database. > That one mach

Subject: Getting Identity after INSERT

Alex Curvers <curvers@(protected) > wrote > > Whats the preferred syntax to insert values in multiple (related) tables > I insert one record then i need the ID of the inserted value to add it

Log production option enabling

Enrico.Venturi@(protected) wrote > Hello colleagues > I would like to know if it 's possible to start the log file production > at run time i.e. without > stopping and restarting the database ..

can MySql run over windows os?

hi ?? ?? Yes you can have MySQL for Windows OS ... visit http //www.mysql.com/downloads/mysql-4.0.html --- > Windows downloads - OK --- ?? ?? <thyme_se@(protected) > wrote > Dear sir

Dual-installation: MySQl 3 + 4 ?

markus@(protected) wrote > Hello! > Is there a possibility to install MySQL 3.X and MySQL 4.X parellel on one > FreeBSD-Machine? Sure. > I would like to work with the new version but a lo

Re: MySQL takes 8Sek, MySQLcc takes 0.1Sek to run the same query.
WHY???

MySQL puts an automatic limit of 1000 on all select queries. Try adding "LIMIT 1000000000 " and perhaps then it will take a good long time like you want. Tom. -- MySQL General Mailing Li

Subject: Mysql Eval Information

Hi First please do not prioritize any emails to a mailinglist. It might be "high priority " to you it isn 't for the mailinglist readers who are supposed to respond. It 's not good mailinglist-et

InnoDB Conversion

Hi. I have a query that has been running for 10.7 hours. It is converting a 3.6GB MyISAM to Innodb. 38448 | copy to tmp table | alter table `MESSAGES` type innodb The innodb data file has incre

hello , Can I ask you a question about "MFC + ODBC + MYSQL "

hello mysql .??first sorry for my poor english . I 'm used CRecordSet to connected database of mysql(linux) . Read source data no error but can 't write data has a "memory allocation error " e

finding max values

"Keith " <warlord_khan@(protected) > wrote > i 'm trying to find the max value of a certain field and return a field linked with the max value. The tables > > planets-- > population > government

Subject: REGEX in an Order By clause

How do I use a REGEX expression in the Order By clause? I have a column which contains data that looks like this A002C A001 A1000C B100AA CAR A023 I use a query like this that sorts

Subject: understanding foreign keys

rb <rb@(protected) > wrote > I am a new user trying to learn mysql (using InnoDB tables mysql > version 3.23.54) and to create a useful database for a project I am > working on. In trying to underst

Subject: Aliases and bookmarks

Scott Haneda <lists@(protected) > wrote > There are some things I do in mysql often is there some way to alias or > otherwise bookmark a a sql statement for simple rapid use in the future? You ca
Page 480 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10