How to remove the «Copyright © 2013-present Magento, Inc. All rights reserved.» text from the frontend's footer in Luma?

Step 1

INSERT INTO core_config_data (path, value) VALUES ('design/footer/copyright', '');

Step 2

bin/magento cache:clean