Started 2 days, 21 hours ago (2009-12-22 12:03:00)
by pSouper
SOLVED: I have 127.0.01 in my
hosts file instead of 127.0.0.1 - tiny error, big mistake. thanks W for the advice - it helped me search and find the solution.
Started 1 week, 2 days ago (2009-12-16 00:18:00)
by Wiedmann
Quote: and need to use some mysql tables that were saved on a backup drive ... , but trying to examine the tables results in errors such as this: Code: #1017 - Can't find file: './alprog/allist.frm' (
errno: 13) The file is sitting right there in the directory: allist.frm "errno 13" means "permission denied". --> check the file modes and owner of the files you have copied from the backup...
Started 1 week ago (2009-12-17 15:26:00)
by Amanda
Let me modify my question. How can I write a script that will start XAMPP at
bootup even though I am not logging in? I have other users on my machine that need to access XAMPP, but not my account. Thanks again.
Started 1 day, 13 hours ago (2009-12-23 20:02:00)
by danjohns82
Started 1 week ago (2009-12-17 23:46:00)
by rharvey49
Let me modify my question. How can I write a script that will start
XAMPP at bootup even though I am not logging in? I have other users on my machine that need to access XAMPP, but not my account. Thanks again.
Started 1 day, 19 hours ago (2009-12-23 14:32:00)
by owenpeery
I too just installed XAMMP and when I started it for the first time and tried to start MySQL I got the following error message. "XAMPP's MySQL can not start while another mysql server is running. Please turn it off and try again." I had previously installed and used
MAMP but before this new XAMMP install I deleted MAMP and emptied the trash. I can't think of any other way that a MySQL server ...
Started 5 days, 7 hours ago (2009-12-20 01:57:00)
by Izzy
If there is anything wrong with your vhosts configuration then Apache will resolve to the first good vhost, the default
localhost in your case. Try this and see if it helps, it is important to use the first line I have included in my example. Code: NameVirtualHost *:80 <VirtualHost *:80> ServerName localhost DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs" ServerAdmin webmaster@...
Started 1 day, 12 hours ago (2009-12-23 21:12:00)
by tyr111
Yeaaaaah perfect support BUT OK S O
L V E D . Open your terminal and: Code: sudo /Applications/XAMPP/xampfiles/xampp fix_rights
Started 1 week, 1 day ago (2009-12-16 20:15:00)
by anthonykrese
I did that when first started too! I'm not sure how much you need to know...so I'll walk you through the process. First you have to start XAMPP. You want to click on the orange icon...called XAMPP Control. It should be in your applications folder. If you can't find it, do a spotlight search for "Xampp Control" and click on it from there. A small
grey box will come up and prompt you to start ...
Started 6 days, 11 hours ago (2009-12-18 22:22:00)
by shawncarlson
I realize this is a dead thread, but I thought I'd put it out there… I have a similar problem: I had xampp setup on localhost with a brand new install, Joomla & FTP working and all, as of a week ago. I altered the proftpd.conf file as the tutorial stated (found in xampp/xamppfiles/etc/proftpd.conf), changing the
default password for the FTP account. After restarting the xampp via control panel, ...