0
votes
0answers
14 views

Mysql, Apache, Php and phpmyadmin problem [closed]

I wanted to make a Mysql server so I searched and found something on YouTube: http://www.youtube.com/watch?v=ioqa-ZT-WSg The only problem is, I messed the installation up really badly. There were ...
0
votes
0answers
13 views

xampp could not be start?

I installed XAMPP for Linux a couple of days ago and was working fine. Today I do wrongly chmod 777 /opt/lampp then MySQL won't be started. then I completely uninstall XAMPP then again install ...
0
votes
1answer
32 views

How do I display an html file on a web browser in Ubuntu?

I am tasked with displaying a program on a web browser for my final project. The browser would be run from a cloud instance, and I have chosen to show an java applet that I have made. I have already ...
1
vote
2answers
572 views

can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

I just installed appache, MySQL and PHP, suring my installation, I was prompted for a MySQL root user password, but when I start my MySQL, it pops the error, and I just can't seem to find a way around ...
0
votes
1answer
266 views

Can't install apache on Ubuntu 13.04 [duplicate]

I have apache files downloaded, and I've not been able to install the, it keeps listing dependencies and when I check my list of installed packages, it lists apache2 as deinstall, I equally have not ...
0
votes
2answers
43 views

Is there a way I can transfer all my web sites on localhost to a new computer?

I have a whole set of web sites on my Ubuntu computer that I use for testing and development. I don't host them on the internet, I just access them locally for design and debugging. Each one is built ...
0
votes
1answer
48 views

Ubuntu server boot without keyboard/monitor

Hope someone can help me with this unusual problem. I installed Ubuntu 12.04 server on a Gigabyte GA-H61M-USB3 motherboard. This all went well. I subsequently installed Apache, MySQL and PHP. This ...
0
votes
0answers
11 views

php script kills rest of the page when it is included

ok, i work with php and, i created file that collects all of data from database for user with the $_SESSION['email'] but, when i try to represent data for that user, it works in that file, also if ...
0
votes
1answer
71 views

What's wrong with PHP 5.4.6 and what can I do about it?

I recently installed Ubuntu 12.10 server with the stock version of Apache2, PHP and MySQL. Something is wrong with PHP - first I thought it was an issue with PHP Markdown, as the script came to a ...
0
votes
1answer
410 views

set up mailserver for multiple domains guide for beginner

I am not Linux pro, and after days of trying with tutorials how to set up postfix or other e-mail server I am try to find solution here. In your office we have HP Proliant server with Ubuntu server ...
0
votes
1answer
247 views

MySQL deactivated in Lampp, Xampp on Linux 12.04 [closed]

I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system. When run lampp, I get : /opt/lampp/lampp start Starting XAMPP for Linux 1.8.1... XAMPP: XAMPP-Apache is ...
0
votes
1answer
50 views

Can someone make this modx .htaccess file work for me? I am trying to make friendly URLs work

I now have my ModX install working but am unsure how to edit my htaccess file so my friendly urls (trying to alias pages) can anyone help? If you can a copy of my htaccess can be found at ...
2
votes
2answers
1k views

Unable to set password for the mysql “root” user

I am new to Ubuntu. I am running Ubuntu 12.10. I am trying to install apache,php,mysql. However I have installed apache and it is running perfectly. sudo apt-get install apache2 But when I tried to ...
0
votes
1answer
145 views

How to access Ubuntu server 12.10 via hostname,

I had it working, but then installed LAMP and a few other things to set up a webserver, now PUTTY only allows connection via IP, which works, and Webmin worked with hostname as well, until now... I ...
0
votes
1answer
109 views

MySQL broken on localhost since update

all. After a recent 12.04 update (MySQL was updated), when trying to access my localhost site I get the following error: Database Error: Unable to connect to the Database: The MySQL adapter 'mysql' ...
0
votes
2answers
231 views

installing apache2, php5, mysql, phpmyadmin

I used the following commands sudo atp-get install apache2 sudo apt-get install mysql-server sudo apt-get install php5 sudo apt-get install phpmyadmin sudo /etc/init.d/apache2 restart after ...
1
vote
1answer
176 views

How to make a Portable Server for ubuntu?

I want my server to be portable so it will be available everywhere when I plug it in to other ubuntu computers. Like I want to use it at school, I will just have to run a script and the server runs. ...
0
votes
1answer
734 views

Another MySQL daemon is already running?

root@jose-desktop:~# sudo /opt/lampp/lampp start Starting XAMPP for Linux 1.7.7... XAMPP: Starting Apache... XAMPP: Another MySQL daemon is already running. XAMPP: Starting ProFTPD... XAMPP for Linux ...
1
vote
1answer
225 views

Installing apache , php and mysql on ubuntu 8

I want to install php, mysql and apache on my ubuntu , I tried all tasks but I can not do it. there is no package php, apache or mysql please help me
0
votes
1answer
650 views

MySql #2002 problem [duplicate]

Possible Duplicate: My MySQL installation is broken. How to completely reconfigure it? When i try to login in apache i get a #2002 error. When i try to login in MySQL via terminal it ask my ...
1
vote
1answer
518 views

Apache / MySql is not running. What is wrong?

I installed lampp / xampp on my Ubuntu 12.04. After installing, Apache and MySQL were running properly. Now, they're not. Here's what I get when I try to run apache: Command: /etc/init.d/apache2 ...
1
vote
1answer
164 views

