Home > Database > Mysql Tutorial > MySQL管理之日志详解

MySQL管理之日志详解

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 17:36:25
Original
1050 people have browsed it

MySQL日志详解错误日志MySQL的错误信息是在data目录下的错误日志本身所定义的内容本身是可以定义的编辑配置文件,定义错误日志:log-error=/path/to/xx.err#定义







|wpdb               |

+--------------------+

12 rowsin set (0.01 sec)

进入数据库查看表是否存在

mysql>show tables;

+-----------------+

|Tables_in_test3 |

+-----------------+

|tb1             |

+-----------------+

1 rowin set (0.00 sec)

查看数据是否存在

mysql>select * from tb1;

+------+

|id   |

+------+

|    1 |

+------+

1 rowin set (0.00 sec)



本文出自 “心情依旧” 博客,,请务必保留此出处

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template