导航菜单

mysqld是什么意思_翻译中文_怎么读

mysqld

网络释义:安全相关启动选项;服务器时使用;服务器守护进程

网络释义

1.安全相关启动选项 5.3.2. SQL 服务器模式 5.6.3. Mysqld 安全相关启动选项 5.6.4. LOAD DATA LOCAL 安全问题 ...

2.服务器时使用 LONGTEXT 对应于4个 mysqld 服务器时使用 LIKE 操作符或 ...

3.服务器守护进程 ... MySQL 说明 mysqld 服务器守护进程 mysql 客户端工具 ...

4.命令行选项 5.1.4. mysql.server:MySQL 服务器启动脚本 5.3.1. mysqld 命令行选项 5.3.2. SQL 服务器模 …

5.选项启动 活跃函数在每次服务器启动时再次装载,除非你使用 --skip-grant-tables 选项启动 mysqld 装载并且没有用 DROP FUNCTION ...

6.不是静态 CREATE FUNCTION 装载并且没用 mysqld (不是静态)。 yacc 分析器: ...

7.执行权限 ... make install # 安装 chmod 755 /etc/init.d/mysqld # 执行权限 /etc/rc.d/init.d/mysqld start # 启动 ...

8.前 ... latin1_swedish_ci 校对规则。要想更改,使用-- safe_mysqld , sched_yield 出现问题,你可以在 ...

例句释义:,安全相关启动选项,服务器时使用,服务器守护进程

1.Tuning the process means allocating memory to the right places and giving mysqld an idea of what type of load to expect.对这个进程进行调优意味着适当地分配内存,并让mysqld了解将会承受何种类型的负载。

2.You should enforce a few pmits in mysqld to ensure that the system load doesn't cause resource starvations.您可以在mysqld中强制一些限制来确保系统负载不会导致资源耗尽的情况出现。

3.The second pne tells mysqld to terminate any connections that have been idle for more than 10 seconds.第2行告诉mysqld终止所有空闲时间超过10秒的连接。

4.mysqld spawns threads as needed when receiving connections.mysqld在接收连接时会根据需要生成线程。

5.Instance An instance is started by executing the MySQL command (mysqld).实例通过执行MySQL命令(mysqld)启动实例。

6.The second best thing to do is to tune the MySQL server, also called mysqld.第二种方法是对MySQL服务器(也称为mysqld)进行调优。

7.Tuning mysqld is the focus of this article.对mysqld进行调优是本文的重点。

8.You can configure mysqld to log slow queries in the aptly named slow query log.您可以配置mysqld将这些慢速查询记录到适当命名的慢速查询日志中。

9.A server can run multiple instances of mysqld.一台服务器可以运行多个mysqld实例。

10.The important value here is Threads_created, which is incremented each time mysqld has to create a new thread.此处重要的值是Threads_created,每次mysqld需要创建一个新线程时,这个值都会增加。