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

Re: [OT] MySQL-Nutzer anlegen



ich denke, du hast hier 2 hochkommas zuviel.

anstatt

On 5/11/07, Andreas Tille <tillea@rki.de> wrote:
   GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON wikiDB1.* TO 'wikiDB1user'@'localhost' IDENTIFIED BY 'passwd';

probier's mal mit

GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON wikiDB1.* TO
'wikiDB1user'@localhost IDENTIFIED BY 'passwd';


    $ mysql -u wikiDB1user -p wikiDB1


logg dich doch erst mal per

$ mysql -u wikiDB1user -p

ein und schau, ob du ueberhaupt reinkkkommst.

anschliessend dann ein "use wikiDB1"

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: