Digging into PHP and MySQL
I'm starting to finally get around to learning PHP.
So far I have setup a LAMP server; thats me dropping names, really all I did was install Ubuntu Server, set a password, and roll.
I did install mysql-admin on the server, and am running it headless from a remote computer over ssh; pretty cool I think. If anyone out there is wondering how to go about that, the command is:
ssh -X username@192.168.1.101
Enter the password for the account your logging in to the server with.
Then fire up mysql-admin.
sudo mysql-admin
I'm still new at this, and am not sure if I should or should not be running mysql-admin as superuser; however, because my current setup does not have permissions set to my username, I will set permissions accordingly after I research the issue.
I'll try to not neglect this blog as much; so if your interested in what I'm up to, keep checking back time to time.
~Rob