please, can somebody give advise on installing the log, data and other files for MySQL. I am actually a MS SQL Server DBA and have no ideas about MySQL.
Thank you!
|
please, can somebody give advise on installing the log, data and other files for MySQL. I am actually a MS SQL Server DBA and have no ideas about MySQL. Thank you!
| ||||
|
feedback
|
|
Microsoft SQL Server lets you specify a location for each file (data or log) in each database. MySQL has a single configuration parameter named 'datadir', and all data and log files for databases in a MySQL installation are stored in there. If you want to store files somewhere different, the standard UNIX answer is to move the files somewhere else, and create symbolic links back to them. You really need to clarify your question if you want any more information than that. | |||
|
feedback
|
|
it partially depends on your storage engine [ eg myisam vs innodb ] parameters in my.cnf that you might want to check for innodb: general parameters:
just take default distribution of mysql for your platform [ windows or unix-like distro ], install it, and take a look at my.cnf. | |||
|
feedback
|
|
It is easy:
Done, have fun. | |||
|
feedback
|
apt-get install mysql-servertoo difficult? – ceejayoz Jul 3 '09 at 0:54