Re: mysql table hidden while operation on it still work

2013-03-08 Thread frederic nivor
when I : show databases; I got: ++ | Database | ++ | information_schema | | Applications | | Developer | | Library| | System | | bin| | cores | | etc| | private

Re: mysql table hidden while operation on it still work

2013-03-08 Thread Reindl Harald
Am 08.03.2013 17:32, schrieb frederic nivor: > when I : > show databases; > I got: > ++ > | Database | > ++ > | information_schema | > | Applications | > | Developer | > | Library| > | System | > | bin

Re: mysql table hidden while operation on it still work

2013-03-08 Thread frederic nivor
I've just installed the mysql, and its default database (mysql and performance_schema), so I connect with: mysql -u root Initialy there is not password. and when I : show grants for 'root'@'localhost'; I got : GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION GRANT PROXY ON ''@''

Re: mysql table hidden while operation on it still work

2013-03-08 Thread Reindl Harald
Am 08.03.2013 15:53, schrieb frederic nivor: > I use mysql-5.6.10 on a cross-platform. > when I : > use mysql; > I got : > ERROR 1049 (42000): Unknown database 'mysql' > but when I : > select User,Host,Password from mysql.user; > I got the right results. > Did I do something wrong in configurati