Results 1 to 2 of 2
Hi All,
I am installing mysql in suse linux enterprise edition 10. I am installing mysql using rpm the installation is done perfect but the issue is when I do ...
- 12-04-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 2
installation issue
Hi All,
I am installing mysql in suse linux enterprise edition 10. I am installing mysql using rpm the installation is done perfect but the issue is when I do "rpm -qa | mysql" command I haven't seen the mysql.
But in yast when I search for it I find it installed with -i- symbol to the file installed how ever there is one mysql shared file is there in yast that's also shows installed but the sysmbol before it is simple i.
when I looked in the yast installation directory for the softwares installed I find only mysql shared file only. Not the server and client mysql which I installed through my rpm because that I unable install properly other rpms which requires mysql installation properly.
my mysql is working fine I can do what ever database operation I want to do.
waiting for your suggestion
Thanks,
Jack
- 12-04-2008 #2
Run the command below and post back the output.
Code:rpm -qa | grep -i mysql


Reply With Quote