User Tools

Site Tools


run_security_after_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
run_security_after_install [2016/07/24 21:21] walkeradminrun_security_after_install [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 42: Line 42:
 root user without the proper authorisation. root user without the proper authorisation.
  
-You already have a root password set, so you can safely answer 'n'+    You already have a root password set, so you can safely answer 'n'.
- +
-Change the root password? [Y/n] n +
- ... skipping.+
  
 +    Change the root password? [Y/n] n
 +     ... skipping.
 +\\ 
 By default, a MySQL installation has an anonymous user, allowing anyone By default, a MySQL installation has an anonymous user, allowing anyone
 to log into MySQL without having to have a user account created for to log into MySQL without having to have a user account created for
Line 52: Line 52:
 go a bit smoother.  You should remove them before moving into a go a bit smoother.  You should remove them before moving into a
 production environment. production environment.
- +\\  
-Remove anonymous users? [Y/n] y +    Remove anonymous users? [Y/n] y 
- ... Success! +     ... Success! 
 +\\ 
 Normally, root should only be allowed to connect from 'localhost' This Normally, root should only be allowed to connect from 'localhost' This
 ensures that someone cannot guess at the root password from the network. ensures that someone cannot guess at the root password from the network.
- +\\  
-Disallow root login remotely? [Y/n] y +    Disallow root login remotely? [Y/n] y 
- ... Success! +     ... Success! 
 +\\ 
 By default, MySQL comes with a database named 'test' that anyone can By default, MySQL comes with a database named 'test' that anyone can
 access.  This is also intended only for testing, and should be removed access.  This is also intended only for testing, and should be removed
 before moving into a production environment. before moving into a production environment.
- +\\  
-Remove test database and access to it? [Y/n] y +    Remove test database and access to it? [Y/n] y 
- - Dropping test database... +     - Dropping test database... 
-ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist +    ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist (this was probably removed before) 
- ... Failed!  Not critical, keep moving... +     ... Failed!  Not critical, keep moving... 
- - Removing privileges on test database... +     - Removing privileges on test database... 
- ... Success! +     ... Success! 
 +\\
 Reloading the privilege tables will ensure that all changes made so far Reloading the privilege tables will ensure that all changes made so far
 will take effect immediately. will take effect immediately.
- +\\  
-Reload privilege tables now? [Y/n] y +    Reload privilege tables now? [Y/n] y 
- ... Success! +     ... Success! 
- +\\  
-Cleaning up... +    Cleaning up... 
- +\\  
- +\\ 
 All done!  If you've completed all of the above steps, your MySQL All done!  If you've completed all of the above steps, your MySQL
 installation should now be secure. installation should now be secure.
 +\\  
 +\\ 
 Thanks for using MySQL! Thanks for using MySQL!
- +\\  
- +\\ 
  
run_security_after_install.1469391677.txt.gz · Last modified: 2023/03/09 22:35 (external edit)