Changes between Version 67 and Version 68 of NewLiveServer


Ignore:
Timestamp:
01/17/11 14:15:12 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v67 v68  
    209209A copy of this script is attached to this page: attachment:backup2kiwi 
    210210 
     211== mysql == 
     212 
     213/usr/bin/mysql_secure_installation has been run to secure the server: 
     214 
     215{{{ 
     216In order to log into MySQL to secure it, we'll need the current 
     217password for the root user.  If you've just installed MySQL, and 
     218you haven't set the root password yet, the password will be blank, 
     219so you should just press enter here. 
     220 
     221Enter current password for root (enter for none):  
     222OK, successfully used password, moving on... 
     223 
     224Setting the root password ensures that nobody can log into the MySQL 
     225root user without the proper authorisation. 
     226 
     227You already have a root password set, so you can safely answer 'n'. 
     228 
     229Change the root password? [Y/n] n 
     230 ... skipping. 
     231 
     232By default, a MySQL installation has an anonymous user, allowing anyone 
     233to log into MySQL without having to have a user account created for 
     234them.  This is intended only for testing, and to make the installation 
     235go a bit smoother.  You should remove them before moving into a 
     236production environment. 
     237 
     238Remove anonymous users? [Y/n] y 
     239 ... Success! 
     240 
     241Normally, root should only be allowed to connect from 'localhost'.  This 
     242ensures that someone cannot guess at the root password from the network. 
     243 
     244Disallow root login remotely? [Y/n] y 
     245 ... Success! 
     246 
     247By default, MySQL comes with a database named 'test' that anyone can 
     248access.  This is also intended only for testing, and should be removed 
     249before moving into a production environment. 
     250 
     251Remove test database and access to it? [Y/n] y 
     252 - Dropping test database... 
     253ERROR 1008 (HY000) at line 1: Can't drop database 'test'; database doesn't exist 
     254 ... Failed!  Not critical, keep moving... 
     255 - Removing privileges on test database... 
     256 ... Success! 
     257 
     258Reloading the privilege tables will ensure that all changes made so far 
     259will take effect immediately. 
     260 
     261Reload privilege tables now? [Y/n] y 
     262 ... Success! 
     263 
     264Cleaning up... 
     265 
     266All done!  If you've completed all of the above steps, your MySQL 
     267installation should now be secure. 
     268 
     269Thanks for using MySQL! 
     270}}} 
     271 
    211272== mysql-backup == 
    212273