root@husky-jeans:~# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
root@husky-jeans:~# systemctl restart mysql.service
root@husky-jeans:~# mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 54
Server version: 10.11.9-MariaDB-ubu2204 mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.001 sec)
MariaDB [(none)]> ALTER USER 'root'@'localhost' IDENTIFIED BY 'AYT771FZAF8';
ERROR 1396 (HY000): Operation ALTER USER failed for 'root'@'localhost'
{
"model": "text-davinci-003",
"prompt": "{text}",
"temperature": 0.4,
"max_tokens": 500,
"n": 1,
"frequency_penalty": 1.3,
"presence_penalty": 1.5,
"top_p": 1
}