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 487 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10  

Subject: Partial Replication ?

Bonnet R?my <remy_bonnet@(protected) > wrote > Hello > > I have a database which is flushed every four hours > and > I want to replicate it without replicating the delete > queries . Is this pos

msSQL <- > MySQL (exhanging data between the two)

I haven 't tried but it seems quite difficult for one thing both sql engines are very differents. So the short answer would be a plain no. Now trying something exotic would be making a odbc bridge

locking issues

Hi Group A question about locking. In my code (delphi but that doesn 't much matter) I fire ad-hoc queries (select). Before the query i fire a locking query (read) for that particular tables. S

An doubt about mysql version 4.0.x agains 4.1.x

"Luiz Rafael Culik Guimaraes " <culikr@(protected) > wrote > Dear Friend > > an friend of mine told that the follow line bellow dont work with mysql > version 4.0.x > > * Support for subqueries

Replication broken after upgrade from 4 to 4.1

Stefan Kuhn wrote > Hi everybody > I have three mysql servers doing a circular replication. They (still) run > Redhat 7.3. I started with Mysql 3.23 upgraded to 4 and yesterday I tried > 4.1.

Can my.cnf actually lessen performance?

OS X 10.3 and mysql 4.x I have a situation where after time certain queries get really slow in the area of 30 seconds. I seem to have pinned it down to my use of my-large.cnf. If I remove this f

Drop and Add Functions in Mysql 4

You could try MySQL 5(it is in alpha state) which comes with stored procedures mixing stored procedures and prepered statements could be a possibility. About Sybex 's book haven 't read it but

Subject: MySQL 5 Application Error

"Mulugeta Maru " <mmaru@(protected) > wrote > I am using MySQL 5 issuing the following query when the application died on me three times.Query Select name year_of_birth from players where year_of_

Querying serveral databases (Views?)

in case someone hasn 't answered you yet.. do you know that you can specify a database.tablename.column syntax in your queries to go across multiple databases? Daniel Ek wrote > Dear list >

How can I disable 'max_connect_errors '?

Daevid Vincent wrote > Is there a way to disable this 'max_connect_errors ' thing? > http //www.mysql.com/doc/en/Blocked_host.html > > Tried "max_connect_errors 0 " but then it shows up as "max_c

foreign key constraints are driving me crazy!

Some key in the table is null when it shouldnt be or the type of the join keys isnt the same. i have had issues when importing data from a dump so i 've had to do a FORIEGN_KEY_CHECKS 0 > > So I h

My.cnf and other start options I do not get

I am having trouble undertanding a few things with mysql. OS X 10.3 MySql 4 current stable I cp 'd my-large.cnf to /etc/my.cnf This is the first time I have ever had this file in use I have just

Subject: AW: Too many connections

Freddie Sorensen wrote > Randy > > Thanks but I am not really sure where the connections are kept alive or > 'asleep ' > > I am quite sure that I am closing my objects setting them to nothing

Subject: AW: OLEDB Provider for Mysql

Gilbert You might want to look at the ByteFX provider Freddie -----Urspr?ngliche Nachricht----- Von Gilbert Wu [mailto gilbert.wu@(protected)] Gesendet Donnerstag 4. M?rz 2004 18 28 A

problem with query

Dear Friends Running the follow query select max( sr_recno) from test_table down work for re the error id returned by mysql_errno is 3731792 server is 4.1.1a-alpha Table structure is S

creat table

Dan Liu wrote > Hi > > I have a question about 'create table '. > > If two persons create table both name 'table1 ' at the same time in same > database what would happen? > It cannot hap

MS Access and MySql

Are you using ODBC Links or are you importing the table into MS Access from MySQL? Are there unique constraints on the table to prevent duplicate data from being entered? > > > > > > > > > > > > > > > > > > Origi

Subject: Test Email - Disregard

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

RE: mysql reply - Checked by Vexira - - Checked by Vexira - -
Checked b

The MySQL server is not running. Did you start the MySQL server? > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/4/04 1 19 28 PM Scott Bounds <scott.bounds@(protected) > wrote regar

INSERT INTO SELECT

Table ProductSums has not been created. Can you create this table when you insert data into it? INSERT INTO ProductSums SELECT DISTINCTROW IndenturedList.NSIPartNumber Sum(tblInvTransaction.

Subject: constraints within a table

Hi > I have a table where I would like members of a uid field to be limited > by the range of values that are in another field. What I am looking for > would be taken care of with the enum() op

mysql_get_metadata with SHOW queries

"Nate Blanchard " <nate@(protected) > wrote > According to the C API docs on mysql_get_metadata > " If a statement passed to mysql_prepare() is one that produces a result > set mysql_get_metadata() r

Subject: OLEDB Provider for Mysql

MyODBC/MySQL connections can be made DSN less. > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/4/04 11 28 19 AM Gilbert Wu <gilbert.wu@(protected) > wrote regarding OLEDB Provide

mysql reply - Checked by Vexira -

Can you do a ps -ef | grep mysql and post the results? Also can you log in using mysql --user mysql -p -P3306 Original Message dated 3/4/04 10 43 26 AM Author Scott Bounds <scott.bounds@(protected)

Can 't seem to get to run properly - Checked by Vexira - - Checked b

> What operating system are you using? What does your my.cnf look like for > the sections --8 <-- Please don 't overquote like that. -- Martijn -- MySQL General Mailing List For

RE: Can 't seem to get to run properly - Checked by Vexira - -
Checked b

What operating system are you using? What does your my.cnf look like for the sections [mysqld] ... socket... Can you connect to the MySQL server? > > > > > > > > > > > > > > > > > > Original Message < < < < < < < <

Can 't seem to get to run properly - Checked by Vexira -

Does the socket actually exists? Are you able to connect via port? > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/4/04 9 04 02 AM root <root@(protected) > wrote regarding Can 't

Subject: Duplicates returns in query?

You have no join criteria between your tables. > > > > > > > > > > > > > > > > > > Original Message < < < < < < < < < < < < < < < < < < On 3/4/04 9 23 41 AM Erich Beyrent <erich.beyrent@(protected) > wrote regarding Duplicates

questions about connection settings

At the moment we have 6 webservers (RedHat) behind a loadbalancer which use one dedicated MySQL server (plus two smaller dedicated MySQL servers for a few special sites) for their data. On setting

Sintax - Where xx not in (another Select structure)

Gabriel Alessandria <galessan@(protected) > wrote > There exists the possibility of doing a SELECT where the list of IN() clause > is the result of another select ? > > Like this for example
Page 487 of 508 Previous 100   Previous 10   481   482   483   484   485   486   487   488   489   490   Next 10