If you have a need to manage MySQL databases, you know that learning the syntax for the various MySQL tools can be a real nightmare. Fortunately there are tools out there that make this job far more easy. But of the web-based tools, which are easiest? You might have given phpMyAdmin a try, but found [...]
- Author: Jack Wallen
- Comments: 1
Manage your LDAP data with phpLDAPadmin
The search for the perfect LDAP management tool has brought me around to a tool that is very similar to that of phpMyAdmin (for coverage of this tool, see my article “Install phpmyadmin for easy MySQL administration“). Both of these tools are web-based administration tools for tasks that many find too complex to do via [...]
- Author: Jack Wallen
- Comments: 3
Install Drupal on a LAMP Server
Drupal is one of the most popular of all the Content Management Systems (CMS). Drupal can power: Community portals, discussion forums, corporate sites, personal sites, blogs, e-commerce, and more. Drupal is open source (released under the GPL) and the only real installation restriction is that of the database. Drupal must use either a MySQL or [...]
- Author: Jack Wallen
- Comments: 12
Install phpmyadmin for easy MySQL administration
I have been working with LAMP (Linux Apache, MySQL, PHP) servers for a long time. But not matter how much experience I have with them one of the first things I, do after the LAMP installation, is to install phpMyAdmin. This tool makes database administration so much easier than the command line. And when your [...]
