Schedule reboots in the Ubuntu
launch a terminal
Type sudo su
sudo crontab -e and then press ENTER
Then
Add the below line
Press CTRL+X, then Y, then ENTER.
Your ubuntu server automatically restarts at 9:05am daily
Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...
No comments:
Post a Comment