Hallo,
ich habe ein Problem mit einer Datenbank.
hier sind mal die (wie ich denke) relevanten Tabellen mit den Rechten (etwas gekuerzt):
tables_priv:
+-----------+-----------------+----------+------------+----------------+---------------------+---------------+-------------+
| Host | Db | User | Table_name | Grantor | Timestamp | Table_priv | Column_priv |
+-----------+-----------------+----------+------------+----------------+---------------------+---------------+-------------+
| % | FORCUSTdb | customer | USERtab | root@localhost | 2006-07-18 19:43:42 | Select,Update | |
| localhost | FORCUSTdb | customer | USERtab | root@localhost | 2006-07-28 12:03:02 | Select,Update | |
| cis | FORCUSTdb | customer | USERtab | root@localhost | 2006-07-28 12:18:47 | Select,Update | |
| localhost | custAccessLogDB | customer | ACCESStab | root@localhost | 2006-09-21 15:51:54 | Select,Insert | |
| cis | custAccessLogDB | customer | ACCESStab | root@localhost | 2006-09-21 15:51:54 | Select,Insert | |
| % | custAccessLogDB | customer | ACCESStab | root@localhost | 2006-09-21 15:51:54 | Select,Insert | |
+-----------+-----------------+----------+------------+----------------+---------------------+---------------+-------------+
db:
+-----------+-----------------+----------+-------------+-------------+-------------+-------------+
| Host | Db | User | Select_priv | Insert_priv | Update_priv | Delete_priv |
+-----------+-----------------+----------+-------------+-------------+-------------+-------------+
| % | test | | Y | Y | Y | Y |
| % | test\_% | | Y | Y | Y | Y |
| % | FORCUSTdb | customer | Y | N | N | N |
| localhost | FORCUSTdb | customer | Y | N | N | N |
| cis | FORCUSTdb | customer | Y | N | N | N |
| cis | custAccessLogDB | customer | Y | Y | N | N |
| % | custAccessLogDB | customer | Y | Y | N | N |
| localhost | custAccessLogDB | customer | Y | Y | N | N |
+-----------+-----------------+----------+-------------+-------------+-------------+-------------+
user:
+-----------+----------+------------------+-------------+-------------+-------------+-------------+
| Host | User | Password | Select_priv | Insert_priv | Update_priv | Delete_priv |
+-----------+----------+------------------+-------------+-------------+-------------+-------------+
| localhost | root | | Y | Y | Y | Y |
| cis | root | | Y | Y | Y | Y |
| cis | | | N | N | N | N |
| localhost | | | N | N | N | N |
| cis | % | | Y | N | N | N |
| % | customer | 4d022c767b138015 | Y | N | N | N |
| localhost | customer | 4d022c767b138015 | Y | N | N | N |
| cis | customer | 4d022c767b138015 | Y | N | N | N |
+-----------+----------+------------------+-------------+-------------+-------------+-------------+
ausserdem gibt es eine Datenbank custAccessLogDB mit den Tabellen ACCESStab und ACTIONtab. wenn ich mich als root anmelde sehe ich diese auch, aber wenn ich mich als Customer anmelde sehe ich sie nicht. Die Datenbank FORCUSTdb sehe ich dann aber komischerweise schon.
Eigentlich sollte man doch als customer mehr als genug Rechte haben, um zumindest die ACCESStab anzeigen zu lassen.
Ich hab wohl irgendwo eine kleinigkeit uebersehen?
mfG,
steckl