Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Server (Public) / nhilam |
Follow
122
|
All Aqua Data Server user data is stored inside the MySQL DB including aquascripts, server connections and user files. Note that emails -- archived, invalid and outstanding-- are not stored in the DB. Instead, they are stored under <USER_HOME>/.aquadataserver/mail. AquaDataServer log files, license keys and the aquadataserver.properties file are also stored under <USER_HOME>/.aquadataserver directory.
mysqldump -u [username] --host=[hostname] -p [databasename] > [backupfile.sql]
mysql -u [username] --host=[hostname] -p [database_to_restore] < [backupfile.sql]
For additional information on MySQL backup & restore options, please visit http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017