/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fak3r.com
| | ntdln.com
1.8 parsecs away

Travel
| | Here's another DreamHost tip, this time for using mysqldump to export a MySQL database. You could always use phpMyAdmin to export a database, but there are times when the mysqldump command is eithe...
| | whatibroke.com
2.3 parsecs away

Travel
| | Hey everyone, I'm currently setting up a mysql database on DigitalOcean and hit the following error when connecting: failed to connect to the database: default addr for "DATABASE_CONN_STR" network unknown Luckily this turned out to be a pretty easy fix. In the mysql driver repo you can see that the only scenario where this error...
| | www.linuxforfreshers.com
1.3 parsecs away

Travel
| | How to dump the database with triggers and procedures? MySQL Dump/Restore Stored Procedures and Triggers?
| | www.neerajsidhaye.com
21.1 parsecs away

Travel
| GO middleware as the name suggests, sits between Go webserver( to be precise "router") and application handler and it works like a filters, similar to what we have in J2EE application for pre and/or post processing of request. Let's hands on with Go Middleware...