re: ADDING MYSQL DATABASE

2005-08-22 Thread Ehrwin Mina
ilege-system.html and http://dev.mysql.com/doc/mysql/en/user-account-management.html regards On 2005Äê08ÔÂ20ÈÕ 14ʱ46·Ö26Ãë, tai huijia wrote: > Greetings, > > I'm a new user for MYSQL and I face problem adding > mysql database. > > After typing: >

re: ADDING MYSQL DATABASE

2005-08-22 Thread Gu Lei
27;m a new user for MYSQL and I face problem adding > mysql database. > > After typing: > > SHOW DATABASES; > I got this: > +--+ > | Database | > +--+ > | test | > +--+ > 1 row in set (0.02 sec) > > which does no

Re: ADDING MYSQL DATABASE

2005-08-20 Thread Enrique Sanchez Vela
--- Jasper Bryant-Greene <[EMAIL PROTECTED]> wrote: > tai huijia wrote: > > You need to log in (to MySQL) as root if you want to > see the mysql > database. It contains sensitive information which > will only appear to root. > check your my.cnf or ini file and check for this parameter: s

Re: ADDING MYSQL DATABASE

2005-08-19 Thread Jasper Bryant-Greene
tai huijia wrote: SHOW DATABASES; I got this: +--+ | Database | +--+ | test | +--+ 1 row in set (0.02 sec) which does not contain mysql and tmp as shown: You need to log in (to MySQL) as root if you want to see the mysql database. It contains sensitive information

ADDING MYSQL DATABASE

2005-08-19 Thread tai huijia
Greetings, I'm a new user for MYSQL and I face problem adding mysql database. After typing: SHOW DATABASES; I got this: +--+ | Database | +--+ | test | +--+ 1 row in set (0.02 sec) which does not contain mysql and tmp as shown: +--+ | Dat