Author Topic: SQL files url not reachable  (Read 621 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
SQL files url not reachable
« on: July 28, 2023, 06:22:21 AM »
hi

URLs in this part of the installation script are not reachable

Code: [Select]
# MySQL Database import
curl 'http://static.cdn-cwp.com/files/cwp/sql/root_cwp.sql'|mysql -uroot -p$password
curl 'http://static.cdn-cwp.com/files/cwp/sql/oauthv2.sql'|mysql -uroot -p$password

http://static.cdn-cwp.com/files/cwp/sql/root_cwp.sql
http://static.cdn-cwp.com/files/cwp/sql/oauthv2.sql

(Forbidden
You don't have permission to access this resource.)

this causes an error after installation.

is it happening just for me?