Tuesday, October 19, 2010

Ubuntu PHP, PDO and MySQL

Note to self:
In order for the PDO MySQL driver to get installed, you need to install the php5-mysql package.

sudo aptitude install php5-mysql

4 comments:

  1. I still had to manually add "extension=pdo_mysql.so" to php.ini after installing php5-mysql.

    ReplyDelete
  2. Not so far I have found new cool tool to work with mySQL on ubuntu - Valentina Studio. Its free edition can do things more than many commercial tools!!
    I very recommend check it. http://www.valentina-db.com/en/valentina-studio-overview

    ReplyDelete