Jump to content

Mobile mysql manager


Stooney

Recommended Posts

You want something like phpMyAdmin or Navicat to run into a blackberry ?

 

Isn't a bit weird to want to play with a database with a mobile device ? That don't seem like a great developement environement to me. If you only want to change some small item why you don't make a webpage admin.php with a login specially for mobile device, and in the page include some options that you can quickly turn on/off until you reach a real computer.

Link to comment
https://forums.phpfreaks.com/topic/156179-mobile-mysql-manager/#findComment-822352
Share on other sites

I would use it for the ability to change/fix database entries on the fly.  Say X person just locked themself out of their site, I can remotely grant them access from my phone.  Little situations like that which I've been running into lately have driven me to want such a thing.  Even it's just something that can only connect to a database and allow me to run simple queries would suffice.  I don't need something as elaborate at phpmyadmin.

Link to comment
https://forums.phpfreaks.com/topic/156179-mobile-mysql-manager/#findComment-822381
Share on other sites

I don't see what's wrong with PHPMyAdmin in this case.  Yeah, it's overkill, but not super overkill.

 

 

 

Damn... Now out of curiosity I have to go see if there's a MySQL management app on the iPhone.  lol.

 

 

Edit:  Wow...  There are 2 of them.  An iPhone app of the jHeidi program (never heard of it before now), and some other app not associated with anything else.  $2.99 and $9.99.  lol....

Link to comment
https://forums.phpfreaks.com/topic/156179-mobile-mysql-manager/#findComment-822416
Share on other sites

 

These tools are from my point of view only for developement/test/installation it's so easy to make a mistake specially when you can't see half the SQL query and you write it with your thumb. I think you should write a admin section with pre-written and tested SQL query if you planning to use that on any live website with user on it, especially if you want to use it on a mobile device. That was my point.

Link to comment
https://forums.phpfreaks.com/topic/156179-mobile-mysql-manager/#findComment-822508
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.