Questions tagged [xampp-vm]

43 questions
0
votes
0 answers

XAMPP MAC OSx - use external USB drive for MySQL storage

I'm using fairly large MySQL DB Tables with XAMPP, which makes it tough with my rather small internal storage of my Mac. I thought I would just keep MySQL data on an external USB3.0 SSD drive, but it looks like it's not that easy. Here is what I've…
Arseni
  • 33
  • 6
0
votes
1 answer

XAMPP-VM download

After testing my files on XAMP for MacOS (7.1.33-0) I was looking to download Wordpress or other CMS etc to test also. The Apache website suggests that the MacOS Bitnami add-ons have been deprecated and advises to download XAMPP-VM and utilise the…
0
votes
2 answers

How can I connect express js with phpmyadmin (xampp vm os x)?

I had install xampp vm on os x The view of xampp like this : I access phpmydmin like this : I want to connect it with my project express js I try like this : const express = require('express'); const path = require('path'); const bodyParser =…
moses toh
  • 12,344
  • 71
  • 243
  • 443
0
votes
2 answers

Cannot access laravel-websockets dashboard on xampp-vm

I'm trying to run laravel-websockets on XAMPP-VM, however, I cannot access localhost:6001/laravel-websockets debugging dashboard after running php artisan websockets:serve. Inside the console I am getting Starting the WebSocket server on port…
Ed T.
  • 325
  • 2
  • 12
0
votes
1 answer

open(filename) not working when the python script is called from php

I have a php file in my XAMPP-VM server which looks like this: the testPython.py file looks like this: f = open('data.txt', 'w+') f.write('test') print('hello') f.close() When I…
Max Litvak
  • 115
  • 6
0
votes
0 answers

XAMPP-VM Object not found

I am new to XAMPP, so I'm still not 100% on what I'm doing. I have a 11-inch MacBook Air (early 2015). I've tried everything below both with Safari v12.0 and Chrome 29.0.3497.100. I downloaded XAMPP-VM 7.2.11 and ran it (without changing any config…
Adrien Guerin
  • 23
  • 1
  • 3
0
votes
1 answer

XAMPP object not found on mac

I just installed Xampp on my mac. I can easily reach my phpadmin page with entring the address http://192.168.64.2/phpmyadmin/. But I cannot run my php file that I've already created and save it in htdocs in lampp as the following addres :…
Steve
  • 17
  • 7
0
votes
1 answer

How do I access the mysql commandline tool with XAMPP VM on mac?

I am just beginning to learn about databases and I installed XAMPP on my macBook for that purpose. I would like to use the 'mysql' commandline tool but my installation of XAMPP is ran as a separate VM which means that I don't have a path from…
Blink
  • 163
  • 1
  • 6
0
votes
1 answer

`-bash: [command]: command not found` from XAMPP-VM terminal

a little confusion as to why I cant use command line tools that are installed on my system from the XAMPP-VM terminal. For instance: I start XAMPP-VM and click Open Terminal. I cd to htdocs and try to run something, like sass --watch style or npm…
nth-chile
  • 616
  • 1
  • 7
  • 20
0
votes
1 answer

How do I update phpMyAdmin on Mac (in XAMPP-VM)?

I've been searching this but I can't figure out how I update the phpMyAdmin folder in the opt/lampp folder. When I try to delete the content of the folder it says that I don't have permission to change it.
Goestav
  • 37
  • 1
  • 7
-1
votes
1 answer

xampp vm The address has changed and I can not fix it

I was using xampp vm for a month and clicked on the address 192.168.64.2 and I wanted to reset the files I went into this folder /Users/oriohana/.bitnami I deleted all the files but I run xampp the address 192.168.64.3 I did it exactly 20 times to…
-1
votes
1 answer

Trying to configure SSH access from PhpStorm to XAMPP-vm MAC OS X

I have installed XAMPP-vm 7.4.25-0 I am running all the servers and I can access my site (which I copied into htdocs) from a browser. Everything is running fine (Apache & MySQL). Now I am trying to configure the vm project in PhpStorm, and the first…
-2
votes
1 answer

How to Solve MySQL Error: Access denied for user root@localhost

i have xampp installed on windows 10 but i updated to windows 11 and i changed port 3306 to 3307 now whene i try to connect to root it send back this error : Access denied for user 'root@localhost' (using password:NO) this is my code php
1 2
3