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

Subject: --replicate* question

Chua Choon Keng <choonkeng@(protected) > wrote > Dear all > > I am new to mysql replication. I know how to use > the --replicate* options but I would like to know > whether the options act as fi

Selecting a Column

So what are you asking? I 'm confused. Are you asking just to get 'Tuesday '? (SELECT DAYNAME( '2004-03-23 ') ) The value of Tuesday where inventoryid 1? (SELECT DAYNAME( '2004-03-23 ') FROM inventor

Mysql4.0 installation problems.

Hello I have been running mysql3.23 on FreeBSD server for a long time.Lately i decided to upgrade mysql3.23 to mysql4 using ports. So i first did "make uninstall " in usr/ports/databases/mysql323

Sorting with an alpha numeric field.

In the last episode (Mar 23) Jacque Scott said > I need to create a query that will sort by a alpha numeric field. I > need the ID field returned and one problem that I will face is that when >

How to turn-off the replication?

Are you wanting to turn off replication from the master or the slave? On Tue 23 Mar 2004 Sam Yathira wrote >

Join the group

I would like to join the group. Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time.

LOCK TABLES and SHOW TABLE STATUS FROM - > deadlock? (3.23.58)

Hi I 'm trying to understand LOCKing mechanism but it is not enough described in the manual so I have to test it myself. To see what happens when I use tables I haven 't locked I created a PHP

Can 't Start Deamon - Installed MySQL 4.0.15 using YaST ( SuSE 9.0 Pro)

"Kevin Carpenter " <CARPENTERKE@(protected) > wrote > > I try to start it at the command line using - mysql mysqld mysqld_safe - > I 've tried it as root and non-root. > > Yes I get error

Cleaning up binary log files during replication

Hi I am using replication to do online backups for my tables. Now my next task is to automate cleaning up of binary log files from Master server. Assuming I have more than one slave running and may

Re: Can 't Start Deamon - Installed MySQL 4.0.15 using YaST (
SuSE 9.0 Pro)

James I try to start it at the command line using - mysql mysqld mysqld_safe - I 've tried it as root and non-root. Yes I get errors - they were listed in my origional post - I don 't have the

If DataBase Exists

A Z <xtcsuk@(protected) > wrote > > > MySQL 4.0.14 > > Possible to query for existence of a DB. For example > connect to MySQL and run run a command to check if > Database (Test2) existed.

sql question

Maybe something like Select LIKE pkg_name% LIKE site_% version from table group by LIKE pkg_name% LIKE site_% but I 'm still a beginner. Respectfully Ligaya Turmelle <Vincent.Badie

mysql:it 's a db not a dbms... how it 's possible?!

In the last episode (Mar 23) Emiliano said > how is possible that crashing a client that was quering a mysql db > located in a server this db(not sure a dbms...) it reports the > errors > > "

Subject: High resolution timestamps

You can get millisecond resolution in MySQL 4.1. Considering most systems don 't even support *true* millisecond resolution I don 't think you 're going to find anything that supports microsecond re

Subject: using "old " frm files

you can very well use those files though im not sure if you can check the table structure bafore restoring it. HTH Nitin ----- Original Message ----- From "dan " <dan@(protected) > To <mysql

Trusted Solaris

Has anyone had experience with running MySQL on Trusted Solaris? Thanks Jack -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.m

Can 't Start Deamon - Installed MySQL 4.0.15 using YaST (SuSE
9.0 Pro)

Ye That Know Short Does YaST really install MySQL 'all-the-way ' or do I now need to run 'make ' and/or 'make install ' or other similar commands? Long Previously <last week > I had install

operators in mysql

"joe collins " <joe.collins@(protected) > wrote on 23/03/2004 14 33 13 > can operators be used in MySQL e.g. > > a table Table X with column A column B column C > > All

Subject: Problem duplicating table

Vinay <vinay@(protected) > wrote > Hi i 'm trying to write an sql statement which will make a copy of a > table including all its data and indexes. The problem comes with the > fact that the table c

Uexpected shutdown

Hi all This morning my server wasn 't running. For some reason it had shutdown which the error log shows but what 's causing it is a riddle to me. I 'm now running with --log and --log-updat

sorry for the dupe post (was "Re: created user but ... ")

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi again all -- ...and then David T-G said... % % I have just moved my web site from one server to another (whew!) and I am % having a problem

created user but access denied

David T-G <davidtg-mysql@(protected) > wrote > > I have just moved my web site from one server to another (whew!) and I am > having a problem with a mysql user definition for a calendar progra

Does the binary log enabling affect the MySQL performances?

Hello colleagues I 'd like to know IF by enabling the binary logs production I 'll affect meaningfully the MySQL DB performances and HOW MUCH the performances are impacted Any witnesses on this

Subject: Unexpected GROUP BY result

I 'm getting unexpected results when using GROUP BY. If you specify a WHERE match in the query I get the desired result but if I remove it to show all results the set returned is inaccurate.

AUTOCOMMIT and MySQL 4.1, returning nothing on a valid query

OK the scenario I 've got is that I 'm using MySQL 4.1 and Python (using mysql-python to access the server). I have a script like the following ############ conn MySQLdb.connect(....) # B

commit,buffers

OK first off this website is kinda infuriating. Why can 't I click on the message thread on the web and reply that way? I 'm not even sure this message will reach it 's recipients. </rant >. Anyho

mysql have same function mthod as Oracle decode()

"Qiang.zhou " <qiang.zhou@(protected) > wrote > Dear All > > At oracle8i i can write this sql > select decode(a.id null 'NULL ' 2 "God ' 3 'Norma ' 'Animal ') from user > > Then i w

Downloading Data

Rick Duley <rick@(protected) > wrote > Hi folks > > I am running MySQL 4..0.7-gamma on Red Hat Linux 7.2. > > I wish to download data from my database. > > I have a directory called '

HA cluster + replication + loadbalancing

Hi all I am working on a project that uses Mysql. My task is to provide a fault taulerant platform for it. I would like some help to optimize the two ends of this platform. There are few th

Subject: mysql openssl Question

Hello I have a redhat system that is running mysql with openssl for secure connections. There was just a rpm update from redhat for openssl. I applied that and mysql/openssl connections seem fi
Page 475 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10