maybe I'm just missing something very obvious but I can't somehow connect to my mysql database which is installed on my local computer. When I open mysql.exe it says I'm connected to MariaDB and an ID. But when I try to access a certain database I get: "ERROR 1044 (42000): Access denied for user ''@'localhost' to database ..."
When I check for status, it says I'm connected as a user that has the name of my computer @localhost.
Hope someone can help. :)
first' How to connect with command line ?second` the correct way to connect with database base by command line is get the path of mysql ->bin on xampp and copy path in properties on command linestart inyour path and open command lineconnect with databasemysql -uyour username-pyour passwordif don't have any password don't write thing