I have installed the following two rpms: freeradius-mysql-2.1.3-1.fc9.i386 and freeradius-postgresql-2.1.3-1.fc9.i386 on my Fedora machine. However, when I tried to configure sql server by using "mysqladmin ...", system says "command not found". Do I need to install anything else (and where I can download them) before executing that command? Thanks a lot in advance.
rosect190@yahoo.com wrote:
I have installed the following two rpms: freeradius-mysql-2.1.3-1.fc9.i386 and freeradius-postgresql-2.1.3-1.fc9.i386 on my Fedora machine. However, when I tried to configure sql server by using "mysqladmin ...", system says "command not found".
Do I need to install anything else (and where I can download them) before executing that command? Thanks a lot in advance.
Actually installing MySQL might be a good start considering that is what installs mysqladmin
Larry Brower wrote:
rosect190@yahoo.com wrote:
I have installed the following two rpms: freeradius-mysql-2.1.3-1.fc9.i386 and freeradius-postgresql-2.1.3-1.fc9.i386 on my Fedora machine. However, when I tried to configure sql server by using "mysqladmin ...", system says "command not found".
Do I need to install anything else (and where I can download them) before executing that command? Thanks a lot in advance.
Actually installing MySQL might be a good start considering that is what installs mysqladmin
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Try this command to start mysql service mysqld start Vu Hung,
Hi,
I have installed the following two rpms: freeradius-mysql-2.1.3-1.fc9.i386 and freeradius-postgresql-2.1.3-1.fc9.i386 on my Fedora machine. However, when I tried to configure sql server by using "mysqladmin ...", system says "command not found".
Do I need to install anything else (and where I can download them) before executing that command? Thanks a lot in advance.
mysqladmin has nothing to do with freeradius and therefore wont be installed with freeradius-mysql. you need to ensure that you have the MySQL package installed and also whatever package supplies mysqladmin alan
participants (4)
-
Alan Buxey -
Larry Brower -
rosect190@yahoo.com -
VU VAN HUNG