Koozali.org: home of the SME Server

Newbie to Linux

Offline jklapp

  • **
  • 32
  • +0/-0
Newbie to Linux
« on: September 12, 2007, 03:05:59 AM »
I'm a long time NT user and this is my first experience with Linux... Everything loaded fine, and it's up and running, but now I'm lost on how to install even the most basic programs... For example... I see mysql is preinstalled, but where is the data directory? (how do I get to it??)  I downloaded phpmyadmin, but I can't find where it was downloaded to???  Very Confusing???

Also, there is a SME SERVER 7.2 on e-bay that appears to have a more user friendly interface... Is this the same program, an add-on, or just a scam??

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=140141099812&_trksid=p3907.m32&_trkparms=tab%3DWatching

Thanks :)

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Re: Newbie to Linux
« Reply #1 on: September 12, 2007, 04:14:39 AM »
You can access phpadmin by pointing your browser to https:\\yourlocalip/phpmyadmin. Login with admin and the admin/root password

If you read the docs, it will show you how how to reach server manager (https:\\your server ip/server-manager)

Bob :-P

ps. everything he is offering you can download for free.  :D
« Last Edit: September 12, 2007, 04:18:05 AM by crazybob »
If you think you know whats going on, you obviously have no idea whats going on!

Offline imcintyre

  • *
  • 609
  • +0/-0
Re: Newbie to Linux
« Reply #2 on: September 12, 2007, 04:35:28 AM »
It is difficult to answer your question without knowing what do you want to with the server? The sme server 7.2 is just an upgrade that you should be able to do from the server-manager page. 

There is a good manual and wiki for the basics and beyond. There are a lot of "contribs" or applications that users have developed. Figure out what you want to do and go from there. To see what has been developed
Quote
http://wiki.contribs.org/Category:Contrib
.

I find it best to download "putty" and access the server remotely. You can log on as admin or root to configure or add applications respectively the server.


Offline jklapp

  • **
  • 32
  • +0/-0
Re: Newbie to Linux
« Reply #3 on: September 12, 2007, 05:00:20 AM »
You can access phpadmin by pointing your browser to https:\\yourlocalip/phpmyadmin. Login with admin and the admin/root password

If you read the docs, it will show you how how to reach server manager (https:\\your server ip/server-manager)

Interesting... Are you saying phpmyadmin is already installed??? I've tried https://mylocalip/phpmyadmin and I get nothing (Now https://mylocalip/server-manager works just fine)  What should I check?

Offline jklapp

  • **
  • 32
  • +0/-0
Re: Newbie to Linux
« Reply #4 on: September 12, 2007, 05:01:57 AM »
It is difficult to answer your question without knowing what do you want to with the server?

I run a few websites and a couple discussion forums like this one... It would be nice to just copy the mysql data folder and paste it to the SME Server. :)

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Re: Newbie to Linux
« Reply #5 on: September 12, 2007, 07:15:02 AM »
I wrongly assumed you had install phpmyadmin  :oops:

Where did you get phpmyadmin from?
If you think you know whats going on, you obviously have no idea whats going on!

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Newbie to Linux
« Reply #6 on: September 12, 2007, 11:53:31 AM »
I run a few websites and a couple discussion forums like this one... It would be nice to just copy the mysql data folder and paste it to the SME Server. :)
To keep MySQL tables consistent never copy data folders using a OS file copy instruction. Make a dump using mysqldump at the source server and restore this dump file on the new server. Google for information on copying MySQL databases, it should giove you lots of pages showing instructions and examples.

This page from the manual should get you started: http://dev.mysql.com/doc/refman/5.0/en/upgrading-to-arch.html
« Last Edit: September 12, 2007, 11:55:51 AM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Newbie to Linux
« Reply #7 on: September 13, 2007, 07:06:26 PM »
To keep MySQL tables consistent never copy data folders using a OS file copy instruction. Make a dump using mysqldump at the source server and restore this dump file on the new server.

No, that will cause problems, unless the advice is restricted only to the specific databases used by the applications you are moving. If you dump and restore all databases, you will cause problems with SME server's use of mysql (which is there in the base only to store user preferences for webmail).

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Newbie to Linux
« Reply #8 on: September 14, 2007, 11:20:26 AM »
No, that will cause problems, unless the advice is restricted only to the specific databases used by the applications you are moving. If you dump and restore all databases, you will cause problems with SME server's use of mysql (which is there in the base only to store user preferences for webmail).
Thanks for the heads-up. I forgot to mention this... :blush:
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)