mysql server
服务器
2025-09-08 11:31 浏览次数 7
服务器
mysqlard is a daemon that connects to the mysql server and collects data every 5 minutes, storing it in a round robin database backend.
mysqlard是一个连接到mysql服务器上的守护程序,负责每5分钟搜集一次数据,并将它们存储到后台的一个roundrobindatabase 中。
to check for valid locations, log into the mysql server and query the articles table yourself to see if the lat and lon fields are filled in appropriately.
要检查位置是否有效,请登录到mysql服务器中,查询文章表来看看纬度和经度字段填写得是否合适。
take this number add to it number of memory operation system and other applications need, add might be 32mb more for mysql server code and various small static buffers.
把这些也都加到操作系统和应用程序所需的内存值之中,可能需要增加32mb甚至更多的内存给mysql服务器代码以及各种不同的小静态缓沖。
depending on the setup of your mysql server and its security settings and passwords, your command might vary a bit.
根据mysql服务器的设置及其安全设定和口令,命令可能略有不同。
to dump a database definition of the mysql world database in xml, fill up the form fields with appropriate access parameters for your mysql server and submit it.
要以xml 格式转储mysql数据库world的数据库定义,请使用mysql服务器的正确访问参数填充表单字段并提交表单。
mysqld.exe running the mysql server - many options available (for more info, type mysqld --help --verbose) you can start db2 express database instance using db2start.
exe运行mysql服务器 ——有很多选项(若想了解更多信息,请输入mysqld --help --verbose)可使用db2start启动db2express数据库实例。
remember that this data was originally generated from the mysql database, so you need to ensure that the mysql server is running and loaded with the example data set.
请记住此数据最初从mysql数据库生成,所以需要确保mysql服务器运行并由示例数据集加载。
another cases when you「d like to use it is when your mysql server is i/o bound now and you do not want to add random i/o because of randomized primary key.
另一个情况当你的mysql服务器的i/o有限制,不想因为随机主键而增加随机i/o,也可以这样设置。
their mysql server handles 2,400 requests per second !
他们的mysql服务器每秒钟要处理2400个请求!
a mysql server process (mysqld) can create a number of threads
一个mysql服务器进程 (mysqld)能创建几个线程
mytop tells you exactly what」s going on with your mysql server at that instant and provides some key statistics.
mytop告诉您目前mysql服务器上都在进行什么操作,并提供一些关键的统计信息。
mysql administrator allows you to configure, backup/restore, and control your databases, as well as mysql server environment.
mysqladministrator让您能够配置、备份/恢复、控制您的数据库以及mysql服务器环境。
if you configure mysql server so it uses too small amount of memory it will likey perform suboptimally.
如果配置mysql服务器使用太少的内存会导致性能不是最优的;
each thread connecting to mysql server will needs its own buffers.
每个连接到mysql服务器的线程都需要有自己的缓沖。
with the outbound tunnel—formally called a local forward—established, local clients can connect to port 5000 and talk to the mysql server running on example.com.
由于出站通道 —以前称为本地转发(localforward)—已建立,本地客户端能够连接到端口5000,并与example.com上运行的mysql服务器通信。
if you configure mysql server so it uses too small amount of memory it will likey perform. suboptimally.
如果配置mysqlvpn代理服务器使用太少的内存会导致性能不是最优的;
the other benefit of read-write snapshot is you can actually start mysql server on it and perform recovery, check tables or do whatever else you might need to do to ensure your backup is consistent.
可读写快照的另一个好处是可以启动mysql服务器,执行恢复、检察数据表或者其他任何要保证备份一致性所需的操作。
this command says, 「connect via example.com and establish a tunnel between port 5000 on the local machine and port 3306 [the mysql server port] on the machine named 「localhost.」」
这条命令的意思是:通过example.com 进行连接,并在本地机器上的端口5000和名为 「localhost」的机器上的端口3306(mysql服务器端口)之间建立一条通道。