RE: MySQL Secure Connection(e.g. SSL) Question

2004-08-26 Thread Greg . Cope
Ah I did not know that. Excellent. Still does not get round the issue that MySQL in most default binary distributions does not include SSL. Which I think is a shame, but then again is probably a lib issue. Thanks for that. Greg > -Original Message- > From: Eamon Daly [mailto:[EMAIL P

RE: MySQL Secure Connection(e.g. SSL) Question

2004-08-24 Thread Greg . Cope
> I need to connect to a remote MySQL database from a PC using > SSL. I would > prefer to connect using perl DBD. Does anyone have a > suggestion how I can > accomplish this task or an alternative solution? What about stunnel or ssh tunnels and then use DBD::mysql on top. ISTR that DBD::mysql c

RE: time out factor ofMySQL

2004-08-09 Thread Greg . Cope
> > hi all, > > i'm developing a web based application under r-g linux 9 with > MySQL 3.23.54a-11. i have planned to upgrade it to 4.0.20. it > seems that if i keep the current version of MySQL running for > more than 8 hrs, it times out with the web-server (tomcat > 4.x) and dies out. due t

RE: MySQL Administrator certain options only valid at localhost

2004-02-13 Thread Greg . Cope
A probable reason is that these are in startup files and hence the interface needs file system access. AFAIAA There are plans to have dynamic settings that can be changed at runtime, but these are still plans. No idea on the rest of it thou. Neat tool, and looks great! Like the backup tools. T

Binary dist of 3.23.43 ok, 4.0.0 alpha fails to start

2001-10-18 Thread Greg Cope
Dear All I've reverted back to 3.23.43 from 4.0.0 as I was unable to get it to start on my (patched) Redhat 6.2 box. Has anyone else managed to get the binary distro of 4.0.0-alpha to start on a Redhat 6.2 box ? Thanks Greg sql ---

bug (+ fix) in mysql_config ! breaks DBD::Mysql

2001-09-14 Thread Greg Cope
Dear Mysqlers mysql_config in the linux binary distro appears to have two similar bugs ... When run it returns: Usage: /usr/local/mysql/bin/mysql_config [OPTIONS] Options: --cflags[-I'/usr/local/mysql/include/mysql'] --libs [-static -L'/usr/local/mysql/lib/mysql

Re: XML Support

2001-09-05 Thread Greg Cope
idea, but this was discussed on the list a few months ago - check the archives as I think a few MySQL chipped in. Sorry if this sounds a little negative and sarcastic, but I've delt with a few projects where it got over complicated because of the use of XML/XSLT, and managers whom want to

Re: Replication advice needed...

2001-08-26 Thread Greg Cope
Jeremy Zawodny wrote:> > On Fri, Aug 24, 2001 at 09:37:43AM -0700, Bryan Coon wrote: > > > > The other solution is rsync. I dont know much about this guy yet, > > but I have some concerns with using it to copy over large remote > > files. For example, if I have a 1.2 gig table that has been hea

Re: backup/restore of mysql

2001-07-10 Thread Greg Cope
Pete Kuczynski wrote: > > Hi, > I've posted this question before, and some were kind enough to respond > with suggestions to my question [replication], but I'm looking for > something more difinitave. > > Background: I'm running a production mysql database/php4/Apache on a NT4 > IBM Netfinity se

Binding to one IP address on a multihomed host

2001-06-21 Thread Greg Cope
Dear All I want to bind mysqld to one IP address on a multi-homed host. A search of the manual has not revealed anything - have I missed something or is this not an option ? If its not an option can it be added ? Thanks Greg ---

Re: Error 127?

2001-06-15 Thread Greg Cope
Cesar Cabrera wrote: > > Hello and thanks, > > can you tell me where can I get information about the errors > presented by MySQL? I have that kind of trouble each time the server (the > machine) crash and it's no solved after myisamchk with any option. > a) perror [error number

Re: $dbh->tables, SHOW tables, etc.

2001-05-26 Thread Greg Cope
Daniel wrote: > > Scratch that, normally egcs and gcc are the same, at least on older > redhat distros. Redhat 7.0 gives you compat-egcs package which isn't the > same as your gcc. > > I symlinked (on a 7.1 redhat box) egcs to gcc (2.96-69) and --rebuild > 3.23.38 from the .src.rpm. > Both show

Re: ODBC for MySql with SSL

2001-05-13 Thread Greg Cope
Tonu Samuel wrote: > > On 09 May 2001 09:43:59 +0100, Eugénio Veiga wrote: > > Hi > > > > Does any body if is possible in windows 9x to implement odbc for MySql > > with ssl ? > > There exists any driver for this ? > > Well, I do not know much about ODBC. But anyway if you tell "MySQL with > SSL

Re: Rolling back of a transaction

2001-05-03 Thread Greg Cope
Sudhir wrote: > > Hi, > > I am a Sudhir, working as a Software Consultant in Unidux Technologies, > Singapore. My job here is to suggest Technology. Now we are planning to > purchase license for the application server JRun. Currently we are > developing a procurement engine in Java, using MyS

Re: Speed and Hardware

2001-04-05 Thread Greg Cope
Andy Sharp wrote: > > Hi, > > I'm facing an issue with my primary mySQL server. It powers a web site, > which loads almost 100% dynamic data. At peak times of the day, it > seems to me that the Database is becomming maxxed. (Thus bogging the > site) > > I'm aware that there are simply too ma

Re: Innobase in MySQL

2001-03-18 Thread Greg Cope
Peter Zaitsev wrote: > > Hello Greg, > > Saturday, March 17, 2001, 3:31:53 AM, you wrote: > > GC> It would be very handy if Innobase (and the GEMINI when it comes along) > GC> where to support mysqldump in the standard way, as I assume it works as > GC> such and I and many others would have to

Re: Innobase in MySQL

2001-03-16 Thread Greg Cope
Michael Widenius wrote: > > Hi! > > Try: > > mysqldump --tab=directory > > This does basicly what you want. > > After that, it's up to Heikki to fix Innobase to do delayed creation > of indexes. It would be very handy if Innobase (and the GEMINI when it comes along) where to support mysqldum

Re: MySQL 3.23.35 is released

2001-03-16 Thread Greg Cope
Michael Widenius wrote: > > Hi! > > > Greg> On the off chance any ideas when this (A Gemini THandler) 3.23.x release > Greg> may be and when we might see a public 4.x alpha. I know the answer will > Greg> probably be "When its ready" but a small clue would be nice :-) > > Lets guess a bit :)

Re: MySQL 3.23.35 is released

2001-03-16 Thread Greg Cope
Michael Widenius wrote: > > Hi! > > The 3.23.35 mainly fixes a critical bug in 3.23.34 with ORDER BY. We > don't know how the ORDER BY bug slipped through our testing suite or > how fatal it's really is, but as we have got a couple of reports about > core dumps regarding this, we recommend 3.23

Re: Mysql directory

2001-03-12 Thread Greg Cope
Zoran Raskovic wrote: > > so does the mysql have to be installed under > /usr/local/mysql ? > I made a symbolic link named mysql that points to the > /usr/local/mysql-3.23.32-pc-linux-gnu-i686 directory > is that ok ? yup I go further and seperate data from binaries. This helps with partion st

show tables bug - minor update

2001-03-12 Thread Greg Cope
Dear All The following C and CXX flags will work (/usr/local/bin/gcc is actually pgcc). Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.95.2.1/specs gcc version pgcc-2.95.2.1 20001224 (release). CC='/usr/local/bin/gcc' CFLAGS='-O6 -mpentiumpro -mstack-align-double' CXX='/u

More show databases / tables bug news ...

2001-03-12 Thread Greg Cope
Dear All I got very excited today when 3.23.34 worked (i.e now show tables bug) ! I then recomplied with optimisations and then with pgcc and bug reappears. I am now having a go with different CFLAGS and CXXFLAGS. Not being a C / complier / libs expert I can not comment any further ! How weir

Re: Poddible SHOW DATABASE || TABLE bug in 3.23.33

2001-03-08 Thread Greg Cope
ATABASES under mysql > > >Fix: > > >Submitter-Id: > >Originator:Greg Cope > >Organization: > > >MySQL support: none > >Synopsis: SHOW command possiblxky broken in 3.23.33 > >Severity: non-critical > >Priority: low > >Categ

Improving MySQL installation in ApacheToolbox - RFC

2001-03-08 Thread Greg Cope
Dear All I've been using apachetoolbox - a shell script that installs apache with the options of including lots of modules (php, mod_ssl, mod_perl etc ...). Its great for installing a custom apache (something I do all to often ;-). It offers a menu and will download / configure / complie any ne

Re: Dropped wrong DB. Can I recover?

2001-03-08 Thread Greg Cope
lounge fly wrote: > > Wow, did I ever screw up. > > I meant to drop an unused development database and ended up dropping a used > production database. > > Can I recover it? > > If so, how? Go find a backup ;-0 If you've not got any then you can, but it may not work, restore / undelete files

Re: show databases|tables problem

2001-03-07 Thread Greg Cope
Paul DuBois wrote: > > I've been reading the thread about SHOW DATABASES and SHOW TABLES > returning lists of blank entries or no results. Just out of curiosity, > I upgraded my RedHat 6.2 machine from MySQL 3.23.32 to MySQL 3.23.33 > and found that suddenly I had the problem too! However, then

Re: Bug with 'show databases|tables'

2001-03-07 Thread Greg Cope
Canadian Lumberer wrote: > > Hi, > > I hope to be helpful for further investigation of the problem. > > On Wed, Mar 07, 2001 at 08:20:16AM +0700, Eugene Lineitzev wrote: > > >Description: > > I have found the error. On Linux RedHat 7.0 with kernel 2.2.17-14 > > all 'show' commands

Re: Bug with 'show databases|tables'

2001-03-07 Thread Greg Cope
Richard Ellerbrock wrote: > > >>Description: > > I have found the error. On Linux RedHat 7.0 with kernel 2.2.17-14 > >all 'show' commands doesn't works. They display empty tables. > >>How-To-Repeat: > >Install RedHat 7.0 on Intel platform, apply all updates from RedHat > >

Re: Bug with 'show databases|tables'

2001-03-07 Thread Greg Cope
Eugene Lineitzev wrote: > > >Description: > I have found the error. On Linux RedHat 7.0 with kernel 2.2.17-14 > all 'show' commands doesn't works. They display empty tables. > >How-To-Repeat: > Install RedHat 7.0 on Intel platform, apply all updates from RedHat > (

Re: phpMyAdmin equivalent

2001-03-05 Thread Greg Cope
"MikeBlezien" wrote: > > Hello All, > > Was wonder if any knows of a Perl equivalent to the PHP's version of > phpMyAdmin?? We use phpMyAdmin but have a project that server doesn't have PHP > installed, and frankly, to lazy to do all the typing thru telnet session! :) MysqlTool Looks pretty go

