Mysql pick up the database list from its default datadir C:/mysql/data
as it is mentioned in
my.ini file in window.
but i want to use my own directory which contains some database , if i
am setting  the datadir into my
directory i am able to use my own directory to which i have to copy the
default mysql database;

i want to use both data directory of mysql as well as my default
directory. if possible then please send a reply how
can i set both the directory to datadir. i am sending my.ini file which
is being used.


#This File was made using the WinMySQLAdmin 1.3 Tool
#2/4/02 12:14:58 PM

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=C:/mysql
#bind-address=164.100.20.26
datadir=C:/mysql/data
datadir=C:/asitdatabase
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M

[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-max-nt.exe
user=asit
password=asit
QueryInterval=10

  Regards
Asit


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to