|
-
Dec 22nd, 2008, 01:26 AM
#1
Thread Starter
Addicted Member
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!
-
Dec 23rd, 2008, 12:13 AM
#2
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
-
Dec 23rd, 2008, 12:31 AM
#3
Thread Starter
Addicted Member
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?
-
Dec 23rd, 2008, 12:54 AM
#4
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
-
Dec 26th, 2008, 01:41 PM
#5
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
-
Dec 26th, 2008, 02:25 PM
#6
Re: HELP! Where is the database stored in MySql 5.1?
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Jun 14th, 2010, 04:44 AM
#7
New Member
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
-
Jun 14th, 2010, 04:46 AM
#8
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|