View previous topic :: View next topic |
Author |
Message |
slick Bodhisattva


Joined: 20 Apr 2003 Posts: 3495
|
Posted: Wed Sep 22, 2004 8:44 am Post subject: Is it safe to rename the root in mysql? |
|
|
Is it safe to rename the root in mysql? |
|
Back to top |
|
 |
Nossie Apprentice


Joined: 19 Apr 2002 Posts: 181
|
Posted: Wed Sep 22, 2004 10:07 am Post subject: |
|
|
I don't see why it should/could be a problem... |
|
Back to top |
|
 |
jonnevers Veteran


Joined: 02 Jan 2003 Posts: 1594 Location: Gentoo64 land
|
Posted: Wed Sep 22, 2004 3:49 pm Post subject: Re: Is it safe to rename the root in mysql? |
|
|
slick wrote: | Is it safe to rename the root in mysql? |
with a DML query on the users table? that shouldn't be a problem.
now should granting a user full permissions and removing the root user. but that is a bit more problematic.
test permissions first |
|
Back to top |
|
 |
throck n00b


Joined: 10 Apr 2004 Posts: 39
|
Posted: Wed Sep 22, 2004 8:18 pm Post subject: |
|
|
Not only is it safe, I (being somebody you don't know and shouldn't trust) recommend it. It's keeps any hackers that may try to use the account "root" from being able to gain access, since root no longer exists.
Throck |
|
Back to top |
|
 |
|