打开一个命令提示并连接到数据库。
测试是否能够成功连接到数据库。
可能是脚本未能连接到数据库。
It might be that the script could not connect to the database.
测试连接,确保已连接到数据库。
Test the connection to verify that you can connect to the database.
尝试连接到数据库并列出表格。
打开命令提示并连接到数据库。
接下来,我们像先前那样连接到数据库。
Next, we connect to the database as we have done previously.
度量连接到数据库的时间。
使用PHP连接到数据库的语法如下
The syntax for connecting to a database using PHP is as follows
Rails需要知道如何连接到数据库。
我们连接到数据库并创造性地执行了查询。
用php连接到数据库。
连接到数据库的权限。
这在本质上意味着原生客户端直接连接到数据库。
This essentially means that native clients connect directly to a database.
现在应当能连接到数据库了;还没有创建任何表格。
You should be able to connect to the database; there are no tables created yet.
这些选项指定连接到数据库实例的用户ID和密码。
These options specify the user ID and password to connect to the database instance.
这时,应该连接到数据库,并减少主缓冲池的大小。
When this happens, you should connect to the database and reduce the size of the main buffer pools.
该函数随后将连接到数据库中并执行此事务。
The function will then connect to the database and execute this transaction.
向导可以使用这些值连接到数据库,以发现服务和数据。
These values let the wizard connect to the database to discover services and data.
这是您将业务流程中的数据连接到数据库中数据的地方。
This is where you link the data from the business process with the data in the database.
您将JDBC提供程序配置为从应用程序连接到数据库。
A JDBC provider is configured to connect to the database from the applications.
现在,需要连接到数据库,并用下面的定义创建一个表。
Now, you'll want to connect to the database and create a table with the following definition.
然后将会出现个参数窗口,在这里您可以连接到数据库。
A preferences window appears where you can connect to your database.
问题:可能仍然可以激活数据库或连接到数据库。
Problem: It may be possible to activate or connect to the database.
出于安全方面的原因,不要以管理员的身份连接到数据库。
For safety and security reasons, you aren't going to be connecting to the database as the administrator.
第三个步骤是实际开发(或使用)连接到数据库的应用程序。
The third step is actually developing (or using) applications that connect to the database.
在此文件内,应用程序连接到数据库并针对此目录表运行查询。
It's where the application connects to the database and runs the query against the directory table.
您应计划处理其他情况,比如成功连接到数据库但发现一个空表。
Plan to deal other conditions, such as successfully connecting to the database but finding an empty table.
不要以拥有超级权限或者数据库所有者的用户身份连接到数据库。
Never connect to the database as a user with super authority or as the database owner.
由于没有连接到数据库,不需要其他配置,因此使用了空构造函数。
Use an empty constructor, and since you're not connecting to a database, you don't need any further configuration.
应用推荐