Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: phpMyEdit Login Failed?

  1. #1
    Join Date
    May 2012
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default phpMyEdit Login Failed?

    I Recently downloaded phpMyEdit which is a script to edit Mysql databases through a script.. I Downloaded it from sourceforge http://garr.dl.sourceforge.net/proje...dit-5.1.tar.gz since their official website has a broken download link.. http://phpmyedit.org

    so i uploaded the script to my server.. I read the installation doc, and it doesnt require to add anythin to anyfile just open phpMyEditSetup.php in the browser and add my hostname, username and password on it, the problem is that it says login failed - try again... i tried it on 2 different hosts and it's not working :S and im pretty sure that the usernames, passwords and hostname of the database are correct.

    Is there anyone that faced this problem before and found a solution? if so can i get some help here please!

    Help is much appreciated! Thanks in advance

  2. #2
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    Can you log on to the database, using the credentials you're using, with something like cPanel / phpMyAdmin?

  3. #3
    Join Date
    May 2012
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Yes i can, and i also have a php script that posts rows from the db and connects to db normal without any problem.. and also i have a script to add rows to the db, its connecting and posting the info perfectly... but i found this phpMyEdit and it seems great script to edit the database fast... :/

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by F0u4d View Post
    it seems great script to edit the database fast... :/
    really? doesn't seem fast at all, to me, if you can't even get it to work.

    Actually, a lot of things on that site seem broken. I'd be suspicious that it might not be supported anymore. The most recent date I could see was 2009, the parent site (platon.sk) doesn't even mention "phpMyEdit," and their "opensource" subdomain is unresponsive.

    Was there some particular feature that interested you? In general, I've found phpMyAdmin to be a great tool for managing MySQL...


  5. #5
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    I can see the advantages in phpMyEdit over phpMyAdmin.

    I've found this one: http://www.mysqlajaxtableeditor.com/

    It seems to be similar to phpMyEdit and has a lot more functions. It's also, more importantly, still supported.

  6. The Following User Says Thank You to ApacheTech For This Useful Post:

    F0u4d (05-29-2012)

  7. #6
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    There's also: http://phpcodegenie.sourceforge.net/

    But there's no demo on the site that I can see. It's got some good reviews though.

  8. The Following User Says Thank You to ApacheTech For This Useful Post:

    F0u4d (05-29-2012)

  9. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    As track said, phpMyAdmin is the standard and works well. Why doesn't it work in this case? The script you're trying to use is clearly outdated and problematic. Is there a reason you want to keep it?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  10. #8
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by ApacheTech View Post
    I can see the advantages in phpMyEdit over phpMyAdmin.
    I'm honestly interested.
    I couldn't figure out much from their site, and I'm not quite ready to tear apart the code to find out.

  11. #9
    Join Date
    Apr 2012
    Location
    Chester, Cheshire
    Posts
    329
    Thanks
    7
    Thanked 35 Times in 35 Posts

    Default

    Just look at the demo...

    http://www.phpmyedit.org/demo/

    Granted I've never used phpMyAdmin other than on cPanel on free hosting sites, but it's never been as user friendly as that. Bare in mind, I've been using Access since WFW 3.11, it was only last year I'd ever heard of a varchar.

    From the demo, it seems to add a nice user friendly, almost Access style front end. to the database. It just seems a lot neater for data entry.

  12. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There are skins available for PHPMyAdmin if you want them.

    And why should it be particularly user-friendly? It shouldn't be so user-friendly that users don't know what they're doing. It's not hard to use. It might be a little boring to use (as I'm well aware, having spent cumulative hours working in it), but it does the job.

    When you're working with something as critical as a database, stability and control are much more important than the UI.

    PHPMyAdmin is very significantly easier than learning MySQL itself, and I don't think anyone who doesn't know at least the basics of MySQL should be playing with PHPMyAdmin, unless it's purely for the purpose of updating data. But in that case, I'd strongly suggest using a web-based interface created specifically for that purpose (forms, etc.) because: 1) it will always be easier to learn; and 2) it eliminates any risk of doing the wrong thing. PHPMyAdmin is not that. It's fully featured and I think necessarily complex. That doesn't mean it's the right tool for every job, but it is for many of them.

    I don't see anything special in that demo. However, again, there are nicer skins available for PHPMyAdmin if you'd like.

    (The fact that PHPMyEdit didn't survive is evidence that it is unnecessary-- designers are generally happy with PHPMyAdmin.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •