As the title suggests, I want to find the asymptotic behaviour of this sum as $x\rightarrow \infty$, I tried by summation by parts but didn't succeed I also tried using the asymptotic behvaiour of the sum
$$\sum_{p\leq x} \frac{1}{p} \sim_{x \to \infty} \log \log x$$
i.e squaring both sides gives me:
$$\sum_{p\leq x} \frac{1}{p^2} + \sum_{\substack{q,p\leq x\\p\neq q}} \frac{1}{pq} \sim_{x \to \infty} \log^2(\log x)$$
But then, how do I estimate the second term in the LHS?
Thanks in advance.