LAMP Stack Location

I have installed the LAMP stack on Ubuntu 12.04 LTS using the tasksel command. I checked - it works. But I cant find the location of the installaton, I worked with WAMP - there you have a separate ...
0
votes
1answer
343 views

Setting ServerTokens and ServerSignature in Apache

I have been following this tutorial closely http://net.tutsplus.com/tutorials/php/how-to-setup-a-dedicated-web-server-for-free/comment-page-8/#comments I have installed Apache php & MySql I ...
0
votes
0answers
595 views

Normal solution for“ XAMPP: Another MySQL daemon is already running” not working

When starting XAMPP, I get the message "XAMPP: Another MySQL daemon is already running.", and MySQL is deactivated in the XAMPP status. When I try to stop Apache with "sudo /etc/init.d/apache2 stop" ...
2
votes
2answers
3k views

Where is the root directory of localhost

I installed php5 from the Software-Center and it came along with Apache2. Where is the localhost root folder where I can put up my files How can I install mysql database along with phpMyAdmin after ...
1
vote
1answer
275 views

How do I get mrbs installed and working?

I'm trying to install Meeting Room Booking System on ubuntu 12.04 I think I have apache and php5 up and working fine. A test.php file with contents: <?php phpinfo(); ?> loads and gives me ...
0
votes
1answer
332 views

I can't reach phpmyadmin

I have installed php,apache and mysql. After phpmyadmin using this code: sudo apt-get install phpmyadmin I can see any problem when i'm installing phpmyadmin. But I can't reach. I fellow ...
2
votes
1answer
10k views

#1045 Cannot log in to the MySQL server

I am totally new in linux/ubuntu I am trying to setup lamp on my OS, however I've installed apache , php , mysql by following commands: sudo apt-get install apache2 sudo apt-get install php5 sudo ...
7
votes
3answers
8k views

How to keep apache and mysql from starting automatically

Is there a way to make apache and mysql not run automatically on startup? Currently, whenever I boot my machine, they start automatically and run in the background. I am using Ubuntu 12.04.
3
votes
2answers
269 views

Mysql not working after apache2 reinstall?

Earlier I had a problem that had to do with .htacess files but I got that fixed but in the process I thought it would be good to re install Apache2. That fixed all web server problems, but when I ...
0
votes
2answers
2k views

Cannot start XAMPP

When I try to start XAMPP with /opt/lampp/lampp start command it gives me a message like this. Starting XAMPP for Linux 1.7.7... XAMPP: Another web server daemon is already running. XAMPP: ...
2
votes
3answers
468 views

What is the easiest, most effective backup system for Ubuntu Servers?

I'm trying to backup my /var/www/ folder, MySQL, and any other special documents like in the /etc/apache2/ folder. Does anyone have any solutions for backup software? Maybe something that's ...
0
votes
1answer
81 views

Can I run Apache2 as my user on my Ubuntu for development purposes? [duplicate]

Possible Duplicate: Whats the simplest way to edit and add files to “/var/www”? Should I as a developer use var/www in conjuction with apache? I've gone and re-installed ...
2
votes
1answer
2k views

How do I enable the mod_rewrite Apache module for Ubuntu 11.04?

In other linux like CentOS, it works but i am not getting it running in Ubuntu 11.04. /var/www/html/folder/public/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module ...
14
votes
3answers
11k views

How do I install Bugzilla?

I would like to use Bugzilla on my own computer to track and trace bugs in our own software. How do I set this up?
0
votes
2answers
1k views

Having problems getting LAMP installed

Okay, this is like my fifth time trying to get LAMP set up on Ubuntu, and yes, that includes using XAMPP. (All I want to do is practice my PHP so I can write WordPress plugins! sob Why does the ...
2
votes
0answers
413 views

How to setup LAMP environment? [duplicate]

Possible Duplicate: What's the easiest way to set up a LAMP stack? I have been using XAMP in windows for a long time. Recently I have moved to Ubuntu and now want to have a similar ...
15
votes
6answers
13k views

how to stop apache2, mysql from starting automatically as computer starts?

my os is 11.04. i have apache2 & mysql installed. how to stop apache2, mysql from starting automatically as computer starts?
2
votes
2answers
426 views

Using Upstart after building Apache & Mysql from source

I'm using Ubuntu 10.10, Apache 2.2.17 and Mysql 5.5.10. I need some assistance getting Apache and Mysql running on boot. Reading the getting started over at upstart website attempting to get it to ...
0
votes
1answer
117 views

What should I do for change connection from other network computer mysql to my computer mysql?

What should I do for change my connection from other network computer mysql to my computer mysql? My computer run web application with his apache local server and mysql that located in other ...
0
votes
3answers
5k views

Installing phpMyAdmin from repository, 403 Forbidden error

I have installed phpMyAdmin from the repositories, but I get 403 forbidden when I access http://localhost/phpmyadmin/index.php Apache is running fine, and so is PHP (I'm using apache2-mpm-worker with ...
0
votes
2answers
355 views

Apache server A attempts conn to mysql server B. times out [closed]

I have an apache web server running PHP. I am trying to make a connection from apache server to a database server running mysql server. Heres a run down of the settings in place. apache server: ...
53
votes
11answers
3k views

What's the easiest way to set up a LAMP stack?

I set up a new VPS instance of Ubuntu and am wondering what the easiest way is to get up and running with a basic LAMP stack (i.e. which packages are required, which configuration options need to be ...