Advertisement
Guest User

64534582545234

a guest
Nov 22nd, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.33 KB | None | 0 0
  1. root@purevoltage:~# sudo mysql_install_db
  2. Installing MySQL system tables...
  3. 141122  9:59:33 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
  4. OK
  5. Filling help tables...
  6. 141122  9:59:33 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
  7. OK
  8.  
  9. To start mysqld at boot time you have to copy
  10. support-files/mysql.server to the right place for your system
  11.  
  12. PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
  13. To do so, start the server, then issue the following commands:
  14.  
  15. /usr/bin/mysqladmin -u root password 'new-password'
  16. /usr/bin/mysqladmin -u root -h purevoltage.com password 'new-password'
  17.  
  18. Alternatively you can run:
  19. /usr/bin/mysql_secure_installation
  20.  
  21. which will also give you the option of removing the test
  22. databases and anonymous user created by default.  This is
  23. strongly recommended for production servers.
  24.  
  25. See the manual for more instructions.
  26.  
  27. You can start the MySQL daemon with:
  28. cd /usr ; /usr/bin/mysqld_safe &
  29.  
  30. You can test the MySQL daemon with mysql-test-run.pl
  31. cd /usr/mysql-test ; perl mysql-test-run.pl
  32.  
  33. Please report any problems at http://bugs.mysql.com/
  34.  
  35. root@purevoltage:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement