Project

General

Profile

« Previous | Next » 

Revision 9494

README.TXT: Datasource setup: For MySQL inputs: For .sql exports: added steps to grant privileges to the bien user. the privileges list excludes UPDATE, DELETE, ALTER, DROP to prevent bugs in the import scripts from accidentally deleting data.

View differences:

README.TXT
227 227
				This is for an initial sync to get the file onto vegbiendev.
228 228
			On vegbiendev:
229 229
				Create a database for the MySQL export in phpMyAdmin
230
				Give the bien user all database-specific privileges *except*
231
					UPDATE, DELETE, ALTER, DROP. This prevents bugs in the
232
					import scripts from accidentally deleting data.
230 233
				bin/mysql_bien database <inputs/<datasrc>/_src/export.sql &
231 234
		mkdir inputs/<datasrc>/_MySQL/
232 235
		cp -p lib/MySQL.{data,schema}.sql.make inputs/<datasrc>/_MySQL/

Also available in: Unified diff