Re: Problems with SHOW DATABASES / TABLES

2001-02-28 Thread Greg Cope
Sinisa Milivojevic wrote: > > As building process, nor system libs, may not be perfect, try using > our binaries. Thanks Sinisa, but this does not solve the problem - I've several machines (RedHat|SUSE|SUN) (7) that all have near identical (with different data and binary dirs so that I can upgra

Re: Problems with SHOW DATABASES / TABLES

2001-02-27 Thread Greg Cope
Sinisa Milivojevic wrote: > > HI! > > In response to several mail messages on mailing list that were > centered around some misbehaviour of SHOW DATABASES / TABLES, I have > tested thoroughly (with several --user=... options) 3.23.33 and found > out that it works perfectly. Hum Not meanin

Re: Possible SHOW DATABASE || TABLE bug in 3.23.33

2001-02-16 Thread Greg Cope
Sinisa Milivojevic wrote: > > Greg Cope writes: > > >Description: > > SHOW DATABASE and SHOW TABLES and mysqlshow all return empty lists (i.e > > a nice list of blanks - no of blank lines > > equals number of databases / tables) > > > > >How-

Re: show database does not work ;-(

2001-02-16 Thread Greg Cope
Rick Roberts wrote: > > mysql> select version(); > +---+ > | version() | > +---+ > | 3.23.33 | > +---+ > 1 row in set (0.01 sec) > > mysql> SHOW DATABASES; > +--+ > | Database | > +--+ > | mysql| > | test | > +--+ > 2 rows in set (0.02 se

Re: show database does not work ;-(

2001-02-16 Thread Greg Cope
Fred van Engen wrote: > > On Fri, Feb 16, 2001 at 02:18:11PM +, Greg Cope wrote: > > Dear All > > > > I've just installed mysql on a new host (3.23.33) and show databases > > does not work ;-(. > > > > Maybe it would help to read (or search) th

Possible SHOW DATABASE || TABLE bug in 3.23.33

2001-02-16 Thread Greg Cope
>Description: SHOW DATABASE and SHOW TABLES and mysqlshow all return empty lists (i.e a nice list of blanks - no of blank lines equals number of databases / tables) >How-To-Repeat: Do a mysqlshow or SHOW DATABASES under mysql in version 3.23.33 >Fix: >Submitter-Id: >Originato

Re: show database does not work ;-(

2001-02-16 Thread Greg Cope
Rick Roberts wrote: > > SHOW DATABASES; Sorry my subject line had the last S missing: mysql> 010216 15:29:14 1 Query SHOW DATABASES SHOW DATABASES; +--+ | Database | +--+ | | | | | | | | | test | +--+ 5 rows in set (0.0

show database does not work ;-(

2001-02-16 Thread Greg Cope
Dear All I've just installed mysql on a new host (3.23.33) and show databases does not work ;-(. The data directory is thus: drwxrwsr-x5 mysqlmysql4096 Feb 16 14:06 mysql Inside it has: [root@server1 lib]# ls -l mysql/ total 28 drwx--S---2 mysqlmysql4096 Feb 16

Re: Should I switch to SCSI HD for mysql?

2001-02-08 Thread Greg Cope
Dave Hodgkinson wrote: > > "mike thomas" <[EMAIL PROTECTED]> writes: > > > Greg, > > > > Well, I'm doing like "%stuff%" selects on a single column table > > with 20 million records, so any speed gain would be greatWould > > I be correct in saying that a select of this type will always do > > a t

Re: Should I switch to SCSI HD for mysql?

2001-02-07 Thread Greg Cope
mike thomas wrote: > > Hi all > > I am running mysql on linux (redhat 6.2) using a regular 18Gb > EIDI hard drive. Does anyone know how much (ball park figure) a > SCSI hard drive would speed up selects and inserts? This is a how long is a piece of string question . EIDE disks have nearly

Re: MySQL NT Service Question

2001-02-04 Thread Greg Cope
Lee Jenkins wrote: > > Hello all. > > We are currently using MS Access for a multi-user application (4-5 clients). > We sent out a system to a customer with NT Service enabled in anticipation > of switching over to MySQL. > > We noticed that when activity on the MS database got heavy (if you ca

Patch to add restart to mysql.server rc start script

2001-01-25 Thread Greg Cope
Dear All Here is a quick / obvious hack to supportfiles/mysql.server.sh to add restart command. I added this as I sometimes do a hard restart, and thought it may be of use to others. Can this be patched to the one in the source by someone with CVS rights - it should not break anything ;-) Gre

Re: Inheritance

2001-01-23 Thread Greg Cope
Lee Martin wrote: > > I would like to know whether the latest version of MySQL supports OO > databse design and the Enhanced Entity Relationship Model in particular > Specialization and Generalization. As much as any (generalised) RDBMS. (i.e no). The (excellent) Manual (online) outline what it

Re: 3.23.21 + DB 3.2.3h

2001-01-21 Thread Greg Cope
"Ashley M. Kirchner" wrote: > > I downloaded both the 3.23.31 version of mySQL, as well as the > patched BerkeleyDB (v3.2.3h) from mysql.com. I compiled BDB and > installed it under /usr/local. Then I proceeded to mySQL and gave it > the following configure args: > > ./configure --prefix=/

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Greg Cope
Thimble Smith wrote: > > > >Description: > > I just downloaded MySQL 3.23.31 and the "patched version" of > > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > > with the option to enable the Berkeley DB, but it fails, telling > > me I don't have the prope

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Greg Cope
Matt Wagner wrote: > > Greg Cope writes: > > Chris Johnson wrote: > > > > > > >Description: > > > I just downloaded MySQL 3.23.31 and the "patched version" of > > > Berkeley DB 3.2.3h from the www.mysql.com site.

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Greg Cope
Chris Johnson wrote: > > >Description: > I just downloaded MySQL 3.23.31 and the "patched version" of > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > with the option to enable the Berkeley DB, but it fails, telling > me I don't have the proper

can't get mysql-3.23.31 to cofigure with berkeleydb support ?

2001-01-18 Thread Greg Cope
Dear All I can't get mysql-3.23-31 to configure with Berkeley DB support My configure line is thus: ./configure --prefix=/usr/local/mysql-3.23.31 \ --enable-assembler \ --with-mysqld-ldflags=-all-static \ --with-mysqld-user=mysql \ --localstatedir=/var/lib/mysql \ --sysconfdir=/etc \ --with-ext