![]() |
MySQL Question
How do i find out where my databases are stored on my server? Using FreeBSD
|
/usr/bin/mysql --user=$sqluser --password=$sqlpass -e "show
databases;" Remove $variables and insert your real user / pass. |
Hi MR pHeer :hi
|
Quote:
Hi Juicy |
In the mysql client type "show variables", and scroll up until you find "datadir"
That's the path to where your databases are physically stored... Unless you were asking about something different? |
you can do
ps -axf | grep mysqld in the results it'll show you where its looking for the data. Easiest way id say :Graucho |
useful shit to know
|
I want "MySQL for Dummies"
|
Quote:
|
Quote:
where in RI are you ? |
All times are GMT -7. The time now is 10:39 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123