Mailinglist Archive: opensuse (4398 mails)
| < Previous | Next > |
mysql
- From: Ronald Wiplinger <ronald@xxxxxxxxx>
- Date: Thu, 29 Sep 2005 12:30:59 +0800
- Message-id: <433B6E03.2030008@xxxxxxxxx>
I am trying to setup ser. The script should create the database and
Grant all priveleges to the user ser.
It does not grant the priveleges!
I tried to login into mysql and do the command by hand:
mysql> GRANT ALL PRIVILEGES ON SER.* TO ser IDENTIFIED BY 'password';
Query OK, 0 rows affected (0.00 sec)
0 rows affected !!!!
select * users shows the records with ser as user but with all flags set to N
If I try to use phpMyAdmin I do not even see the records for ser.
I use the right server!
Where is my thinking error?
bye
Ronald Wiplinger
It does not grant the priveleges!
I tried to login into mysql and do the command by hand:
mysql> GRANT ALL PRIVILEGES ON SER.* TO ser IDENTIFIED BY 'password';
Query OK, 0 rows affected (0.00 sec)
0 rows affected !!!!
select * users shows the records with ser as user but with all flags set to N
If I try to use phpMyAdmin I do not even see the records for ser.
I use the right server!
Where is my thinking error?
bye
Ronald Wiplinger
| < Previous | Next > |