# Something bad happened again

**URL:** https://community.kinsta.com/t/something-bad-happened-again/6314
**Category:** Bug Reports
**Created:** [May 26, 2026, 2:59pm UTC](https://community.kinsta.com/t/something-bad-happened-again/6314 "2026-05-26T14:59:12Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![VladimirM](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/vladimirm/32/2786_2.png) [@VladimirM](https://community.kinsta.com/u/VladimirM)
#### Post date: [May 29, 2026, 12:18pm UTC](https://community.kinsta.com/t/something-bad-happened-again/6314/12 "2026-05-29T12:18:13Z")

</div>

> [@Error: Something bad happened - when trying to import site from myKinsta](https://community.kinsta.com/t/error-something-bad-happened-when-trying-to-import-site-from-mykinsta/5661/15):
>
> GRANT ALL PRIVILEGES ON _._ TO ‘root’@‘%’ IDENTIFIED BY ‘the password you created’ WITH GRANT OPTION;

I think that the issue is the line you are running, it might have wrong quotes and you use ‘root’ for password again. But it should be:

GRANT ALL PRIVILEGES ON \*.\* TO ‘root’@‘%’ IDENTIFIED BY ‘xxxxxxx’ WITH GRANT OPTION;

Where ‘xxxxxxx’ is actually the password you have set in the previous steps.

Can you try that?

---

_[View the full topic](https://community.kinsta.com/t/something-bad-happened-again/6314)._
