Posts Tagged ‘super user mysql password’

How to Setting Up the MySQL Super-User Password

When MySQL is first installed, access to the database server is restricted to the MySQL administrator, aka root. By default, this user is initialized with a null password, which is generally considered a Bad Thing. You should, therefore, rectify this as soon as possible by setting a password for this user via the included mysqladmin utility, using the following syntax in UNIX: [root@host]# [...]