How do i find out where my databases are stored on my server? Using FreeBSD
MySQL Question
Collapse
X
-
/usr/bin/mysql --user=$sqluser --password=$sqlpass -e "show
databases;"
Remove $variables and insert your real user / pass. -
-
you can do
ps -axf | grep mysqld
in the results it'll show you where its looking for the data.
Easiest way id say
we buy domains with typin traffic. icq me 8566256Comment
-
I want "MySQL for Dummies"Fyodor Dostoyevsky wrote: "Every man has reminiscences which he would not tell to everyone but only his friends. He has other matters in his mind which he would not reveal even to his friends, but only to himself, and that in secret. But there are other things which a man is afraid to tell even to himself, and every decent man has a number of such things stored away in his mind."
icq 8243657Comment
-
MySQL for DummiesOriginally posted by wimpy
I want "MySQL for Dummies"seks.ai for sale - ping meComment

Comment