Tagged Questions
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 ...
1
vote
0answers
13 views
Mysql5.6 and problem of php5-mysql , mysql-common packages
I install Mysql 5.6 with this documentaion(in ubuntu 13.04) , now I need to install php5-mysql and mysql-common packages. can I install them with apt-get? I think they will install mysql5.5 ...
1
vote
2answers
446 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 ...
1
vote
1answer
47 views
how to install apache/php from apt alongside mysql 5.6 from source
I managed to install MySQL 5.6 on obuntu 12.10 but now I need apache/php packages but when I try to install them thorough apt they try to install mysql-common (presumably 5.5)
How to solve this?
1
vote
1answer
41 views
how to run php web application in lamp server and mysql connection also
i need your help.
1.i wanted to install php , mysql and server appache like..
2.how to run php web application in server?
3.how to connect php web application into mysql.
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
49 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 ...
0
votes
2answers
128 views
Error configuring PHP and MySQL installed from source
I'm using ubuntu 12.04. the system requires php5.2 and mysql5.1. I installed php and mysql from source. I encountered the following problem while configuring php:
./configure \
...
3
votes
3answers
156 views
Why can't I install php-mysql?
In Windows I use Xampp. I have tried to install MySQL from the command-line and I can access MySQL through workbench software.
Now if I try to run Wordpress on my computer, I get an error that "Your ...
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 ...
1
vote
0answers
256 views
MySQL stop/waiting issues; “can't connect … through socket” [closed]
So first time putting up a LAMP stack on a Bodhi machine (previously experience with WAMP, and LAMP on 10.04); I got Apache going, and a Drupal install begun, then I go to create a new database and ...
4
votes
2answers
107 views
PHP and MySQL not communicating
I have come to the conclusion that my PHP installation and my MySQL installation are not getting along; I’m working on making my first web page that uses MySQL for content, but after two days, man ...
1
vote
3answers
327 views
How do I setup php+My sql development environment
How do I setup php + My sql development environment in Ubuntu ?
0
votes
2answers
230 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 ...
0
votes
2answers
300 views
Errors installing php5-mysql extension
Getting error when installing php5-mysql. Looks like a dpkg error. Perhaps a broken package.
Have tried to fix the broken package.
Have reinstalled the lamp server and everything seems fine except ...
1
vote
1answer
224 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
1
vote
1answer
513 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
2answers
4k views
Getting access to var/www
Very, very new user to Ubuntu and I've been searching for a long time without finding an answer. Probably I've gotten the answer but I don't understand it all that very well so I thought I try this ...
0
votes
1answer
235 views
After installing mysqli phpmyadmin stop loading
On Linux host 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
phpmyadmin won't load after installing mysqlnd.
I'm using php5, mysql AND mysqlnd. Maybe ...
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
274 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 ...
3
votes
1answer
1k views
Connection failed to open the DB connection: could not find driver
I am newbie for ubuntu and I was trying to run lamp.
I installed mysql, and pdo extensions. when i show config(with phpinfo()):
Configuration File (php.ini) Path: /etc/php5/apache2
Also I see mysql ...
0
votes
1answer
330 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 ...
0
votes
3answers
494 views
MySQL and PHP problems
I'm new in server-side programming. I need lampp and mysql running on my computer. I have installed mysql using tasksel lamp-server, and then install php with apt-get install libapache2-mod-php5 ...
0
votes
1answer
95 views
xamppp lampp unistall and error
Today I installed xampp from their website and just downloaded and extracted on my linux os (using tar xvfz) command and I started it using /lampp start.
everything started perfectly and I wanted it ...
0
votes
1answer
411 views
MySQL access via PHP doesn't find database
I installed apache2, php5, mysql-server, php5-mysql, phpmyadmin in that order on Ubuntu 12.04 with the Software Center.
Apache and PHP works fine, no problems. Also, if I try to work with MySQL via ...
2
votes
3answers
791 views
After upgrading to 12.04 from 10.04, can't login to PHPMYADMIN
I just can't login to PhpMyAdmin anymore, it says bad logins. PHP works perfectly. Please help. Thank you.
2002 Cannot log in to the MySQL server
Language
Log in
Username:
Password:
Connection for ...
2
votes
1answer
284 views
How to debug a server that crashes once in a few days?
One of my servers crashes once in a few days.
It does low traffic static web serving + low trafic dynamic web serving (PHP, local MYSQL with small data, APC, MEMCACHE) + some background jobs like XML ...
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 ...
3
votes
0answers
639 views
Create my own unity lens [duplicate]
Possible Duplicate:
How do I start developing a lens for Unity?
Is there any easy way of creating a unity lens without any big programming knowledge? I can code in php, mysql, html and all ...
4
votes
1answer
2k views
How to install php 5.3.8 and mysql 5.5?
What is the best way to install mysql 5.5 with php 5.3.8 (latest version)? as most of common repositories have only older versions.
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 ...
0
votes
2answers
560 views
Terminal says 'Broken package' when using apt-get to install phpMyAdmin
I have tried to install phpMyAdmin using the sudo apt-get install phpmyadmin command> The terminal says that there are "uninstallable" dependencies, therefore the package is broken.Perhaps the ...
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 ...
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 ...
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 ...
