A tool written in PHP intended to handle the administration of MySQL over the WWW.

learn more… | top users | synonyms

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
1answer
13 views

Can´t install phpmyadmin

I tried to install phpmyadmin by sudo apt-get install phpmyadmin but i get the errormessage that phpmyadmin can not be found. I found the notice to activate universe sources but still get the same ...
0
votes
1answer
384 views

Installing PHPMyAdmin 4.x

I am writing on behalf of a friend. He wants to know how to install PHPMyAdmin 4.x on Ubuntu 13.04. He already installed the phpmyadmin package but this one is the 3.5.8 version. So how would he go ...
0
votes
0answers
13 views

Login to phpMyAdmin with a domain user

Is there a way to allow domain users to log into phpMyAdmin using their credentials? My Ubuntu Server 12.04.2 is on a Windows Domain and I need each or at least users of a certain group to be able to ...
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 ...
1
vote
0answers
76 views

Accessing phpMyAdmin remotely

I've installed and got everything working and set up fine and I can install phpMyAdmin fine as well, but I am unable to access it remotely. I've tried adding the following into ...
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
28 views

while installing phpmyadmin i am getting an error

while installing phpmyadmin i am getting following error E: Sub-process gzip returned an error code (100) E: Prior errors apply to /var/cache/apt/archives/php5-gd_5.4.6-1ubuntu1.2_amd64.deb ...
0
votes
2answers
323 views

Can't access phpmyadmin in Ubuntu 12.10 64bit after installing XAMPP

I just re-installed Ubuntu because I had been playing with a driver which I shouldn't have done. I didn't have a backup (though I backed up the important documents etc etc) so I gotta reinstall these ...
0
votes
0answers
44 views

Can not install phpmyadmin and mysql

after an interrupted upgrade of ubuntu 10.04 server LTS to ubuntu 12.04 server LTS somethings weren't installed correctly. Anyways I installed apache, ftp, phpmyadmin etc. At some point I deleted some ...
1
vote
0answers
97 views

How I can connect the syslog-ng with a mysql database?

Hi guys I want to use a syslog-ng server for logging data from the firewall and I get Data from the Firewall in the file /var/firewall.log but now I want that the logs go to a database. For this I ...
0
votes
2answers
114 views

how to access phpmyadmin in lamp

I have installed LAMP on ubuntu 12.10, and I want to acced PhpMyAdmin, and I don't know it's URL. I tried to access this URL : http://localhost/phpmyadmin But I got this problem : Not Found ...
-1
votes
2answers
236 views

How to fix dependencies / broken packages

I'm new to ubuntu, i like to use it but i'm not able to resolve the problem. When i try to install skype, phpmyadmin and even i got the error on system updates. You might want to run 'apt-get -f ...
0
votes
2answers
293 views

How do i completely remove phpmyadmin?

I messed up my phpmyadmin, I haven't logged in, in phpmyadmin, in a while, and as a result i forgot my password, so i purged it like so: sudo apt-get purge phpmyadmin. I did get some error messages ...
0
votes
0answers
565 views

The phpMyAdmin configuration storage is not completely configured

Question : was the below procedure the right things to do ? On Ubuntu server 12.04, fresh install : I typed apt-get install phpmyadmin and ran into an error saying it cannot connect to mysql (socket ...
0
votes
1answer
567 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
0answers
21 views

phpmyadmin stuck in apt-get [duplicate]

Possible Duplicate: How do I fix a “Could not get lock /var/lib/dpkg/lock” problem? So I tried to install PHPmyadmin, but it got stuck, so I needed to force shut it down ... Now when I try ...
0
votes
1answer
140 views

why phpmyadmin didn't work?

When run phpmyadmin it is not working and i get this message: Not Found The requested URL /phpmyadmin/ was not found on this server. Apache/2.2.22 (Ubuntu) Server at localhost Port 80 How it's not ...
1
vote
1answer
229 views

How to install Lamp?

I'm just want to install lamp server + phpmyadmin normally in case of when setting up mysql i get this error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) I ...
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
144 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 ...
2
votes
1answer
147 views

Ubuntu 12.04, broken update manager, phpmyadmin, and many other things [closed]

I'm using Ubuntu 12.04 with XFCE My story is a more than a week long, but from today I have lot of strange problems with system and apache2, mysql, phpmyadmin, update manager, and some other. I had ...
-1
votes
1answer
294 views

After fresh install of Server 12.04.01 I get “Temporary failure resolving 'us.archive.ubuntu.com'”. How to fix? [duplicate]

Possible Duplicate: apt-get update fails to fetch files, “Temporary failure resolving …” error Just installed Server 12.04.01 with LAMP and now I am looking to add PhpMyAdmin and php-pear. ...
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
2answers
898 views

phpMyAdmin - Display all queries

I have installed a fresh desktop with ubuntu quantal and the following packages versions: MySQL: 5.5.28-0ubuntu0.12.10.1 Apache: 2.2.22 (Ubuntu) phpMyAdmin: 3.4.11.1deb1 I would like ...
1
vote
2answers
3k views

PHP-FPM - Nginx - phpMyAdmin - 502 bad gateway

I have installed and configured PHP-FPM, Nginx, and then phpMyAdmin. When I access the main site everything works fine but as soon as I go to http://mysite.com/phpmyadmin I get a 502 bad gateway ...
2
votes
2answers
102 views

Suspicious http access log.

Please help me! I realized that the following is logged in my http log file. ...
1
vote
2answers
269 views

Trying to install LAMP+PHPMyAdmin

I am a total newbie and has seen lots of tutorials on the net but still can't solve my problems. I installed LAMP+PHPMyAdmin the following way: sudo apt-get install lamp-server^ phpmyadmin Here are ...
1
vote
1answer
407 views

PhpMyAdmin shows warning: PHP MySQL library version 5.0.51a differs from your MySQL server version 5.5.24

Installed Mysql on Ubuntu 12.04 Server via apt-get install mysql-server from default sources.list. Than uploaded new Phpmyadmin version shows warning: Your PHP MySQL library version 5.0.51a ...
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 ...
2
votes
1answer
1k views

phpmyadmin 404 error on fresh ubuntu 12.04 install

I regularly set up Virtualbox ubuntu setups to run as local webservers. I have set these up several times and never had an issue. However, something has changed: 1)VB guest additions no longer allow ...
1
vote
4answers
2k views

