Hi zusammen
Habe ein Problem mit dem Mysql Server auf meinem Linux Root...und zwar kommt immer in der konsole wenn ich "mysql" eingebe die Zeile "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)"
klar kann ich diesen error umgehen indem ich einfach "mysql -u root -p" eingebe, mein Ziel ist es aber einfach per mysql drauf zugreifen zu können..kann mir da jemand weiterhelfen?
Danke schonmal im Vorraus
MfG
Gabbinat0r
sql problem
Re: sql problem
RTFM!
Code: Select all
cat > ~/.my.cnf << "EOF"
[client]
user = dbuser
password = dbpass
EOF
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.