Tuesday, November 26, 2024

Upload file to server using Power Shell Command

 scp file_name.zip username@server_ip/server_address:/directory_path

No comments:

Post a Comment

SQL to delete all WooCommerce products except those with "draft" status

 -- Disable foreign key checks (important for InnoDB) SET     FOREIGN_KEY_CHECKS = 0;     -- Delete product meta DELETE     pm FROM     wp_p...