Originally posted on PHP DEVELOPER ZONE:
USING SSH MYSQL DUMP and backup databases. OR Downloading MySQL dump from command line. You can accomplish this using the mysqldump…
Month: March 2014
How to Install Mtop (MySQL Database Server Monitoring)
Originally posted on LinuxEasy:
mtop (MySQL top) is an open source real time MYSQL Server monitoring program written in Perl language that shows queries which are taking…
OSX How to Reset forgotten password
Originally posted on Cristina Llamas:
we need to stop the mysql server sudo /usr/local/mysql/bin/mysqld_safe –skip-grant-tables from a different bash tabĀ /usr/local/mysql/bin/mysql mysql Once we login in mysql we…
MySQL create read-only user
Originally posted on /usr/share:
mysql -u root -p CREATE USER user_name@’localhost’; SET PASSWORD FOR user_name = PASSWORD (‘password‘); GRANT SELECT ON database_name.table_name TO user_name; quit; ?…
What to Look for in Load Test Reporting: Six Tips for Getting the Data you Need
Originally posted on Load Impact Blog:
Looking at graphs and test reports can be a befuddling and daunting task – Where should I begin? What should I…
Installing MySQL Utilities
Originally posted on Persistent Storage Solutions:
MySQL utilities are set of scripts provided for DBAs for general database administration. These are basically command line utilities which can…
Populate your PhoneGap App with Data from an External Server DB
Originally posted on iPhone Dev Log:
With this article, we’ll pull data from a server and show it in the app. We’ll create a database table on…
Everyone monitors their output don’t they?
Originally posted on Terence Park – Blog:
Maybe not. Anyway, an update. Update-24Mar (for the analytical, yes it’s a spreadsheet) Story Pedigree When did each idea compel…
OSB access to salesforce.com by Steffen Miller
Originally posted on PaaS Community Blog:
Some time ago I had a request to connect a file with salesforce.com. The tool of choice was Oracle Service Bus,…
Salesforce CRM deployment: Recalling our remarkable journey in implementing Salesforce.com CRM for a large manufacturing company
Originally posted on Global IT Consulting:
The Salesforce CRM deployments have made a significant impact on varied business verticals. Customers from niche verticals are experiencing true business…