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 422 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10  

Binary logfiles eating all my disk space

S?ren Neigaard <s.neigaard@(protected) > wrote > I have a MySQL (mysql-standard-4.0.17-pc-linux-i686) running as master > where I have attached a slave to for replication. The problem now is

accessing mysql 4.1.2 unicode features using C API

Hi I am really pleased with the new unicode features of MySQL4.1.2 alpha release. I am just a little surprised that there is still only one API call which returns the character set??? (And it retu

EJB - Entity Beans

All First let me say I know only the most basic of Java stuff. I am working with a Java colleague on the development of a data model (MySQL of course -) and we seem to run into the problem an

Linking Embedded MySQL on Mac OS X

I am having the same problem that someone else posted about back in December and I didn 't see any responses for http //lists.mysql.com/mysql/156346 Specifically I am trying to link with libmy

Select a Default column Value without a DESC?

Does anyone know of a way to use a SELECT statement to get the default value for a column? A DESCRIBE tabl_name col_name gives the values but I need it inside a SELECT. Thanks. -

Subject: Foreign Key on text field

Hi I am using MySQL 4.0.17. When I try to create a foreign key on a field of the type text I get this error 040609 15 02 31 Error in foreign key constraint of table db_name/tb_name There

A Table with a timestamp as transaction date and primary key...

Scott Fletcher wrote >I read some articles that the use of SQL 's TIMESTAMP in a table is use >for recording the actual date/time that the row was inserted and for >row(s) that is/are updated

Replication died

Hello - I just upgraded my master to 4.0.20 from 3.23.54 (ran the mysql_fix_privileges script) My slaves are all 4.0.[16 17 18] All seems well EXCEPT the Slave_IO_Runnin

unauthenticated user

Hello I have had a few systems that began to generate max connection errors. When I run a processlist there are a lot of the following entries 5899 | unauthenticated user | xx.xx.xx.xx | NULL

Subject: Converting table types

Greg Macek <it-guy@(protected) > wrote > I was wondering what happens when you change table types. Does MySQL > automatically get rid of the old table files? Yes MyISAM files are deleted. As

load data into 2 tables and set id

At 02 34 PM 6/9/2004 you wrote >Hi > >I need some help please! I have 60GB of proxy logs to parse and load into >a mysql database. I 've written a parsing script but I 'm stuck now on how >to

Update problem

echo $updatequery to screen and see what the sql looks like. > I am trying to update a table from results generated from a select query > but can 't seem to get the queries running right. The

Subject: Not getting matching records

> > I have a TBL of users and I have created a search screen where you can type in > > first or last name and it will retrieve the appropriate records. Here is the statement > > "Select * from ST

inserting works fine but I cant update.

In the last episode (Jun 09) Blake Schroeder said > I am having a update problem I have a table that has 28 columns they > are name 1-28. I am able to insert data into the table. When I try to

Subject: General log file in v3.23.52

Don Dachner <dachner@(protected) > wrote > How do I turn on the General log file in version 3.23.52? Can I put an entry in the my.cnf file and reboot? Yes put the "log " entry in my.cnf and re

Webyog releases SQLyog 3.71 & SJA 2.0

Webyog has released SQLyog 3.71 & SQLyog Job Agent ( SJA ) v2.0 Some of the major features added in SQLyog 3.71 are - -- SQLyog Notification Services - This new feature allows delivery of for

UPDATE...WHERE ... IN (SELECT...)

Sub-select not supported in version you are using. -----Original Message----- From Markus K?llander To mysql@(protected) Sent 6/9/04 11 25 AM Subject UPDATE...WHERE ... IN (SELECT...)

Subject: MySQL on NetWare and Backups

"Mark Goldfarb " <Mark@(protected) > wrote > Hi. Hope someone can help me. I am running MySQL on a NetWare 6.x > server. I am using Veritas BackupExec. I currently manually copy the > files bef

problems compiling mysql 4.0.20 (master.pid was not created in 400 seconds)

hello- i am running into trouble compiling on redhat 7.2 (2.4.7-10) configure and make run without dying - make test however produces the following output 02 17 35(luna@(protected))/tmp/source/m

Server Configuration

On Wed Jun 09 2004 at 01 45 49PM +0100 Marvin Wright wrote > Hi > > We are about to build some new database servers and I have some questions > which I 'd like some advice on. > > The mach

AW: MySQL not finidng openssl/opensslv.h

How did you install OpenSSL? From source or packages (e.g. debian or rpm). In that case you also have to install the dev-Package of OpenSSL (openssl-dev....) Sincerly Oliver Craig Harding

AW: MySQL 3.23.40 and 4.0.20 parallely on the same data-source

Hi > Is it possible (stable and without data loss -)) to run e.g. > > mysql-3.23.40 on Port 3306 > > and > > mysql-4.0.20 on Port 3307 > on the same machine (SuSE Linux with 2.4.4-kernel

Multi-row INSERTs

> Anyway my question is this. If I do a single-statement multi-line insert > are the auto-increment IDs of the rows inserted guaranteed to be > sequential? Bear in mind also that I 'm using InnoDB

Problem with Merge Table, "ERROR 1016: Can 't open file: '#sql-407f_f.MRG '. (errno

Hello * a) what could be reason /solution for the following Problem ERROR 1016 Can 't open file '#sql-407f_f.MRG '. (errno 144) b) in which directory the below reported intermediate

MySQL 3.23.40 and 4.0.20 parallely on the same data-source

Hi there just one quick question I didn 't find an answer in the docu Is it possible (stable and without data loss -)) to run e.g. mysql-3.23.40 on Port 3306 and mysql-4.0.20 on

Replication is currupted ...Please help me...

May be a full off the filesystem where the relay logbin file is ? Marc. -----Message d 'origine----- De? seho@(protected) [mailto seho@(protected)] Envoye? mercredi 9 juin 2004 09 46 A? mys

Subject: 4.0.20 x86_64 on Suse 9.1

I am having problems installing 4.0.20 (64 bit version) on Suse 9.1 (64 bit as well). 'mysqld ' and the mysql client segfault on start. 'mysql-max ' appears to be running (but of course the cl

MySQL Connector/J 3.1.2 ALPHA Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 3.1.2 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. Version 3.1.2 is a new feature rele

Subject: root password problem

Frank Bax wrote > At 08 25 PM 6/8/04 Frank Bax wrote > > > According to the docs one of the first things I 'm supposed to do is > > give root a password > > > > shell > mysql -u root mysql

Lost connection to MySQL server during query

MySQL Version 3.23.52 on Red Hat Linux Trying to establish an ODBC connection to the MySQL server from a windows 2000 server and get the error "MySQL ODBC Driver ver 03.51.06 " "Lost Connecti
Page 422 of 508 Previous 100   Previous 10   421   422   423   424   425   426   427   428   429   430   Next 10