i solved the issue now running
i cahnged the /etc/my.cnf file data to
[mysqld]
innodb_buffer_pool_size = 64M
user=mysql
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[client]
socket=/var/lib/mysql/mysql.sock
[client-server]
!includedir /etc/my.cnf.d
then restart mysql
sudo systemctl restart mysqld
then working