MySQL提供了5种整型
MySQL提供了5种整型
相关考题:
关于mysql_fetch_object说法中,正确的是:()。 A.mysql_fetch_object和mysql_fetch_array一样,没什么区别B.mysql_fetch_object返回值是个对象,所以在速度上比mysql_fetch_array要慢C.mysql_fetch_object返回值是个数组,所以在速度上和mysql_fetch_array及mysql_fetch_row差不多D.mysql_fetch_object返回值是个对象,在速度上和mysql_fetch_array及mysql_fetch_row差不多
修改MySQL用户root的密码的指令是?() A.mysqladmin-urootpasswordtestB.mysql-urootpasswordtestC.mysql-uroot-ptestD.mysql-uroot-passwordtest
MySQL is installed on a Linux server and has the following configuration:What is the purpose of changing ownership of datadir to the ‘mysql’ user?() A.MySQL requires correct file ownership while remaining secureB.MySQL needs to be run as the root user, but file cannot be owned by itC.MySQL cannot be run as the root user
PHP连接数据库服务器成功后,使用以下哪个函数执行SQL语句() A.mysql_queryB.mysql_select_dbC.mysql_connectD.mysql_fetch_array
php连接上mysql之后,采用哪个函数配置循环可以得到指定表中的记录?() A.mysql_fetch_rowB.mysql_select_dbC.mysql_queryD.mysql_connect
关于mysql_db_query与mysql_query说法正确的是:()A、mysql_db_query与mysql_query在执行sql语句后的返回值是一样的,成功返回资源号,失败返回FALSEB、不能用mysql_query函数临时在另一个数据库上执行sql语句,而mysql_db_query可以C、mysql_db_query不会切换回先前连接到的数据库D、mysql_query在功能上等于mysql_select_db()+mysql_db_query()
php连接上mysql之后,采用哪个函数配置循环可以得到指定表中的记录?()A、mysql_fetch_rowB、mysql_select_dbC、mysql_queryD、mysql_connect
取得查询语句的结果集中的记录函数有()A、mysql_fetch_rowB、mysql_fetch_assocC、mysql_num_rowsD、mysql_fetch_arrayE、mysql_fetch_object
mysql_ping()函数的作用以及返回值的类型正确的是:()A、检查数据库系统的状态,返回整型数值B、检查数据库系统的状态,返回值为布尔型C、检查到服务器的连接是否正常,返回整型数值D、检查到服务器的连接是否正常,返回值为布尔型
修改MySQL用户root的密码的指令是()。A、mysqladmin -u root password testB、mysql -u root password testC、mysql -u root -p testD、mysql -u root -password test
单选题mysql_ping()函数的作用以及返回值的类型正确的是:()A检查数据库系统的状态,返回整型数值B检查数据库系统的状态,返回值为布尔型C检查到服务器的连接是否正常,返回整型数值D检查到服务器的连接是否正常,返回值为布尔型
多选题You want to shutdown a running Mysql Server cleanly. Which three commands that are valid on either Windows or Linux will achieve this?()AShell> mysqladmin –u root –p shutdownBShell> nmc mysql shutdownCMysql> STOP PROCESS mysqldDShell> /etc/init.d/mysql stopEShell> service mysql safe_exitFShell> pkill –u mysql mysqld_safeGShell> net stop mysql
问答题MySQL提供了5种整型