Xu Qiang wrote:
> I "cd /usr/local/mysql/sql-bench" and "perl run_all_tests", just to
> get the following error:
> -------------------------------------------------------------
> Got error: 'Access denied for user 'root'@'localhost' (using
> password: NO)' when connecting to
> DBI:mysql:database=test;host=localhost with user: '' password: ''
> -------------------------------------------------------------
Sorry I didn't read the file README in the sql-bench directory before asking the question.
Now I run the test with "perl run-all_tests --user=mysql", and it can run successfully
now.
Regards,
Xu Qiang