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 8 of 508 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

Subject: Re: Saving space disk (innodb)

Dan Rogart wrote > OPTIMIZE TABLE should reclaim that space but be aware that it could > take a while to run (locking your table all the while) since it just > maps to an ALTER TABLE statement which

Subject: Re: Saving space disk (innodb)

He 's using 4.0 it 's not an option in that version -( Andrew Carlson wrote > If you do what Baron suggests you may want to set Innodb to create a > file-per-table - that way in the future you co

Subject: Re: Saving space disk (innodb)

If you do what Baron suggests you may want to set Innodb to create a file-per-table - that way in the future you could save space when tables are dropped or you could recreate innodb tables indivi

Subject: RE: Saving space disk (innodb)

OPTIMIZE TABLE should reclaim that space but be aware that it could take a while to run (locking your table all the while) since it just maps to an ALTER TABLE statement which creates a new copy of t

Subject: Re: Saving space disk (innodb)

Hi Tiago Cruz wrote > Hello guys > > I have one monster database running on MySQL 4.0.17 using InnoDB > > 270GB Oct 10 14 35 ibdata1 > > > I 've deleted a lot of register of then and I 've ex

Subject: Saving space disk (innodb)

Hello guys I have one monster database running on MySQL 4.0.17 using InnoDB 270GB Oct 10 14 35 ibdata1 I 've deleted a lot of register of then and I 've expected that the size can be decreased i

- load

Hi Ratheesh K J wrote > @(protected) > > Currently we run all our complex reporting queries on a different > server. We are not using replication though. What we are doing is to > restore the backup of t

Subject: Re: Query not returning Data

> Sorry about double post I am having problems with my ISP. > > I have the following query > > SELECT * > FROM Sight_Hearing_Help > WHERE 'type_help ' "Eye Exam & Glasses " > AND 'board_action_dat

Subject: Re: Query not returning Data

russbucket wrote > Sorry about double post I am having problems with my ISP. > > I have the following query > > SELECT * > FROM Sight_Hearing_Help > WHERE 'type_help ' "Eye Exam & Glasses " > AN

Subject: RE: Query not returning Data

Have you tried testing the two parts of your WHERE clause separately? Regards Jerry Schwartz The Infoshop by Global Information Incorporated 195 Farmington Ave. Farmington CT 06032 860.674.8796 /

Subject: RE: Query not returning Data

Oh boy.. having the date stored as a varchar in that particular format will be profoundly problematic. You might want to store it YYYY-MM-DD or the SQL BETWEEN will mangle the expected return results

Subject: Query not returning Data

Sorry about double post I am having problems with my ISP. I have the following query SELECT * FROM Sight_Hearing_Help WHERE 'type_help ' "Eye Exam & Glasses " AND 'board_action_date ' BETWEEN "07-

Subject: RE: Query not returning Data

[snip] SELECT * FROM Sight_Hearing_Help WHERE 'type_help ' "Eye Exam & Glasses " AND 'board_action_date ' BETWEEN "07-01-2007 " AND "12-31-2007 " LIMIT 0 60 [/snip] Try WHERE type_help LIKE '%Eye Exa

Subject: cancel of <20071010150111.22924.qmail@lists.mysql.com >

cancel by original author -- MySQL General Mailing List For list archives http //lists.mysql.com/mysql To unsubscribe http //lists.mysql.com/mysql?unsub mysql@(protected)

Subject: Re: Query not returning Data

russbucket wrote > I have the following query > > SELECT * > FROM Sight_Hearing_Help > WHERE 'type_help ' "Eye Exam & Glasses " > AND 'board_action_date ' BETWEEN "07-01-2007 " AND "12-31-2007 " > LI

Subject: Query not returning Data

I have the following query SELECT * FROM Sight_Hearing_Help WHERE 'type_help ' "Eye Exam & Glasses " AND 'board_action_date ' BETWEEN "07-01-2007 " AND "12-31-2007 " LIMIT 0 60 Returns empty row e

- load

@all Currently we run all our complex reporting queries on a different server. We are not using replication though. What we are doing is to restore the backup of the live data every night onto the r

Subject: Re: MySQL Server crashing & database corruption

I tried something different This Server was acting as a slave before so I removed all the Slave stuff from it. Also mydns DNS Server was running but i relocated it to a different server. Unfortun

Subject: RE: Client does not support authentication protocol requested by server

I would have a look here http //dev.mysql.com/doc/refman/5.0/en/old-client.html Secondly if I 'm not mistaking the some_host should be localhost if you want the script only to be able to connect fr

Subject: Re: how to restore mysql database after Crash

Recover your files first and then you can see where you can go. I suppose you now have backup plans in place now? Keith David Winslow wrote > Hey > > > > Environment > > Windows 2003 server >

Subject: Client does not support authentication protocol requested by server

Hi We have php 4.3.4 and mysql 5 My test script produces this Client does not support authentication protocol requested by server http //www.jewishgen.org/cemetery/connect-test.php Research sug

Subject: Re: secure host and user name for non static ip address

Sign up for dyndns.com or some other similiar service. Create permissions to the domain and run a script that updates you IP with dyndns whenever it changes. (such scripts already exist). As far as

Subject: secure host and user name for non static ip address

QUESTION What are the most secure permissions settings for administrator access to connect to my server without using a static IP address? MY ISP changes my DSL ip address almost daily so when I

Subject: Unbiased opinion needed on access control procedure

Hi all I 'm looking to get an unbiased opinion of two possible methods for controlling access to database servers. Here are the specs * 6 database servers all firewalled off to the outside world

Subject: MySQL Connector/J 5.0.8 Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.8 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. This is a bug fix release for the current pr

Subject: how to restore mysql database after Crash

Hey Environment Windows 2003 server Mysql 5.0 server Problem Our server crashed and the c drive was formatted. Unfortunately we did not have a backup of the mysql databases which we were

Subject: MySQL Connector/J 5.1.5 Has Been Released!

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.1.5 the first production release of the 5.1 branch has been released. Connector/J is the Type-IV pure-Java JDBC driver for MySQ

2008 conference fee?

Sid Lane wrote > stupid non-technical ? > > does anyone know what the registration fee is going to be for the 2008 > conference? my mgr needs a # today to put in next yr 's budget & I couldn 't > fi

Subject: RE: Problem with repeated replication corruption - Could not parse relay log

Frank- I 've had the exact same issue crop up in our prod servers - it was very frustrating as it was intermittent and would affect some of our slaves but not all. We had a lot of back and forth wi

Subject: Re: Problem with repeated replication corruption - Could not parse relay log

Baron Thanks for the quick response. I do have the binlogs still on the master so I should be able to do that - however I saw a post somewhere (lost the link at this time) saying that resetting t
Page 8 of 508 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100