hey friends...
i am using fedora 13...
when i am trying to access a database i am getting this error--
mysql> use bgm_scr;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'bgm_scr'
---------------------------------------
i also tried accessing by switching to superuser.. but i get this error --
[user@localhost ~]$ su
Password:
[root@localhost user]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
---------------------------------------------
also when i am using mysql in user mode... i am able to access the test database which i had created earlier...
Database changed
mysql> show tables;
+----------------+
| Tables_in_test |
+----------------+
| Product |
| Products |
| ajax_example |
| employees |
| name |
| names |
| student |
| users |
+----------------+
8 rows in set (0.00 sec)
--------------------------------------------------------------------
can somebody please tell me what the problem is??