Recently I have moved the data folder of MySql to the other folder as describe in the my.ini following:
However, I can't start mysql via XAMPP Control Panel. The following are the contents of two files: Elvis.err and mysql_error.log.
The content of mysql_error.log
I need to treat two issues. These are:
From the terminal, I run mysqld in D:\xampp\mysql\bin. Then start mysql using XAMPP control panel. It works well.
In fact, I changed the data folder to I:/Dropbox/mysql/data but mysql has still informed an error to be not created in G: that moved before.
And my questions:
How can I configure mysql can be moved the data folder to new folder?
I am appreciated for all helps.
Thanks.