Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Post general support questions here that do not specifically fall into the Linux or Windows categories.
Moderators: Developers , Moderators
bilbus
Cacti User
Posts: 57 Joined: Sat Sep 15, 2007 2:38 pm
Post
by bilbus » Tue Jun 10, 2008 11:26 am
Can someone please tell me what i need to do to import a .sql file into cacti.
I am at the comand line of mysql
Thanks
dus001
Posts: 42 Joined: Sun Aug 07, 2005 6:07 am
Post
by dus001 » Tue Jun 10, 2008 12:56 pm
you need:
- the username
- password
- database name
mysql -u username -p databasename < file.sql
password will be asked.
bilbus
Cacti User
Posts: 57 Joined: Sat Sep 15, 2007 2:38 pm
Post
by bilbus » Tue Jun 10, 2008 2:32 pm
thanks