[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mySQL einrichten



root@dekold4711:~ # mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1389
Server version: 5.0.32-Debian_7etch1-log Debian etch distribution

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

mysql> create user dummy;
Query OK, 0 rows affected (0.14 sec)

mysql> grant all on [your_database_here].* to dummy;
Query OK, 0 rows affected (0.07 sec)

mysql> quit
Bye
root@dekold4711:~ #

Anstatt "grant all" kannst Du natuerlich auch "grant insert, select,
update".... angeben.

Weiterhin hat Tante Google mir noch diesen hilfreichen Links ausgespuckt:

http://dev.mysql.com/doc/refman/5.1/de/adding-users.html

Gruss

Gregor
-- 
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371


Reply to: