Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize the related operations of Tomcat and Mysql in Linux

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article shows you how to implement Tomcat and Mysql related operations in Linux, concise and easy to understand, absolutely can make you shine, through the detailed introduction of this article I hope you can gain something.

/home/mysql/3306/sql-map-config-2.dtd (No such file or directory)

In the mysql installation directory, also put sql-map-config-2.dtd

[@more@]

MySQL5 case-sensitive workarounds for Linux:

1. Log in with ROOT and modify my.cnf under Mysql installation directory, such as meteorological bureau site: /home/mysql/3306/my.cnf

2. Add a line under [mysqld]: lower_case_table_names=1

3. Restart the database.

Weather bureau site: cd /home/mysql/3306

./ mysql stop

./ mysql start

Restart Tomcat under Linux:

Tomcat installation directory/bin, run start and stop.

Meteorological Bureau site:

cd /home/fwzx/software/apache-tomcat-6.0.20/bin

./ shutdown.sh (startup)

./ startup.sh

The above content is how to implement Tomcat and Mysql related operations in Linux. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserves, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report