How to install Mysql server 5.1 in Ubuntu 8.04 LTS

php e mysql

Ubuntu 8.04 LTS (Long Term Support) actually include Mysql Server 5.0 only. In order to install the version 5.1 you need to add additionals DEB repository to your APT’s config. For instance append those two new repository to your /etc/apt/sources.list files: deb http://ppa.launchpad.net/monty/ubuntu gutsy main universe restricted multiverse deb http://ppa.launchpad.net/smurf/ubuntu gutsy main universe restricted multiverse [...]

php: DbLib and DbSession

php e mysql

simple library for database programming and alternative session storage