# 快速起步

- [mysql查询命令输出无表格线](https://huataihuang.gitbook.io/cloud-atlas-draft/database/mysql/startup/mysql_query_result_without_table_line.md)
- [mysql启动报错"Another MySQL daemon already running with the same unix socket."](https://huataihuang.gitbook.io/cloud-atlas-draft/database/mysql/startup/mysql_daemon_socket_conflict.md)
- [查询最近一小时的数据行](https://huataihuang.gitbook.io/cloud-atlas-draft/database/mysql/startup/fetch_rows_added_last_hour.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/database/mysql/startup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
