PDA

View Full Version : MySQL Access?


altorn
2010-08-04, 07:55
Hello,

Does the N900 have an app that can access (insert data, view data, sort, etc.) a MySQL database via a server online? If so would anyone direct me to this app?

I've seen PortaBase and it's useful but it doesnt provide all my needs.

Thank you.

jedi
2010-08-04, 11:58
Howabout using something like phpMyAdmin on your online server?

Or have I completely missed the point of your question?!

http://www.phpmyadmin.net/

nidO
2010-08-04, 12:16
For what it's worth, MySQL Workbench's source is available, theoretically it should be fairly straightforward to port with an Arm compilation.

Edit: It would probably be hideously fiddly to use as obviously any n900-compatible compile of the standard source wouldnt be hildonized and is laid out for a full-screen desktop, but it is a solution.
Unless you're willing / can find someone willing to put work into hildonizing a MySQL client theyre all going to be pretty awful to use on the device, you'd probably be better just SSH'ing to the server and accessing MySQL via command line if you know what you're doing, or as above, using phpMyAdmin if not.

andyfrommk
2010-08-04, 12:30
Just ssh into the mysql server from an xterm and run the desired commands

quipper8
2010-08-04, 12:31
t looks like mysql-client is available in repositories so you could justg use command line

or

ssh in to your server and use mysql there