Hi Guys,
I nstalled mysql in Libreelec but cann't access through 192.168.1.xxx:8000 even by 3306
LibreELEC:~ # mysqld.start
MySQLd is already running
LibreELEC:~ # mysqltest
mysqltest: Could not open connection 'default': 1045 Access denied for user 'root' localhost (using password: NO)
not ok
LibreELEC:~ #
I can access inside mysql through : mysql -u root -p and the status is running
What shall I do please?