[quote=“Tom Elliott, post: 41001, member: 7271”]The code to sign into mysql should be:
[code]mysql -u root -p’cpefog’ fog[/code]
It should bring you to a prompt that looks like:
[code]mysql>[/code]
If you get there, it means you’re logging into the Database fine.
For #5 (Are there any errors on your screen when trying to login to the database?), it still sounds, to me, like you’re not running the updater and are still at 2580. The SVN folder doesn’t automatically update to the latest or later revisions, you have to perform work.
For example, if your original SVN download folder was located in /opt/fog_trunk by running command:
[code]svn co https://svn.code.sf.net/p/freeghost/code/trunk /opt/fog_trunk[/code]
To update you would perform:
[code]cd /opt/fog_trunk
svn update
cd bin
sudo ./installfog.sh[/code]
This would then perform the upgrade. As you state you’re able to to login and no database schema is being presented to you, it sounds, to me, like you’re not actually updated. SVN does not update automatically for you.[/quote]
sorry that command works fine i get the mssql prompt fine.
i been using this commands which i found on the wiki
cd ~
mkdir svn
cd svn
svn checkout [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url]
[SIZE=4][B]Install It![/B][/SIZE]
cd ~/svn/trunk/bin
./installfog.sh
running your commands i get
root@MaynoothFogServer:~/svn/trunk/bin# cd ~/svn/trunk/bin
root@MaynoothFogServer:~/svn/trunk/bin# svn up
At revision 2914.
root@MaynoothFogServer:~/svn/trunk/bin#