32 private links
Cross-platform
open source Redis DB management tool
Redis Desktop Manager (aka RDM) — is a fast Redis database management application for Windows, Linux, MacOS and iPadOS.
MyWebSQL is the ultimate desktop replacement for managing your MySQL databases over the web. With interface that works just like your favourite desktop applications, you don't need to keep switching over webpages to get simple things done. Just login to your database and manage your database as if your are working on your desktop!
THE WEB-BASED DATABASE MANAGEMENT TOOL FOR SQLITE
Like many people, you store sensitive information in your database. And like some, your database server is on a different host from one or more of your webservers. How do you secure the necessary network connections?
The obvious answer is SSL/TLS. But that requires you to a) use a custom MySQL binary, and b) manage yet another set of certificates. And it requires setting extra parameters when connecting to the database in your code.
A less obvious answer is to use the ssh's built-in port forwarding to tunnel the connection. Here's how.
Note that the commands and scripts in this document assume that you are connecting to a MySQL database named "db" on remotehost.com, port 3306, using username "dbuser" and password "PASS". You will need to change these values to match your own setup.
Database seeding in Laravel 4 can be quite cumbersome for things such as user information. Luckily there are tools that can help us with that!
Recently I have been using http://randomuser.me/ for filling up my database with randomly generated user profiles.