Changes between Version 30 and Version 31 of jessie-stretch-upgrade
- Timestamp:
- May 18, 2018, 3:39:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jessie-stretch-upgrade
v30 v31 49 49 You will be prompted for the MySQL host. It is: localhost 50 50 51 After upgrading, try: 52 53 {{{ 54 mysql mysql 55 SHOW PROCEDURE STATUS; 56 }}} 57 58 If you get an error about mysql.proc being corrupted, run the following from the root bash shell: 59 60 {{{ 61 mysql_upgrade 62 }}} 51 63 === Errors with fail2ban === 52 64