Restoring MULTIPLE mysql databases from one file in command line

I have exported all my databases to a file using phpMyAdmin. Unfortunately I don't have a working phpmyadmin in my destination system. How should I restore all of them at once using one line ...
0
votes
0answers
357 views

Configuring phpmyadmin with dbconfig-common?

I installed phpmyadmin package but I mislead when I was supposed to answer yes to the question : do you want to configure phpmyadmin's bdd with dbconfig-common. Is it a problem ? If yes, how can I ...
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 ...
1
vote
0answers
884 views

phpmyadmin: DROP DATABASE statements disabled

I just upgraded from 10.04 to 12.04. Now, when I try to drop a database in phpmyadmin it gives me an error saying that DROP DATABASE statements are disabled. After reading up on this I added 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
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
495 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
2answers
579 views

How can I view the contents of “/var/www” in browser, like 'wamp' in windows OS?

I'm new for PHP. I've installed Apache, MySQL, PHPmyadmin in Ubuntu 10.10. Is there any way to access the contents(folder/files) of /var/www in browser like 'wamp' in windows OS?
1
vote
1answer
116 views

Unable to use Phpmyadmin, settings prompt gives an error while installing

I just finished installing Phpmyadmin on my old mac book, everything seems to be working fine apart from Phpmyadmin. I've configured Apache server with the required settings but still no luck. While ...
0
votes
1answer
331 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 ...
1
vote
4answers
353 views

Where is my phpMyAdmin installation?

I just finished installing mysql-server, and then installed phpmyadmin which came with Apache and PHP. It set it up alright and made a phpMyAdmin database, but I can't seem to find the URL to get to ...
0
votes
1answer
100 views

apt error while insalling application

I tried to install phpmyadmin from synaptic. after successfull installation I noticed the config file is empty so I removed it and tried to install it again but I got this error: no type given for ...
1
vote
0answers
337 views

PHP MYAdmin with MySQL Cluster Server

I am trying to install PHPMyAdmin onto an ubuntu 11.04 server running MySQL Cluster-server It keeps failing with the following error: php5-mysql : Depends: libmysqlclient16 (>= 5.1.21-1) but it is ...
0
votes
0answers
20 views

Fixing package issues after upgrading [duplicate]

Possible Duplicate: There's an issue with an Alpha/Beta Release of Ubuntu, what should I do? So, I decided to give a go at 'upgrading' my 12.04 system to the pre-release alpha of 12.10. ...
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
517 views

Unable to login using new mysql user added via phpmyadmin

On my computer yesterday I installed 12.04 and applied all updates. I have installed lamp on this system using following command sudo apt-get install lamp-server^ phpmyadmin . I created a new user ...
1
vote
1answer
1k views

How to set up a VirtualHost on Amazon EC2 for phpmyadmin

Hi I'm currently working on setting up a VirtualHost on Amazon EC2 for accessing phpmyadmin so i can access it with test.example.com as oppose to it being widely available as it's default ...
0
votes
1answer
396 views

Set server timezone but not working with crontab and phpmyadmin

TimeZone is not working properly I am using linode server running ubuntu 12.04LTS. My Question is when i configured timezone by using dpkg reconfigure tz as IST ASIA/Calcutta. It shows correct ...
0
votes
2answers
2k views

Phpmyadmin Not Working

I recently installed phpmyadmin onto ubuntu server 10.04 using sudo apt-get install phpmyadmin The installation went fine and everything was working including phpmyadmin. I then performed a restart ...

1 2