2 messages in com.mysql.lists.perlhelp installind run-all-tests
FromSent OnAttachments
Irma Cristina Cruz Castro20 Sep 2005 15:01 
laboratorio sistemi traffico21 Sep 2005 00:22 
Subject:help installind run-all-tests
From:Irma Cristina Cruz Castro (ic_c@yahoo.com)
Date:09/20/2005 03:01:59 PM
List:com.mysql.lists.perl

i'm trying to install the benchmarks of mysql I wrote the instruction that the README file say:

run-all-tests --server=mysql --cmp=mysql,pg,solid --user=test --password=test
--log

buy it doesn't work beacuse of the user and password it said "Accesde deneid..."

So i thougt i have to use a valid user so I wrote:

run-all-tests --server=mysql --cmp=mysql,pg,solid --user=root --password=[here i
wrote my password] --log

it seems to work, even i so how the tables were created but suddenly the tables
were drop and was send this message

DBI connect('test:localhost', root',...= failed: Can't connect to MySQL server
on 'localhost'(10048) at ./test-connect line 67 DBI connect('test:localhost', root',...= failed: Can't connect to MySQL server
on 'localhost'(10048) at ./test-connect line 67 . . (the same) . Warning: Can't execute insert... Got error:'Can't connect to Mysql server on 'localhost' (10048)' when connecting
to DBI:mysql:test:localhost with user:'root' password: [mypassword] Compilation failed in requires at ./test-select line 34 . . . Test finished

ok that kind of errors appear... so i realize maybe the user was the
problem...so i create a new user name test and password test to use exactly the
same line as is wrote in the readme file but it doesn't work an similar errors appear.

I need help please i don't know what happen