Entradas

Mostrando las entradas de marzo, 2023

command not found: dotnet ubuntu correction

 Tuve el mismo problema, y esto es lo que hice para resolverlo. Eliminados todos los paquetes .NET sudo apt remove 'dotnet*' sudo apt remove 'aspnetcore*' Repositorio de PMC eliminado de APT, al eliminar el archivo repo .list sudo rm /etc/apt/sources.list.d/microsoft-prod.list Ejecutó sudo apt update Instalado .NET 6 SDK a través de Sudo apt install dotnet-sdk-6.0 Esta es una de las soluciones provistas en la página de problemas de Github para dotnet/core, siga el artículo original si lo anterior no funcionó para usted. https://github.com/dotnet/core/issues/7699 Referencia:   https://stackoverflow.com/questions/73312785/dotnet-sdk-is-installed-but-not-recognized-linux-ubuntu-popos-22-04

xampp mysql repair

  Note: If you don’t do following very carefully there are chances you can lose your databases. So be very careful to follow point 1. Rename the folder xampp/ mysql/data  to xampp mysql/data_bk Create a new folder  xampp/mysql/data Copy the content that resides in xampp/ mysql/backup  to the new  mysql/data  folder Copy all your database folders that are in xampp mysql/data_bk  to xampp/ mysql/data Important:  Do not copy the mysql, performance_schema, and phpmyadmin folders from xampp/mysql/data_bk Finally copy the  ibdata1  file from  xampp/mysql/data_bk  and replace it inside  xampp/mysql/data  folder Start MySQL from XAMPP control panel I hope this time it worked for you! please leave your feedback below to help others. Enlace:  https://www.webfulcreations.com/fix-error-mysql-shutdown-unexpectedly-in-xampp/ Ref: xampp mysql repair error mysql shutdown unexpectedly xampp windows error mysql shutdown unexpectedly xampp windows 10 error mysql shutdown unexpectedly xampp windows 11