LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MySQL and HLStats (https://www.linuxquestions.org/questions/linux-software-2/mysql-and-hlstats-71786/)

mattbeekler 07-11-2003 02:44 AM

MySQL and HLStats
 
Hey im having a problem with MySQL, i am trying ot install a program called HLStats to parse logs from my Counter-Strike server, I bet some of you know what it is.

The URL for the install help section is hlstats.org/help.php/INSTALL.html if you need it.

I know that MySQL is running because it let me create the database,

I think that my problem is that i cannot make the .sql tables? The installation instructions for HLStats tell me to run the command

mysql hlstats < hlstats.sql

but i get

bash: hlstats.sql: No such file or directory


Im a newbie and im sure its something very simple, but what do I need to do? Any help at all is appreciated! Thank you.

david_ross 07-11-2003 01:48 PM

Try:
find / -name hlstats.sql

Once you know where the file is then try:
mysql hlstats < /path/to/hlstats.sql


All times are GMT -5. The time now is 06:19 AM.