To reset the Setup Wizard data, navigate to the server command prompt and provide the following commands. cd /home/servers/sitemanager sh/mysql -p (If unable to connect to mysql, check for correct mysql password in 'home/servers/sitemanager/sh/lib/mysql') use admin_site; delete from config; quit;
|