Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [root@(none) /]$ ipkg install -force-reinstall mysql
  2. Reinstalling mysql (4.1.22-3) on /opt/...
  3. Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/mysql_4.1.22-3_mipsel.ipk
  4. --2013-02-23 14:49:43-- http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/mysql_4.1.22-3_mipsel.ipk
  5. Resolving ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)... 140.211.169.161
  6. Connecting to ipkg.nslu2-linux.org (ipkg.nslu2-linux.org)|140.211.169.161|:80... connected.
  7. HTTP request sent, awaiting response... 200 OK
  8. Length: 4968521 (4.7M) [text/plain]
  9. Saving to: `/opt/ipkg-WF6n8x/mysql_4.1.22-3_mipsel.ipk'
  10.  
  11. 100%[======================================>] 4,968,521 59.8K/s in 80s
  12.  
  13. 2013-02-23 14:51:05 (60.9 KB/s) - `/opt/ipkg-WF6n8x/mysql_4.1.22-3_mipsel.ipk' saved [4968521/4968521]
  14.  
  15. conffile_has_been_modified: conffile /opt/etc/my.cnf has no md5sum
  16. Configuring mysql
  17. WARNING: The host '(none)' could not be looked up with resolveip.
  18. This probably means that your libc libraries are not 100 % compatible
  19. with this binary MySQL version. The MySQL daemon, mysqld, should work
  20. normally with the exception that host name resolving will not work.
  21. This means that you should use IP addresses instead of hostnames
  22. when specifying MySQL privileges !
  23. Installing all prepared tables
  24. Fill help tables
  25.  
  26. To start mysqld at boot time you have to copy support-files/mysql.server
  27. to the right place for your system
  28.  
  29. PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
  30. To do so, start the server, then issue the following commands:
  31. /opt/bin/mysqladmin -u root password 'new-password'
  32. /opt/bin/mysqladmin -u root -h (none) password 'new-password'
  33. See the manual for more instructions.
  34.  
  35. You can start the MySQL daemon with:
  36. cd /opt ; /opt/bin/mysqld_safe &
  37.  
  38. You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
  39. cd sql-bench ; perl run-all-tests
  40.  
  41. Please report any problems with the /opt/bin/mysqlbug script!
  42.  
  43. The latest information about MySQL is available on the web at
  44. http://www.mysql.com
  45. Support MySQL by buying support/licenses at http://shop.mysql.com
  46. Starting MySQL................................... ERROR!
  47. Successfully terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement