I am trying to install cacti. When I want to import mysql_test_data_timezone.sql
to MySQL database on Linux CentOS, I get an error.
My command is
mysql -u root -p mysql < /usr/share/mysql/mysql_test_data_timezone.sql
I get error
No such a file or directory ;
Does this directory have to exist or do I have to create it myself?