In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
The main content of this article is to explain "what is MySQL Database on Azure". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn what MySQL Database on Azure is.
MySQL Database on Azure is a PaaS service on the Chinese version of Windows Azure, similar to RDS on AWS.
There are some differences between the user name of MySQL Database on Azure and the MySQL version of on-premises. The naming rule is: server name% user name, that is, the user name contains a percent sign (%), which causes Java to fail to correctly resolve the URL of JDBC: for example:
Mysql://myserver%webuser:mypassword@mysqlservices.chinacloudapp.cn/mydatabase
Of course, we can write it another way to make JDBC's URL more elegant, but for many systems developed with third-party framework, it's not easy to change the code-no one wants to get into trouble.
Well, in fact, as long as the percent sign (%) is written as:% 25, there will be no problem. For example:
Mysql://myserver%25webuser:mypassword@mysqlservices.chinacloudapp.cn/mydatabase so far, I believe you have a deeper understanding of "what MySQL Database on Azure is", might as well come to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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: 247
*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.