Geek3
09-16-2002, 11:09 AM
I have a client needing to edit data within her MySQL. Is there another way to do this without having to use PHPMYADMIN nor SSH shell?
I have a couple ideas, but i know there's a simpler way. :D
THANKS!
Geek3
09-16-2002, 11:58 AM
Originally posted by zerphyte
yea command line.
without using telnet/ssh shell (as mentioned in my orginal post)
need some ideas :D
no1v2
09-16-2002, 12:57 PM
It sounds like you're looking for another script just like phpMyAdmin, but why not just use phpMyAdmin itself? If there's major big problem with it I'd like to know too ;)
Btw, mods you might want to move this to the Tech & Sec forum.
davidb
09-16-2002, 02:27 PM
I agree. Now you could use the dos version of mysql and connect via that, its not in the shell or telnet :)
try one of those windows programs on mysql.com
Geek3
09-16-2002, 09:50 PM
well, the user would like to access her mySQL data (the raw data). She can access information that does NOT have a username/password assigned, but how does she access data WITH a username/password assigned? There HAS to be a way
allera
09-16-2002, 10:03 PM
Maybe run queries with php or some other language? I don't think I understand why phpmyadmin isn't a choice...
Geek3
09-17-2002, 12:23 AM
no, suppose i DO use phpmyadmin... the user would like to access and edit RAW data. How would they go about doing this? They can access the data in phpmyadmin if it's not behind a username and password (in mysql), however, how do they access ****THAT**** information (the data behind the password).. it won't let her