php - Dropbox XAMPP & MySQL -


i have relocated htdocs folder within dropbox folder , similar thing mysql databases. don't know if possible or advisable love hear anyones advice , thoughts.

should doing , if how?

i discourage :)

but... can change you're path whatever want...

http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_datadir

you can add flag each time start mysqld, or add [mysqld] section of user-wide/machine-wide mysql config file.

you need initialize tables first, using mysql_install_db script ( http://dev.mysql.com/doc/refman/5.5/en/mysql-install-db.html )


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -