[SLE] mysql
From: Ronald Wiplinger (ronald_at_elmit.com)
Date: 09/29/05
- Previous message: Hans du Plooy: "Re: [SLE] Ordering SUSE 10.0"
- Next in thread: Jim Cunning: "Re: [SLE] mysql"
- Reply: Jim Cunning: "Re: [SLE] mysql"
- Reply: Scott Leighton: "Re: [SLE] mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Sep 2005 12:30:59 +0800 To: Suse <suse-linux-e@suse.com>
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
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Hans du Plooy: "Re: [SLE] Ordering SUSE 10.0"
- Next in thread: Jim Cunning: "Re: [SLE] mysql"
- Reply: Jim Cunning: "Re: [SLE] mysql"
- Reply: Scott Leighton: "Re: [SLE] mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: [SLE] mysql
... >> Grant all priveleges to the user ser. ... > is restarted
or you issue a 'flush privileges' command. ... (SuSE) - Re: [SLE] mysql
... > priveleges to the user ser. ... you do need to do is FLUSH PRIVILEGES;
... privileges set in the grant tables to be reloaded by the server. ... (SuSE) - Re: [SLE] mysql
... > Grant all priveleges to the user ser. ... is restarted or you issue
a 'flush privileges' command. ... SuSE Linux 9.3 ... (SuSE)