> For the complete documentation index, see [llms.txt](https://notlar.ogulcanozugenc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notlar.ogulcanozugenc.com/sunucu/centos-7/mysql.md).

# MySQL

## Upgrade

Upgrade ettikten sonra eğer MySQL kullanıcı adı ve şifreniz farklı ise aşağıdaki komut ile yükseltmeyi tamamlayabilirsiniz.

```
mysql_upgrade -u root -p
```
