This is a discussion on Spfile in Mysql...... within the MySQL General forum forums, part of the MySQL category; --> Hello, The dynamic changes made on mysql server instance gets vanished once the instance goes down...!! Is there any ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, The dynamic changes made on mysql server instance gets vanished once the instance goes down...!! Is there any way for mysql to store the dynamic changes on my.cnf file automatically ..?(like Oracle) , so on next startup mysql automatically pickup the dynamic changes made from my.cnf file.... Thanks & Regards , Dhandapani S |
| ||||
| On Nov 27, 2007 11:44 AM, Shanmugam, Dhandapani <dhandapani.shanmugam@eds.com> wrote: > Hello, > > The dynamic changes made on mysql server instance gets vanished once the > instance goes down...!! Is there any way for mysql to store the dynamic > changes on my.cnf file automatically ..?(like Oracle) , so on next > startup mysql automatically pickup the dynamic changes made from my.cnf > file.... Unfortunately there is not. You should alter your my.cnf file to record the changes you make. |