Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: simple question on mysql

  1. #1
    NeoGen's Avatar
    NeoGen is offline AMD Users Alchemist Moderator
    Site Admin
    Join Date
    Oct 2003
    Location
    North Little Rock, AR (USA)
    Posts
    8,451

    simple question on mysql

    Just got my hands on a mysql database that I would very much like to poke inside, but I'm lacking software for it...

    I've already downloaded and installed the mysql binaries (v5.0).
    Can anyone point me to a program that I can get to open the database and poke around inside it? And that runs on Windows... :roll:

  2. #2
    Join Date
    Oct 2005
    Location
    Birmingham, UK
    Posts
    534
    If you have apache with php you could try phpmyadmin. I've used it briefly, mainly to test setting up Wiki's/PHP Powered sites.


  3. #3
    Join Date
    Jul 2003
    Location
    Sydney, Australia
    Posts
    5,662
    NeoGen, when Doomeva is back on Friday night I'll ask him about this. He has all sorts of mysql and Apache stuff on his PC.

  4. #4
    NeoGen's Avatar
    NeoGen is offline AMD Users Alchemist Moderator
    Site Admin
    Join Date
    Oct 2003
    Location
    North Little Rock, AR (USA)
    Posts
    8,451
    Never tried apache, don't even know what it does actually. But I'll download and explore it a bit.

    And I assume that it's the "Apache HTTP Server Project" that you're talking about, right? On the apache foundation site there's a bundle of projects being developed, but if on an alphabetically sorted list that one comes up first (out of place) it must be for a reason.

    Where is a simple application when we need one? :roll:

  5. #5
    http://www.mysqlfront.de/

    This is what I use, runs on windows.

  6. #6
    Join Date
    Jul 2003
    Posts
    390
    That's a darn good app. Not seen that one yet. Thx.

    Another you can use for a quick (30 day) "poke around" is navicat
    http://www.navicat.com/download.html

  7. #7
    AMDave's Avatar
    AMDave is offline Seeker of the exit clause Moderator
    Site Admin
    Join Date
    Jun 2004
    Location
    Deep in a while loop
    Posts
    9,658
    looky thar! I forgot to log in again.

    If you really get the "bug" you can get the entire kit-n-kaboodle here
    http://www.apache-mysql-php.com/?artclno=77

  8. #8
    NeoGen's Avatar
    NeoGen is offline AMD Users Alchemist Moderator
    Site Admin
    Join Date
    Oct 2003
    Location
    North Little Rock, AR (USA)
    Posts
    8,451
    This is getting annoying... :? I've come to the conclusion that the database file in itself has something wrong because none of the above programs "sees" it.

    I assume it is a mysql database because the extension of the file is .mysql (and it's one single massive file), but then I looked on the mysql folder for the already existing databases and tables and stuff and there is nothing with that extension. All I see is .MYI, .MYD, and .FRM. (And they always appear in triplets)

    Could it be that older mysql versions used that extension but nowadays it was dropped?

  9. #9
    Join Date
    Feb 2006
    Location
    UK
    Posts
    1,098
    .MYI = index file
    .MYD = data file
    .FRM = format file

    So you do need them, but further than that my knowledge on mySQL gets weak as I haven't used it in years!


    EDIT:
    This site & link might get you moving again http://dev.mysql.com/doc/refman/5.0/...lic-links.html


  10. #10
    Join Date
    Jul 2003
    Location
    Sydney, Australia
    Posts
    5,662
    Doomeva says he uses phpmyadmin.


Page 1 of 2 12 LastLast

Posting Permissions

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