How to install MySQL 5.5 on Ubuntu

I have been beating my head against the wall for almost a year now, trying to figure out how to install MySQL 5.5 on Ubuntu since there is still not a .deb package to use. OpenDental software makes use of MySQL as it’s database and since my servers have always...

Fix Out of Resource Problem with MySQL

Update: This did not seem to work, and the only solution seems to be to upgrade to MySQL 5.5 11/27/2011 ______________________________________________________________________ Possible errors you might be having: mysqldump: Couldn’t execute ‘show fields...

Install MySQL 5.5 on Ubuntu 10.10

UPDATED I finally got it to work using “alien” and converting the .RPM to .deb. Then I installed it on Ubuntu 11.04 See how I did it HERE… 07/26/2011 ________________________________________________________________________________________ Previously...

Rsync and SSH – Passwordless Login

Making remote copies What if you want to copy files offsite to a remote host? No problem — all you need to do is add the host and user information. So, for instance, if you want to copy the same directory to a remote host, you’d use: rsync -ave ssh...

Install VirtualBox 3.2 with PHPVirtualBox on Ubuntu

original help from http://nerdoftherings.net/wp/?p=90 Using Ubuntu Server 10.10 (“Maverick Meerkat”) 1) Install the system (select options a. LAMP b.OpenSSH c.Samba) 2) Create a user named “vbox” as your main user to follow this example Type...