WIN10 热点 无法连接或连接不上或手机连上了电脑没网 等问题

起初是想用手机连笔记本的热点上网(笔记本网线连着),但是忽然有有一天,手机和电脑没办法同时上网了,就很无语。

去百度搜了很多,发现是因为win10的某次更新的原因(版本xxx14699),于是跟着一些博客、up的方法、各种网站的方法(网络重置、卸载更新、重装系统、系统还原),然后开始从各种途径卸载or调试网络。

卸载系统时发现可能是更新的版本超过了14699导致它消失了,找不到、找到了也卸载不掉。然后就从手机连电脑热点电脑无法上网 -> 手机连不了电脑热点

过了很多天,我在需要使用华为多屏协同的时候发现也无法使用,觉得是网络模块的什么地方出现了问题,开始正视这个问题,时隔多天,终于找到了解决办法

解决办法

因为14699版本出现问题,官方出了14666说解决了热点相关问题(https://answers.microsoft.com/zh-hans/windows/forum/all/windows10-%E5%92%8C-windows11/3eac11ee-cfcd-4ded-8b1d-57b9351b36d1),那我们可以自行去下载一个14666版本(https://www.catalog.update.microsoft.com/Search.aspx?q=KB5014666重装一遍肯定没毛病);卸载不了的可以尝试更新,然后通过这个链接的方法重新调试一下电脑(https://zhuanlan.zhihu.com/p/429521198),于是网络问题得以解决,多屏协同也通过一些方法解决了。

### MCP MySQL Server Configuration and Management #### Overview of MCP MySQL Server Setup For configuring an MCP (Multi-Cloud Platform) environment with a MySQL server, the setup involves ensuring that all necessary configurations are correctly applied to integrate MySQL as part of the data storage solution. In scenarios where applications like Nacos need to connect to a MySQL database, it is crucial to ensure proper initialization and configuration. #### Initialization of MySQL Database for Application Integration When initializing a MySQL database specifically for application integration such as switching from default settings to using MySQL, one can modify `application.properties` or configure during Docker startup[^1]. This ensures that the application connects to the correct MySQL instance configured within the MCP environment. #### Schema Creation for Application Data Persistence To avoid issues related to no datasource exceptions when deploying services on platforms like Nacos via Docker while aiming at persisting data into MySQL, creating databases and tables beforehand is essential. The SQL script located at `D:\software\nacos\nacos-server-2.3.1\conf\mysql-schema.sql` serves this purpose by providing commands needed for setting up schemas required by Nacos[^2]. #### Troubleshooting Common Issues During Deployment In cases similar to those described in experiences involving deployment challenges—such as encountering errors due to missing database creation steps—it becomes evident how critical these preparatory actions are before attempting service deployments. Ensuring that both the database exists along with its schema helps prevent common pitfalls associated with connectivity problems between containers running inside Docker environments and external databases[^3]. ```sql -- Example command to create a new database named 'mcp_db' CREATE DATABASE mcp_db; USE mcp_db; SOURCE D:/software/nacos/nacos-server-2.3.1/conf/mysql-schema.sql; ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值