Results 1 to 8 of 8

Thread: HELP! Where is the database stored in MySql 5.1?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2008
    Posts
    248

    Exclamation HELP! Where is the database stored in MySql 5.1?

    I hope this is the right place for this post. I want to know the exact path to stored database in mysql 5.1. Any help in this regard will be greatly appreciated.
    Thanks in advance!

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: HELP! Where is the database stored in MySql 5.1?

    If mysql 5.1 uses the same setup as phpdev it will be:

    C:\phpdev\mysql\data\(your database)
    disregard "\phpdev" if that does not apply to you.
    Last edited by Nightwalker83; Dec 23rd, 2008 at 12:17 AM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Oct 2008
    Posts
    248

    Re: HELP! Where is the database stored in MySql 5.1?

    Thanks for your reply. But in mysql folder I am not finding any folder named "data". Any idea why? Where else can the database be stored?

  4. #4
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: HELP! Where is the database stored in MySql 5.1?

    The "data" should be in the root folder for MySql 5.1.

    Edit:

    That is assuming that all the downloads of "MySql 5.1" store there files in the same locations. I downloaded the extracted version (mysql-noinstall-5.1.30-win32.zip) not the install version.
    Last edited by Nightwalker83; Dec 23rd, 2008 at 01:00 AM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  5. #5
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: HELP! Where is the database stored in MySql 5.1?

    It's in "C:\Users\All Users\MySQL\MySQL Server 5.1\data" for Windows Vista or "C:\Documents and Settings\All Users\MySQL\MySQL Server 5.1\data" for Windows XP (In case you're using the installed version of MySQL)
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: HELP! Where is the database stored in MySql 5.1?

    Thread Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7
    New Member
    Join Date
    Jun 2010
    Posts
    2

    Re: HELP! Where is the database stored in MySql 5.1?

    that questio troubled me so long...
    in your mysql screen just enter

    show variables;

    then look for datadir variable... it will tell you where is your data...

    on my PC is in dir


    C:\ProgramData\MySQL\MySQL Server 5.1\data

  8. #8
    New Member
    Join Date
    Jun 2010
    Posts
    2

    Re: HELP! Where is the database stored in MySql 5.1?

    it's hidden diretory so you have to turn on "show hidden files and folders" in folder options..

    <CHEERS
    Josip!!

Posting Permissions

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



Click Here to Expand Forum to Full Width