Guest User

Untitled

a guest
Jul 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. $ /etc/init.d/mysql start
  2. * Starting MariaDB database server mysqld [fail]
  3.  
  4. $ tail -f /var/log/mysql.err
  5. 120426 11:19:55 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
  6. InnoDB: Setting log file ./ib_logfile0 size to 1024 MB
  7. InnoDB: Database physically writes the file full: wait...
  8. InnoDB: Progress in MB: 100 200 300 400 500 600 700 800 900 1000
  9. 120426 11:20:07 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
  10. InnoDB: Setting log file ./ib_logfile1 size to 1024 MB
  11. InnoDB: Database physically writes the file full: wait...
  12. InnoDB: Progress in MB: 100 200 300 400 500 600 700 800 900 1000
  13. [...]
  14. 120426 11:20:24 [Note] /usr/sbin/mysqld: ready for connections.
  15. # Version: '5.5.23-MariaDB-mariadb1~oneiric-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
  16.  
  17. MYSQLD_STARTUP_TIMEOUT=900 /etc/init.d/mysql start
  18.  
  19. sudo MYSQLD_STARTUP_TIMEOUT=900 service mysql start
  20.  
  21. sudo MYSQLD_STARTUP_TIMEOUT=900 apt-get dist-upgrade
  22.  
  23. # 900 is the default, 0 won't wait at all
  24. --service-startup-timeout=900
  25.  
  26. service_startup_timeout=900
  27.  
  28. # time /etc/init.d/mysql start
Add Comment
Please, Sign In to add comment