command i used to put cron job is crontab -e
cron job
*/5 * * * * php -q /var/www/html/whmcs/crons/cron.php
heres pic from inside crontab -e
https://imgur.com/a/C9yckiK
Hi guys when i try to upload my db it says
SQL query:
--
-- Database: amg
-- Table structure for table accounts
CREATE TABLE accounts (
id int(11) NOT NULL,
username text,
password varchar(32) NOT NULL,
salt varchar(...