Install SNMPD
Category Archives: Programming
Mysql restore database
Here the command for mysql restore database from sql file
Creating a PHP REST Routing Class for Your Application
The main features typically are: REST Routing Use different HTTP methods for same URL’s to determine different types of action / request Support dynamic URL segments Provide the capability for reverse routing; creating the destination URL from an array of route variables SEO friendly URL’s using a .htaccess to route all URL’s into your class
mysql unknown variable ‘init_connect=set names utf8’
To set the default to UTF-8, you want to add the following to my.cnf
mysql cli dump and repair commands
some usefull mysql commands for cli
nosql-database.org
NoSQL DEFINITION:Next Generation Databases mostly addressing some of the points: being non-relational, distributed, open-source and horizontally scalable.