Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
integration:rdbms:mysql:databases [2011/04/06 17:16]
doc
integration:rdbms:mysql:databases [2016/06/28 22:38] (current)
Line 21: Line 21:
 ==== Databases ==== ==== Databases ====
  
-The [[dev:​sql:​statements:​create_database:​home|CREATE DATABASE]] statement is used to declare ​an MySQL database within an Omnidex Environment File.  This statement can either be issued directly, or it can be extracted from MySQL using the EXTRACT statement as discussed in the previous section.+The [[dev:​sql:​statements:​create_database:​home|CREATE DATABASE]] statement is used to declare ​MySQL database within an Omnidex Environment File.  This statement can either be issued directly, or it can be extracted from MySQL using the EXTRACT statement as discussed in the previous section.
  
-The CREATE DATABASE statement must include the DSN or File DSN that identifies the MySQL database, as well as the MySQL user and password. ​ Note that the datatype ​type is ODBC, with a subtype of MYSQL, reflecting that ODBC is the primary method of accessing a MySQL database.+The CREATE DATABASE statement must include the DSN or File DSN that identifies the MySQL database, as well as the MySQL user and password.  It is recommended to use a System DSN, rather than a User DSN, so that the DSN will be accessible across all users and from the Omnidex Network Services.  Note that the database ​type is ODBC, with a subtype of MYSQL, reflecting that ODBC is the primary method of accessing a MySQL database.
  
 <​code>​ <​code>​
Line 38: Line 38:
 === MySQL Security === === MySQL Security ===
  
-Omnidex provides ​two methods of supporting MySQL security.  ​+Omnidex provides ​three methods of supporting MySQL security.  ​
  
-  * Administrators can register a single ​user and password in the Omnidex Environment File to access a MySQL database.  This user and password will always be used to access the MySQL database, and no users and passwords will be needed from the application.  ​+  * Administrators can register a user and password in the MySQL datasource. 
 +  * Administrators can register a user and password in the Omnidex Environment File.  This user and password will always be used to access the MySQL database, and no users and passwords will be needed from the application.  ​
   * The application can pass a user and password in the [[dev:​connections:​home|Omnidex Connection String]]. ​ This user and password is then passed directly to MySQL to access the database.  ​   * The application can pass a user and password in the [[dev:​connections:​home|Omnidex Connection String]]. ​ This user and password is then passed directly to MySQL to access the database.  ​
  
 
Back to top
integration/rdbms/mysql/databases.1302110219.txt.gz · Last modified: 2016/06/28 22:38 (external edit)