There is no official PHPMyAdmin Command Line Tool but a repository exists to get some functions on CLI, additionally MySQL has CLI functions. Like in a recently published article we talked about the growing importance of Database as a Service, we talked about How to Connect to MySQL Database Server Remotely, which will probably help the new users more. MySQL, PHPMyAdmin and Command Line … [Read more...]
Archives for July 2014
How to Connect to MySQL Database Server Remotely
We have explained how to connect to MySQL Database Server remotely to work. Work can range from simple taking backup to intensive work. How to Connect to MySQL Database Server is asked in three cases - We are working with Cloud Database as a Service like that from Rackspace; example and full guide is written in Rackspace Cloud Database for WordPress guide We are working with MySQL Server … [Read more...]
Commands to Create and Extract tar File
It is quite easy to create and to extract tar files on OS X or Linux via command line if you know how the syntax. Here is a small guide on how to create tar file and how to extract tar files. Previously we published a guide on how to get a Tar Extract Progress Bar in Linux and OS X. We recommend to read the article first as there are quite helpful information about tar and related links on that … [Read more...]
Why We Get Non-Authoritative Answer on NS Lookup
Have you noticed that your server might return Non-Authoritative Answer on NS Lookup which you never gave any importance? Here is why we get it. This is not an article to fix the Non-Authoritative Answer on NS Lookup, definitely we will discuss that part in future as guide but in this article we will discuss on a common but somewhat ignored stuff - the Non-Authoritative Answer on NS … [Read more...]
Database as a Service and Development of Applications
Database as a Service and Development sings well as it waives off the anxiety related to stability of the web or mobile device application. Developers and the software companies are getting more involved in the framework of the applications, looking to improve all the aspects of creating and designing smarter, better integrated, more social and more sophisticated apps. The goal is clear - to … [Read more...]
Load Balancer versus HTTP Accelerator on Cloud IaaS
We can compare the working mechanism of Load Balancer versus HTTP Accelerator when we are using any Cloud based IaaS. There are differences. Through previously published articles, we talked both about Load Balancing and HTTP Accelerator like Varnish. These are actually different type of server setups intended to deploy any Web Application. For a given web application, we consider which server … [Read more...]
Setup Separate Database Server on Rackspace Cloud
If we setup a separate database server on Rackspace Cloud Server, the setup becomes more scalable and less vulnerable to security exploits. Yes, there is definitely Rackspace Deployment which automates the process, but for learning purpose or for custom, personalized need; we obviously need to know the step by step guides from command line. Normally, we always (and all in this world) give example … [Read more...]