LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Radius database scheme not populate radius database (https://www.linuxquestions.org/questions/linux-server-73/radius-database-scheme-not-populate-radius-database-4175631841/)

jb47 06-13-2018 03:40 AM

Radius database scheme not populate radius database
 
Hi,

Am trying to install Radius server using this link as guide

# mysql -u root -p radius < /etc/freeradius/sql/mysql/schema.sql

-bash: /etc/freeradius/sql/mysql/schema.sql: No such file or directory

Can anyone suggest me on this???

scasey 06-13-2018 03:56 AM

Welcome to LQ

That's pretty clear. Either
Code:

/etc/freeradius/sql/mysql/schema.sql
doesn't exist, or the user you're logged in as doesn't have permissions to read it.
(Not the mysql user, but the user running the command)


All times are GMT -5. The time now is 01:07 PM.