Laravel Issues: oauth_access_tokens.ibd file size issues

oauth_access_tokens table stored all access tokens when ever user gets login but tokens are not deleted

$  find . -type f -size +100M
./ds_blog/wp_posts.ibd
./ds_blog/wp_page_visit_history.MYD
./lms2022/mdl_logstore_standard_log.ibd
./ds_trainer_ms/oauth_access_tokens.ibd
./ds_classes_ms/oauth_access_tokens.ibd
./ds_lms/mdl_logstore_standard_log.ibd
./ds_rating_ms/oauth_access_tokens.ibd

Any one have better solution for this problem?

virtualbox issues – oracle vm virtualbox 7.0.0 needs the microsoft visual c++ 2019 redistributable package



oracle vm virtualbox 7.0.0 needs the microsoft visual c++ 2019 redistributable package

Solution:

Install Microsoft Visual C++ Redistributable

FROM – https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

minikube error: kn quickstart minikube – minikube create: piping output: exit status 65


Error

PS C:\minikube> kn quickstart minikube
Running Knative Quickstart using Minikube
Minikube version is: v1.28.0

☸ Creating Minikube cluster...

Using the standard minikube driver for your system
If you wish to use a different driver, please configure minikube using
    minikube config set driver <your-driver>

* [knative] minikube v1.28.0 on Microsoft Windows 10 Enterprise 10.0.19044 Build 19044
* Automatically selected the hyperv driver. Other choices: virtualbox, ssh
* Starting control plane node knative in cluster knative
* Creating hyperv VM (CPUs=3, Memory=3078MB, Disk=20000MB) ...
! StartHost failed, but will try again: creating host: create: precreate: Hyper-V PowerShell Module is not available
* Creating hyperv VM (CPUs=3, Memory=3078MB, Disk=20000MB) ...
* Failed to start hyperv VM. Running "minikube delete -p knative" may fix it: creating host: create: precreate: Hyper-V PowerShell Module is not available
! Startup with hyperv driver failed, trying with alternate driver virtualbox: Failed to start host: creating host: create: precreate: Hyper-V PowerShell Module is not available
! Failed to delete cluster knative, proceeding with retry anyway.
* Starting control plane node knative in cluster knative
* Creating virtualbox VM (CPUs=3, Memory=3078MB, Disk=20000MB) ...
! StartHost failed, but will try again: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
* Creating virtualbox VM (CPUs=3, Memory=3078MB, Disk=20000MB) ...
* Failed to start virtualbox VM. Running "minikube delete -p knative" may fix it: creating host: create: precreate: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

X Exiting due to PR_HYPERV_MODULE_NOT_INSTALLED: Failed to start host: creating host: create: precreate: Hyper-V PowerShell Module is not available
* Suggestion: Run: 'Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Tools-All -All'
* Documentation: https://www.altaro.com/hyper-v/install-hyper-v-powershell-module/
* Related issue: https://github.com/kubernetes/minikube/issues/9040

Error: creating cluster: existing cluster: new cluster: minikube create: piping output: exit status 65
Usage:
  kn-quickstart minikube [flags]

Flags:
  -h, --help                        help for minikube
      --install-eventing            install Eventing on quickstart cluster
      --install-serving             install Serving on quickstart cluster
  -k, --kubernetes-version string   kubernetes version to use (1.x.y)
  -n, --name string                 minikube cluster name to be used by kn-quickstart (default "knative")

creating cluster: existing cluster: new cluster: minikube create: piping output: exit status 65
Error: exit status 1
PS C:\minikube>

Solution

kn quickstart command is not stable in i7 windows 10 dell machine. We need to check more.

lets try old method to install knative in minikube.