Dear sir or madam
MySQL user's account is not related to user's account on Linux System, so they can
be different.
My problem is that I use perl DBI to interact MySQL server as belows:
------
use DBI;
$dbh = DBI->connect("DBI:mysql:DatabaseName","$user","$password");
-------
So $user and $password can be known by any users in Linux system because they are
written in text format and DataBase can be changed or updated by other users in Linux
system easily by using Perl DBI. Is there any way to prevent Database from being
changed? Millon of thanks!!!!
Regards
Taing Nguon