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

can anyone help with mysql/innodb stuff?

I have a problem with mysql/innodb hopefully someone here can offer a nice pointer. our innodb databases got wiped out (oops) and the problem is the .frm files dont seem to match the structure

Binary size problem

I compiles a C application which uses mysql library on two RedHat 9.0 machines. Both machines are using the same GCC and the same MySQL 4.0.16 MySQL-client-4.0.16-0 MySQL-server-4.0.16-0 MyS

mysql as cluster service, failover causes broken replication

Hello-- We 're using Red Hat 's cluster manager (RH AS 2.1 MySQL 4.0.16 RPM). Due to a problem within the cluster software that we 're working on with Red Hat the cluster fails over from one node

Cannot Resolve External Symtab Entries to mysqlclient Library Within C Program

I am attempting to interface between a simple C program and MySQL client library but without luck. I searched the MySQLforum archives to see if there was info specific to this problem. While ther

Subject: How to prompt variable

Hi i want to update couple of columns like update tablename set <value1 > where columname <value2 > I want to run query on mysql prompt each time and enter value1 and value2 for diffrent column

Should there be an entry in the mysql error log?

At 14 33 -0600 3/22/04 Daniel Gaddis wrote >I copied the following from my coldfusion application.log > > "Error " "2152 " "03/20/04 " "09 03 13 " "ODBC Error Code S1000 (General >error) <P > [MySQL

Performance Koan

Do a mysqldump -d on both machines to make sure the schema and the indexes in particular are exactly the same. Run "analyze table " on all tables. Make sure the MySQL conf files (e.g. /etc/my.cn

Subject: Re: Count all rows if limit by?

Thanks a lot Jigal and Egor - just what i searched for! Sincerely Victor -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.m

MERGE table with some packed tables?

In the last episode (Mar 22) Chris Elsworth said > Now that 's all well and good and I 'm fairly sure it 'll all work but > another interesting idea I was wondering over was - can I myisampack > th

What is Frequency of Master Binlog Dump to Slave

John McCaskey wrote > The master pushes data to the slave as soon as it has executed the query > itself. It is not a periodic push but an asyncrounous push as soon as > data is ready to be sent.

PHP script cannot connect MySQL server

>I finally managed to install MySQL succesfully. I created a simple DB with two >different tables. I also created a simple PHP script to list all DBs and >tables. > >However it seems that the

Mystifying mysqld memory usage explosion

Tim ----- Original Message ----- From "Sasha Pachev " <sasha@(protected) > Newsgroups mailing.database.myodbc Sent Thursday March 25 2004 7 04 AM Subject Re Mystifying mysqld memory usag

Need help finding months with entries

I think you need the DISTINCT operator. Assuming you haven 't seen it it works like this. Let 's say that your query asks for a list of all the job titles in your employee table where the job tit

Subject: Replication errors...

Stanton Brian wrote > Shortly after the MySQL 4.0 line went to production I upgraded to mysql > 4.0.12. Since then my slave has been getting corrupted tables 2 to 3 times > every month. I 've a

select statement not working in a php page

>I am trying to get a single result from a database which works fine at >the sql command line. I have tried several versions of code this being >the most recent - ... >No matter what I do I do

Subject: Selecting non opposites

I have a table of adjectives +--------+ | word | +--------+ | green | | ugly | | dark | | evil | | female | | male | | drunk | +--------+ and I want to select three of t

Full-Text with JOIN

Hi! On Mar 21 Lorderon wrote > Hi > > I also found that when you use JOIN with full-text MySQL don 't > automatically sort the results by the coefficient of the full-text... when > you use

Subject: Re: COLLATE in CREATE TABLE

programmer@(protected) wrote > > I want to CREATE a TABLE an specify a collation. > > If I do > CREATE TABLE ... DEFAULT CHARACTER SET latin1 COLLATE latin1_german1_ci > SHOW TABLE STATUS sh

The MySQL data folder can be an virtual link?

Hi Is it possible to move the folder "data " where there are all databases to another hard driver and then create a virtual link using "ln -s "? If yes is it just shutdown the MySQL server and

(simple select) bug? version problem? or just bad SQL?

I think you need to be using select * from clients_tb where active 'on ' AND first_name LIKE '%ja% ' OR middle_name LIKE '%ja% ' OR last_name LIKE '%ja% ' " Your query is looking for names where t

Subject: Another Performance query

A Z wrote >Thanks for your replies regarding to my previous >query. > >We have encountered another problem >MySQL 4.0.14 INNODB. >A table does have an Index on Field1 this field >(Field1)

Optimal RAID stripe size(s) for InnoDB?

Jeremy I am not sure if I have seen benchmarks of this. I think the stripe size is not very important as long as you make it significantly bigger than the InnoDB page size of 16 kB. Since it

CHAR problem ...

> > I have some problmes with MySQL. We have some CHAR columns which after > > CREATE or ALTER TABLE > > > > ALTER TABLE `traffic_stat` CHANGE `media_file_class_id` > > `media_file_class_id` CH

JOINING...

Hiya peeps. I have a table which looks something like this TABLE1 id something page1 page2 page3 1 "wibble " 1 3 5 TABLE2 id name 1 "hello " 2 "world " 3 "why can 't " 4 "i get "

mysterious "can 't connect " error message in our logs(2)

The continuing saga > Can 't connect to MySQL server on '192.168.13.205 ' (4) Our sysadmin has been searching in the sources of the MySQL client and came up with this The errormessage (4)

PHP page killing session on submit!!

I am using the MX04 and PHP 4.3x to auto generate and authenticate a login page but sessions just seem to be lost on submit??? When I call the login page this session is started - sess_ef

mysterious "can 't connect " error message in our logs

Hi list We recently installed a new MySQL server (Redhat 8 MySQL 4.0.18 same as old machine but with more powerful hardware) and every now and then the following error appears in the errorlog

Subject: Undelivered mail: fake

Dear User the message with following attributes has not been delivered because contains an infected object. Sender mysql@(protected) (may be forged) Recipients office@(protected)

interesting....BUG?

"Nestor Florez " <Nflorez@(protected) > wrote > > I have a php web application that has an admin page for inserting course > records and one for selecting course records 20 > and a client page for

Avg and Std function - null values

In article <BAY1-F35jWQYwg105xz000042e5@(protected) > "Pina Kelwin " <kelwinp@(protected) > writes > Hi > I have a table with the sales of each product by month (in the format > yyyymm). > Fo
Page 476 of 508 Previous 100   Previous 10   471   472   473   474   475   476   477   478   479   480   Next 10