problem with mysql installation

sorry for a moment......actually i have a problem with mysql installation. i already create groupadd n useradd in other path. but, it needs me to change the group in other step. i just follow the step same like as the user manual is needed. can somebody help me to solve this problem and try to make the best solution.

[root@localhost sql-bench]# mysql_install_db
Installing all prepared tables
050309 16:50:06 /usr/local/libexec/mysqld: Shutdown
Complete

To start mysqld at boot time you have to copy
support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root
USER !
This is done with:
/usr/local/bin/mysqladmin -u root password
'new-password'
/usr/local/bin/mysqladmin -u root -h
localhost.localdomain password 'new-password'
See the manual for more instructions.

NOTE: If you are upgrading from a MySQL <= 3.22.10
you should run
the /usr/local/bin/mysql_fix_privilege_tables.
Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd /usr/local ; /usr/local/bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in
the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the
/usr/local/bin/mysqlbug script!

[root@localhost sql-bench]# perl run-all-tests
install_driver(mysql) failed: Can't locate
DBD/mysql.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0 .) at (eval 51) line 3.
Perhaps the DBD::mysql perl module hasn't been fully
installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: ExampleP, Pg, Proxy.
at /tmp/mysql-4.0.17/sql-bench/server-cfg line 240

 

 

 

 

Top