MYSQL Error 1044

I

ingopeczynski

Mitglied
Thread Starter
Dabei seit
26.03.2007
Beiträge
22
Reaktionspunkte
0
Hi, bin mysql anfänger und habe ein problem nach installation.

Hier der Code dazu :

Last login: Mon Mar 26 21:23:15 on console
Welcome to Darwin!
noname:~ ingopeczynski$ sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
Password:
Starting MySQL database server
noname:~ ingopeczynski$ /usr/local/mysql/bin/mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.37 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create database t;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 't'
mysql>

Ingo
 
Hallo,
danke für die schnelle Hilfe. Nur leider kapier ich das noch nicht ganz bzw. geht es immer noch nicht.

Last login: Wed Mar 28 18:53:01 on ttyp1
Welcome to Darwin!
noname:~ ingopeczynski$ mysql -h ingopeczynski
-bash: mysql: command not found
noname:~ ingopeczynski$ mysql -h host -u user -p
-bash: mysql: command not found
noname:~ ingopeczynski$ mysql -u user -p
-bash: mysql: command not found
noname:~ ingopeczynski$ mysql -u ingopeczynski -p
-bash: mysql: command not found
noname:~ ingopeczynski$ sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
Starting MySQL database server
noname:~ ingopeczynski$ mysql -u user -p
-bash: mysql: command not found
noname:~ ingopeczynski$ mysql -u ingopeczynski -p
-bash: mysql: command not found
noname:~ ingopeczynski$

habe mal alles ausprobiert, so wie ich gedacht habe, dass es richtig wäre.
Ihr könnt mir da sicher weiterhelfen.
Vielen Dank
Ingo
 
Zurück
Oben Unten