FOG Reboot Issues
-
I have recently created a Ubuntu server and installed FOG 1.2.0 on it. Everything was working fine until i mounted another drive to the server for storage. Once I mounted the drive, I did a reboot, and now when I go to the Web GUI, I get the "Database Scheme Installer / Updater screen. When I click the “Install/ Upgrade” button, I get hundreds of SQL Database errors. I don’t know why this is happening. I am very new to Ubuntu and FOG. Any help or advice would be greatly appreciated.
-
This is because mysql isn’t starting properly.
To get going run:
[code]sudo start mysql[/code]Retry going to the page, don’t redo the database schema stuff.
-
Thank you for the fast reply! It returns saying “Job is already running: mysql”
-
Try
[code]sudo stop mysql;sudo start mysql[/code] -
That worked! Thank you very much!