build fails "make test"

2005-03-09 Thread Mark Johnson
k. Let me know where to send compressed versions.) Note that the entire build and test process was done from a user account, not from the root account. >How-To-Repeat: simply ran "make test" after building. >Fix: Unknown >Submitter-Id: >Originator:Mark Johnson >Or

Re: Can't get MySQL running on RH7.0 at all.

2001-09-18 Thread Mark Johnson
all... Is there a way that I can start fresh without reinstalling the OS? - Original Message - From: "Dana Powers" <[EMAIL PROTECTED]> To: "Mark Johnson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 1:04 AM Subject: Re:

Can't get MySQL running on RH7.0 at all.

2001-09-17 Thread Mark Johnson
I must be a moron but I can't seem to figure out what I need to do to get mysql to work on RH, on Mandrake it just worked straight away. I read and followed the instructions in the INSTALL-BINARY (inspite of the fact that the way red hat installed mysql does not even closely resemble the instruct

Re: Setting user passwords per database

2001-08-27 Thread Mark Johnson
I tried that, all it did was change my password for mysql completelyhowever, i could have done something wrong... - Original Message - From: "Gerald R. Jensen" <[EMAIL PROTECTED]> To: "Mark Johnson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

Setting user passwords per database

2001-08-26 Thread Mark Johnson
Is it possible to set a differenent password per database for the same user? It doen't appear to be possible - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Question about users

2001-08-06 Thread Mark Johnson
I created a perl script that opens that database like this: my $dbh = DBI->connect( 'DBI:mysql:devjournal:username=mjohnson:host=morpheus' ); This works great if I run the script from another machine, but if i run in on morpheus it says that [EMAIL PROTECTED] does not have access. If I leave off