Click to See Complete Forum and Search --> : mySQL Security (Avoid mySQL login)


redhat81
04-09-2003, 06:39 AM
I have the user mysql running the mysql process (I launch the server by using mysqld_safe --user=mysql &) but I went through conventional steps to create the account (useradd mysql). Is there anyway for anyone to hack into the account since it has no password? If I assign it a password, will it screwup permissions? Is there any way to limit outside access?

theN
04-10-2003, 02:36 AM
Is there anyway for anyone to hack into the account since it has no password?AFAIK, in the absence of a password, any user with access to the system can su.

If I assign it a password, will it screwup permissions?no it won't.

regards
theN