On Wed, 12 Jul 2000, deepak yadav wrote:

> where can i get DBI.pm from ? 

You need to install the perl DBI module. There are way too many ways to
install a perl module. 

1. The easiest would be to grab an rpm or other binary package supplied by
the makers of your distro. 

2. You could download DBI-x.x.tar.gz from www.perl.com/CPAN/ and install
it yourself. 

3. You could use the CPAN module to automatically fetch, build and install
the latest version of the module. Run `perl -MCPAN -eshell' and type
`install DBI' on the `cpan>' prompt.

> is there any other way to add a new user to mysql ?

check out `Adding new user privileges to MySQL' in the MySQL manual or
visit this link
http://www.mysql.com/documentation/mysql/bychapter/manual_Privilege_system.html#Adding_users

bye :)
Anmol



The mailing list archives are available at 
http://lists.linux-india.org/cgi-bin/wilma/linux-delhi/

Reply via email to