Questions tagged [xampp-vm]
43 questions
1
vote
0 answers
How enable access files outside htdocs with XAMPP-VM for macOS?
With the native XAMPP for macOS I could change the htdocs folder very easy to set access files in (e.g.) /Users/myname/Sites/ and by browser http://localhost/Sites/.
How can I do the same with XAMPP-VM for macOS now?

Rox
- 154
- 2
- 3
- 12
1
vote
5 answers
Django + XAMPP on Mac (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)")
I am following this tutorial to build a Django app with MySQL.
I am using XAMPP-VM for Mac. I set up my Database settings for Django as so:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME':…

S.Park
- 11
- 3
1
vote
0 answers
Problems with folder permissions in xampp with mac
I've got a problem with my mac, I've installed the last version of xampp server (7.2.7-0) in it.
The problem is that my mac doesn't allow me to read and write in the folder of data from mysql folder.
Even, it doesn't allow me through the terminal,…

Cleibert Mora
- 11
- 3
1
vote
2 answers
Can't connect to database xampp in laravel 5.6
I have used laravel before when it was 5.4 and I could easily connect to database, Now I want to work in a new project. try to connect to database and get this error.
Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] No such file or…

Denisson de Souza
- 65
- 2
- 15
0
votes
2 answers
larvel 9 PDOException::("could not find driver") on Windows
I wanted to connect a MySQL database to my Laravel application.
I created one using PHPMyAdmin administration tool of MySQL, then I added it in the .env as whereas the database.php application files.
I ran the terminal command: php artisan migrate…

coraline98
- 1
- 3
0
votes
1 answer
xampp rewrite mod's redirect gives full directory address
I'm new to the whole apache configuration and I have a problem to which I can't seem to find a solution on google.
In short I can't hide folders from URL because it looks as if the document root character (^) starts at the beginning my XAMPP…

Alex
- 39
- 5
0
votes
1 answer
MySQL cannot connect to XAMPP vm on MacOS
I recently downloaded XAMPP 7.4 vm for Mac OS Monterey, and I had no problem with starting the server, and Apache, MySQL, and ProFTPD were all green. Until recently, MySQL started turning yellow and then turn red after a bit, and it wouldn't allow…

beanbag
- 1
0
votes
0 answers
"/" route in Symfony shows the actual files in the server
I have a Symfony 5.3 project in my local machine and I am using XAMPP. I have set up my project using vhosts and my local URL is "http://www.myproject2.local/".
The project is running fine when I access the URL "http://www.myproject2.local/login"…

Dula
- 1,276
- 5
- 14
- 23
0
votes
0 answers
Mysql suddenly stopped working. Using XAMPP VM on mac
Suddenly mysql stopped working. I use XAMPP VM on mac. I'm pretty new to both mac and XAMPP VM.
Previously used XAMPP on Windows.
In the browser (localhost:8080/phpmyadmin) displays "Unable to connect: invalid settings!
The command sudo service…

fn_ms
- 1
0
votes
1 answer
issues installing imagick for macOS
edit: After some further errors, I'm stuck at this:
make: *** [imagick_file.lo] Error 1
ERROR: `make' failed
As I understand, this seems to be a compatibility problem with the PHP-Version. Is there any possibility to solve this?
I'm using XAMPP…

Nenia
- 21
- 5
0
votes
1 answer
How to transfer MySQL database from AMPPS to XAMPP vm Stack
I hope you can help me - I used to use AMPPS, but unfortunately due to the Big Sur update it no longer works. so downloaded xampp vm stack. Now can't get a database I need.
I have gone into the Ampps folder and copied out the relevant physical…

Sam Jackson
- 1
- 1
0
votes
1 answer
How to start XAMPP-VM by command line?
I'm using
I need to write a shell script to automatically start XAMPP-VM, Apache, and MySQL.
How can I start XAMPP-VM by a command line?

Linherest
- 21
- 5
0
votes
1 answer
XAMPP-VM install Redis
Moved from Windows to MAC OS, installed and configured a local XAMPP-VM web server, but noticed that it doesn't have (not enabled) Redis. Please tell me how to add Redis to a virtual machine?
0
votes
1 answer
Xampp 1.8.3 localhost phpmyadmin error code 2000#
I need your help to resolve the below issue.
I have installed XAMPP server on a virtual machine having Windows 10. I changed the ports from 80 to 8080 and MySQL from 3306 to 3307. Still, I am getting an error when I try to access phpMyAdmin using…
0
votes
0 answers
linking my database to my server on xampp for the first time
while trying to link my database to my server using xampp for the first time to test it out with the following code :

user13607011
- 1
- 1