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 12 of 508 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Subject: Re: - urgent

Ratheesh K J schrieb > Hello all > > I issued a create table statement on the master for a table which was not present on the master but present on the slave. > I did this purposely to see the error

Subject: - urgent

Hello all I issued a create table statement on the master for a table which was not present on the master but present on the slave. I did this purposely to see the error on slave. I am a newbie to

Subject: RE: funky characters in columns

[snip] Try replace(replace(dealerLong '\n ' ' ') '\r ' ' ') [/snip] Didn 't work perhaps because they are hidden. I ended up taking the long road update table set foo replace(HEX(foo) '0D ' ' '

Subject: Re: funky characters in columns

Try replace(replace(dealerLong '\n ' ' ') '\r ' ' ') Jay Blanchard wrote > I did some googleing and some other searching now I am looking for a > cure all. I have a column into which it appears t

Subject: RE: DB Schema Comparison Utility ?

This has been asked for many many times on this list not sure why mySQL AB doesn 't just release a command line tool like a 'mysql diff ' and also a 'mysql lint '. The lint one should be totally trivial

Subject: Re: Mysql innodb commandline check and repair

Bryan Cantwell wrote > I have Mysql 5.0.45 using innodb tables. > Occasionally I get corrupted tables. I can go into Mysql administrator > gui and see the bad table and I can repair the index or wha

Subject: Mysql innodb commandline check and repair

I have Mysql 5.0.45 using innodb tables. Occasionally I get corrupted tables. I can go into Mysql administrator gui and see the bad table and I can repair the index or whatever is wrong from the gui.

Subject: Re: funky characters in columns

Hi Jay Try this http //www.xaprb.com/blog/2006/04/14/bad-character-data-in-mysql/ Baron Jay Blanchard wrote > I did some googleing and some other searching now I am looking for a > cure all. I

Subject: funky characters in columns

I did some googleing and some other searching now I am looking for a cure all. I have a column into which it appears that a carriage return has been inserted and it is mucking about with some queries

Replication Issues

> Hopefully that 's enough info for you to decide whether you read it right. > But it looks like your slave had some issue with that. Do you have a lot > of privileges? One of the Google engineers

Replication Issues

Jesse wrote > > What is the event at that position in the binlog? Use the mysqlbinlog > > tool to see or on the master you can run SHOW BINLOG EVENTS (check > > the manual for the full syntax). > >

Replication Issues

> What is the event at that position in the binlog? Use the mysqlbinlog > tool to see or on the master you can run SHOW BINLOG EVENTS (check the > manual for the full syntax). If I 'm reading this

Replication Issues

Jesse wrote > > I can 't think of anything other than looking deeper into the MySQL log > > files. I 'm not sure where those are on Windows but I imagine it 's > > not all going to the event log. Mayb

Replication Issues

> I can 't think of anything other than looking deeper into the MySQL log > files. I 'm not sure where those are on Windows but I imagine it 's not > all going to the event log. Maybe there is somet

Subject: RE: Having trouble storing monetary values...

It seems that way to me too Baron. I actually did a test using Navicat and intput a test debit into the table directly. It took the amount 150.49 without any problem nor did it round it off to

Replication Issues

Hi Jesse Jesse wrote > I posted this message on the Replication list but have got no > responses so I figured I 'd try here. > > I just set up Replication recently with a Web Server 2003 server

Subject: Re: Proper way to Re-cync in Replication

Hi Jesse Jesse wrote > I posted this on the Replication list but have received no reply so I > figured I 'd try here. > > When the databases get out of sync during replication what is the best

Subject: Proper way to Re-cync in Replication

I posted this on the Replication list but have received no reply so I figured I 'd try here. When the databases get out of sync during replication what is the best way to re-sync them on a Windows

Replication Issues

I posted this message on the Replication list but have got no responses so I figured I 'd try here. I just set up Replication recently with a Web Server 2003 server being the master and a Windows

Subject: Re: Having trouble storing monetary values...

Hi Rick (I 'm CCing the list in again -- keeping the discussion on-list lets everyone see it and potentially solve their own problems by searching archives in future). It looks to me like it ought

Querry Count Rows

Very well Works thanks. -----Mensaje original----- De Ananda Kumar [mailto anandkl@(protected)] Enviado el lunes 01 de octubre de 2007 13 16 Para informatica@(protected) CC mysql@(protected)

Querry Count Rows

can u please give sample data. If the same city has more than one order_id then you could use this select city count(*) "total " from table group by city order by total desc limit 10 regards anand

Querry Count Rows

Hi all I have a table with ordes and i want to know the top 10 Citys have the most ordes. This is my table Order_id City Need count the rows where haver the most similar text y the colum

MYSQL CLIENT PROBLEM

Hi Baron The answers are as below I have not upgraded the server. Done tuning on my.cnf on innodb parameters. No i have not change the storage engine from MYISAM to INNODB Regards Krishna On 9/2

DIAGNOSTIC MYSQL

--- Krishna Chandra Prajapati <prajapatikc@(protected) > wrote > Hi All > > Is there is any script or tool that can diagnostic the mysql. It can check > for the errors give suggestion give reports

Subject: MySQL DateTime Source on CentOS 5

I 'm running Apache/MySQL/PHP5 on a CentOS 5 server and have started to get some strange date and time inconsistencies between OS time and MySQL time ( "now() "). 1. MySQL Time [proton200@(protected)

PROBLEM

Hi All There are many user accessing the production server and making a lots of mistake running wrong query (It occurs by mistake if they don 't pay attention) . There is any tools or script which c

DIAGNOSTIC MYSQL

Hi All Is there is any script or tool that can diagnostic the mysql. It can check for the errors give suggestion give reports and send emails. It can check the mysql system variables and give sugg

Subject: Re: Conflicting server IDs on slaves

Hello David David Schneider-Joseph wrote > Hi all > > What do you know about the effect of conflicting slave server IDs on the > master in general? And specifically are you aware of any issues

Subject: Bug: "drop view " breaks replication

Hi I use mysql-5.0.45 on opensuse 10.2 linux x86. The following reproducably breaks replication node A is master node B is slave A mysql > use anydb A mysql > drop view asdasdasd ERROR 1051 (42S0
Page 12 of 508 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100