Skip to content

Commit c2418f7

Browse files
Update source/upgrading/MySQL.rst
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 3db8f24 commit c2418f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/upgrading/MySQL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
|MySQL upgrade problems|
1717
When upgrading newer CloudStack versions on older MySQL versions, some of the upgrade scripts may not apply fully on the database and some changes will be missing in the resulting installation.
1818

19-
some versions of mysql dont apply a sql statement like
19+
Some versions of MySQL may not apply a SQL statement such as below which can be executed manually by the admin post-upgrade:
2020
.. parsed-literal::
2121
ALTER TABLE nics MODIFY COLUMN update_time timestamp DEFAULT CURRENT_TIMESTAMP;
2222

0 commit comments

Comments
 (0)