News

MySQL 101: Installation, care, and feeding on Ubuntu If you've got 15 minutes, we can show you the ropes of basic MySQL management.
Use this guide to learn how to install Adminer on Ubuntu Server, and enhance your database administration tasks with ease and efficiency.
MySQL Server and components When you choose a full MySQL install on Windows, the following components will be installed: The MySQL Server -- the core of the database. MySQL Workbench to view your ...
Lighttpd is a secure web server, which is faster when compared to Apache. We will show here how you can install Lighttpd on an Ubuntu 9.10 server with PHP5 support (through FastCGI) and MySQL support.
MySQL is a common database amongst many organizations. As such, when building an automation script that needs to query data from somewhere, you might run into the need to query a MySQL database. By ...