In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Step 1: install MySQL
MySQL version is mysql-5.5.57-winx64.zip version
Modify the configuration file
The default port number is 3306. You can modify the port number defined for yourself, as long as it does not conflict with the port number you are using.
Just modify the socket file path that exists on your own system.
See the picture below
Go to the bin directory and execute the installation service "mysqld install mysql" (the name of the custom service) MySQL-1 MySQL-2.
Command line starts the service net start mysql3307 (the corresponding service name at the time of installation)
After installation, you need to change the default password of MySQL.
Recommendation implementation
After the first installation, the MySQLroot account does not have a password.
Go to data execution:
GRANT ALL ON `mydb`. * TO `username` @ localhost IDENTIFIED BY 'password'
FLUSH PRIVILEGES
Restart the database
Log in to the MySQL database using Navicat for MySQL
Step 2: deploy jboss
Download the jboss installation package to
The jboss version is: jboss-eap-6.0.rar
The path to the configuration file is:\ jboss-eap-6.0\ standalone\ configuration\ standalone.xml
Multiple instances of jboss can be deployed by modifying the offset in the box: for example, change the above 0 to 100 200 300
If you start saving, you can modify the JAVA_OPT option.
The path to modify the file is: jboss-eap-6.0\ bin\ standalone.conf
After the modification is completed, go to the path of jboss-eap-6.0\ bin
Window double click
Just run the file, observe whether the command line port print log is wrong or not, and start successfully!
Keep it for the record!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.