Re: Granting privileges

2003-08-03 Thread Jamie Krasnoo
You still need to flush the privileges. Changes in permissions are not automatically committed. Also you should add the host to the username. grant all on *.* to [EMAIL PROTECTED] identified by 'some_password' with grant option; flush privileges; Jamie On Sun, 2003-08-03 at 09:52, Todd Cary wrot

Re: [MP2] Placing Apache::RequestRec & Apache::RequestIO & APR::Table use statements in startup.pl

2003-07-24 Thread Jamie Krasnoo
Sorry, sent it to the wrong address. Thought I had the right one on it. On Wed, 2003-07-23 at 20:48, Jeremy Zawodny wrote: > On Wed, Jul 23, 2003 at 08:31:21PM -0700, Jamie Krasnoo wrote: > > Will placing Apache::RequestRec & Apache::RequestIO & APR::Table in > > startup

[MP2] Placing Apache::RequestRec & Apache::RequestIO & APR::Table use statements in startup.pl

2003-07-23 Thread Jamie Krasnoo
in the module code and still work as normal. Jamie Krasnoo -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

MySQL make test error

2003-07-16 Thread Jamie Krasnoo
Could anyone tell me how to get past this error please? When I 'make test' some of the tests run but then it dies with. create [ pass ] ERROR: /home/tekton/src/mysql-4.0.13/mysql-test/var/run/master.pid was not created in 30 seconds; Aborting Or can this be safely ignored

test error

2003-07-13 Thread Jamie Krasnoo
Hey all, I was trying to compile, test and install MySQL-4.0.13. Compile went well and it was configured with --with--innodb --enable-assembler --prefix=/usr and nothing else. However when I make test it goes through to create, passes that then stops for 30 seconds and give the error that the '[di

RE: Connection Pooling

2001-08-09 Thread Jamie Krasnoo
Try going to www.freshmeat.net and searching for PoolMan. It's a Java library for pooling connections to MySQL. I haven't messed around with it but I saw it when trying to learn Java. Hope this helps, Jamie -Original Message- From: gaurav [mailto:[EMAIL PROTECTED]] Sent: Thursday, Aug

RE: raid tables

2001-06-18 Thread Jamie Krasnoo
could evenly distribute those directories and make the links and directories for MySQL. Jamie -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 11:53 PM To: Jamie Krasnoo Cc: MySQL Subject: Re: raid tables On Sun, Jun 17, 2001 at 11:48:04PM

raid tables

2001-06-17 Thread Jamie Krasnoo
Is there a way to tell MySQL to automatically spread its tables over a number of disks without going through the trouble of symbolic linking the chunks to the different disks? Thanks, Jamie Krasnoo [EMAIL PROTECTED] - Before

configuring MySQL for raid tables

2001-05-20 Thread Jamie Krasnoo
tadir=/dbdata1:/dbdata2:/dbdata3 Or would I need to create the database and then move the files and use symlinks? Thanks, Jamie Krasnoo [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the m

RE: InnoDB problem

2001-05-16 Thread Jamie Krasnoo
al Message- From: Heikki Tuuri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 11:24 AM To: Jamie Krasnoo; [EMAIL PROTECTED] Subject: RE: InnoDB problem Jamie, really strange. Now I start to suspect the file system. InnoDB should create and write a file of size 2000 MB like you sp

InnoDB problem

2001-05-15 Thread Jamie Krasnoo
d is 2.4.2. Until then I'm stuck using BDB. Thanks, Jamie Krasnoo [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)

Search Engine Theory

2001-02-27 Thread Jamie Krasnoo
Could anyone point me to any documents on creating a search engine using MySQL or search engine theory in general? Thanks, Jamie Krasnoo www.MyEBoard.com [EMAIL PROTECTED] PGP Key - http://www.planetphat.com/jkrasnoo/pgp.html

Weird - Was: Problems compiling MySQL

2001-02-09 Thread Jamie Krasnoo
ssage- From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 9:12 AM To: MySQL Subject: Problems compiling MySQL I've run in to a bit of a problem with compiling MySQL. It compiles fine without the patched berkeley db. However when I add it in to the config, either

Problems compiling MySQL

2001-02-09 Thread Jamie Krasnoo
1]: Leaving directory `/usr/src/mysql-3.23.32' make: *** [all-recursive-am] Error 2 config used: ./configure --prefix=/usr --with-raid --with-berkeley-db=/usr On a RedHat 7.0 system, patched db already installed. Do I need to include other CFLAGS or CXXFLAGS? Much appreciated, Jamie Krasn