Hi,
In mysql server about the data directory
What is MySQL data directory and how to determine the location of the data directory?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jan 9, 2012, 12:52 PM
mysql_install_db initializes the MySQL data directory and creates the system tables that it contains, if they do not exist.
Please refer the below link
http://dev.mysql.com/doc/refman/5.0/en/mysql-install-db.html
Thanks