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 ...
0
votes
0answers
109 views
PhpMyadmin not working after update [closed]
Recently I ran an update of Ubuntu through terminal window. It updated everything but after the update, when I tried to access phpmyadmin through localhost/phpmyadmin, it brings up a blank page. Do ...
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
569 views
“XAMPP: Couldn't start MySQL” on Ubuntu 64bit
I installed LAMPP with these instructions, but phpmadmin didn't work so i tried to uninstall and then install it again and it still doesn't work. When I'm trying to turn it on i get these errors.
...
0
votes
1answer
105 views
Not able to open phpmyadmin [duplicate]
Possible Duplicate:
phpmyadmin 404 error on fresh ubuntu 12.04 install
I installed phpmyadmin,
root@prakash-RV411-RV511-E3511-S3511-RV711:~# sudo dpkg --get-selections | grep phpmyadmin
...
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
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 ...
0
votes
1answer
440 views
my localhost/phpmyadmin is being directed to my site with .htaccess
I have a http://domain/ . The LAMP installation guide on the ubuntu site is incredibly easy to follow and I have only experienced my issue this one time...
when I navigate to domain/phpmyadmin I'm ...
0
votes
2answers
2k views
Can't find Localhost files
Hope you can help. This is my first time trying Ubuntu/Linux.
I am logged in as root
I have downloaded and installed LAMP and PHPMYADMIN.
I get the test page under localhost say that It works and is ...
2
votes
0answers
1k views
phpmyadmin problem
Somehow, I manages to install appache2, php5, mySQL server and phpmyadmin.
Typically, I should type "localhost/phpmyadmin" in my browser to open the phpmyadmin interface .. however,this is what ...
3
votes
2answers
499 views
Phpmyadmin doesn't work with other user than www-data?
I've changed the user+group where apache is running to my user name so I don't have to change the web files I'm editing. But now I get NoDataReceived error trying to import using phpmyadmin.
...
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 ...
0
votes
1answer
1k views
Ubuntu 12.04 LTS Desktop 64 bit user permissions or apache2 rewrite problem
I have installed 12.04 Desktop 64 bit, manually installed LAMP, phpmyadmin, php5-dev, PEAR, PECL, apc, ssh, created user to own /var/www/ and transferred 3 sites to /www/. The sites are in subfolders, ...
2
votes
2answers
4k views
Cannot start XAMPP on Ubuntu 11.10
When I try to start XAMPP with sudo /opt/lampp/lampp start command it gives me a message like this.
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon with SSL is already running.
...
1
vote
2answers
332 views
configure phpmyadmin for php4
i am new to linux and i am using ubuntu(11.01) and through google i installed php5.3, mysql apache2 and phpmyadmin each were working smooth, but i needed php4.4.9
i google and download the php4.4.9 ...
6
votes
1answer
1k views
Blank page when trying to access phpmyadmin
I would like to access phpmyadmin. I have access it before but, now, I'm just getting a blank page and I really don't get why.
I've installed phpmyadmin using
sudo apt-get install phpmyadmin
I've ...
2
votes
3answers
3k views
How to fix phpMyadmin login?
I've isnstalled phpMyAdmin with apt-get install phpmyadmin. When I open "http://localhost/phpmyadmin/", enter "root" as the user name and my MySQL root password and press go, then if I use Firefox, I ...
