Super MySQL Terminal is a php mysql shell emulator. You can work with your share-hosted remote mysql like your localhost. Now, this script supports following commands: 1). mysql -h [host] -u [user] -p [password] 2). use [database name] 3). standard sql statements. etc. Please try it on our demo server: http://www.dbfacephp.com/mysqlterminal Type “mysql -u tmwo0929_demo -p jsding” to connect the demo database, and type some “select” s...
When working on a website it can be sometimes very handy to have access to a console window(terminal) on the server. The problem is that you don’t get access to this on most of the hostings. By uploading this one file php script to your server you have a workaround and you’re ready to start executing some commands on the server. The commands that can be executed is depending on the server settings. This is the perfect script for all the comman...