user:连接该数据库的用户名。
user: The name of the user that will connect to the database.
jdbcUser定义连接数据库的用户名。
要进行连接,您需要知道您数据库的用户名、密码和端点url。
To connect, you need to know your database's user name, password, and endpoint URL.
输入drupaldemo 作为数据库名称,然后输入可访问数据库的用户名和密码。
Type drupaldemo for the database name, then type the name and password of a user who has access to the database.
在输出脚本的开头,我们只是创建变量来存储可以访问位于本地主机的数据库的用户名和密码。
In this start of our output script, we simply create variables to store our username and password for access to the database located at localhost.
范例:加载数据到WebSphereCommerce数据库名为dbtarget的目标系统中,数据库的用户名是user2,密码是password2。
Example: Load the data to a target system where the WebSphere Commerce database is named dbtarget, the database user name is user2 and the password is password2.
由于jrc_begin_here .jsp代码将浏览器重定向到了CrystalReportViewer . jsp文件,Web站点用户通常不会在浏览器中查看we b页面源代码而看到您的数据库的用户名和密码。
Code redirects the browser to the CrystalReportViewer.jsp file, the Web site users normally cannot see your database username and password by checking the Web page 'source code in their Web browsers.
当然,如果您需要指定数据库用户名和密码,那么您的命令可能略有不同。
Of course, your commands might differ slightly if you need to specify a database user name and password.
为该条目输入一个名称,然后输入一个用于访问数据库的合法用户名和密码。
Enter a name for the entry as well as a valid user name and password to access the database.
如果特定用户名的用户在数据库中已经存在,则一个JSON数据结构将返回给浏览器。
A JSON data structure is returned to the browser if a user with given username already exists in the database.
此方法接受DSN作为输入,其中包含了关于RDBMS类型、RDBMS用户名和密码,以及目标数据库名称的信息。
This method accepts a DSN as input, containing information on the RDBMS type, the RDBMS user name and password, and the target database name.
一般来说,对于诊断连接错误、用户名/口令错误、指定的数据库或模式错误等,非常有效。
This is often helpful to diagnose connection problems, such as bad username/passwords or wrong database or schema specified, etc.
将该文件复制到一个本地目录并进行我之前所描述的必要的数据库更改(用户名、密码和主机)。
Copy that file to a local directory and make the necessary database changes that I described earlier (user name, password, and host).
如果从数据库返回了一行,则使用非空的用户名和密码成员变量来填充userbean。
If a row is returned from the database, the UserBean is populated with non-null user name and password member variables.
第二个参数是将要访问该数据库的MySQL用户名。
The second parameter is the name of the MySQL user who will access the database.
JDBCUserName:输入db2admin或者您的数据库用户名称。
注意,上面清单中假设db2admin是数据库管理员的用户名和密码。
Notice the assumption made that db2admin is the username and password for the database administrator.
如您已经看到的,odbc_connect函数接受od bc友好的链接字符串、数据库用户名称和相关密码。
You've already seen that odbc_connect takes in an ODBC-friendly connection string, a database user name, and the relevant password.
请再次确保将所有清单中的dbname替换为您数据库的名称,以及将user 1替换为您的用户名。
Again, please make sure you replace dbname with your database name and user1 with your username in all the listings.
用户名、口令和其他信息保存在Geronimo内置的Derby数据库,并在一个表中包含用户名到组的映射。
Usernames, passwords, and other information are stored in Geronimo's built-in Derby database and in a table containing username-to-group mappings.
userSelect是从数据库检索用户名和口令所执行的SQL。
UserSelect is the SQL that gets executed to retrieve the usernames and passwords from the database.
JDBCUserName:输入db2admin(或你的数据库用户名)。
但是当您在运行期间使用JNDI时,您的用户不需要每次都提供他们的数据库用户名和密码。
But when you are using JNDI at run time, your end users do not have to explicitly provide their database user names and passwords every time.
设置代码通常由一些行构成,这些行是对数据库的描述,比如数据库驱动程序、用户名和密码,以及到哪里去找到它。
The setup code is usually a few lines that describe the database such as the database driver, username and password, and where to find it.
上述命令将告诉应用程序如何通过用户数据库表名来访问用户模型,以及通过数据库表的列来显示用户名。
This will tell the application how to access your user model by specifying the users db table name and which column to use to display the user name.
创建与创建数据库时使用的用户名和密码匹配的身份验证别名。
Create the authentication alias matching the user name and password used when creating the database.
它没有依赖于简单数据库方法的用户名及密码的依赖,而是提供可扩充的文档模式。
It does not have the user name and password dependencies of the simple database approach and provides an extensible and documented schema.
用户名必须与目标数据库中创建表时所在的模式相匹配。
The user name must match the schema name where tables are created in target database.
这将弹出另一个新的窗口,它显示数据库连接的属性,并要求您输入用户名。
This will bring up a new window, with the database connection properties, and you will be asked to enter a user name.
对于模式名称,可以使用连接数据库所用的用户名(在本例中,我使用ADMINISTRATOR)。
As the schema name, you can use the username by which you connect to the database (in my case, I have to admit that's ADMINISTRATOR).
应用推荐