Hi,
On Tue, Sep 26, 2023 at 01:56:44PM +0300, Petros Pap wrote:
> ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
> password: NO)
^ scripts trying to connect to MariaDB as root with no password.
> Note: I have already setup password for root in mysql
> mysql -uroot -p
> work
Hi there
I try to install phpMyAdmin but i got error
dbconfig-common: phpmyadmin configure: trying again.
Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf
ERROR 1045 (28000): Access denied for user
entails).
I have a vague recollection of having to explicitly enable/activate PHP
support in Apache's config many years ago, so I believe this is not
a new requirement.
Fair enough, but if somebody installs the phpmyadmin package, which
requires both PHP and Apache, clearly the intention is to &q
> So, given that I purged everything and re-installed and it still didn't
> work, is this indeed a packaging error? I've been running Debian for well
> over 25 years (I started with a pre-release before buzz was released) and
> I don't remember anything that didn't work after installing.
I don't k
On 8/23/23 18:14, Dan Ritter wrote:
Rick Macdonald wrote:
Silly me though, I see I didn't actually describe the failure when I try to
connect to localhost/phpmyadmin. The browser just opens and shows the text
of the file /usr/share/phpmyadmin/index.php. Is this a clue?
That generally
hing either way.
However, if it was me, unless there was some compelling reason to keep
it I'd consider uninstalling php5.6 and seeing if that helps.
Can't really help you further at this point because I've never
installed phpmyadmin myself; sorry.
I removed or purged roundecube, squi
On 23 Aug 2023 10:52 -0600, from rickm...@shaw.ca (Rick Macdonald):
> # dpkg -l php php8.2 phpmyadmin
> Desired=Unknown/Install/Remove/Purge/Hold
> |
> Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
> |/ Err?=(none)/Reinst-required (Status,Err
On 8/22/23 03:08, Michael Kjörling wrote:
On 21 Aug 2023 20:00 -0600, fromrickm...@shaw.ca (Rick Macdonald):
# dpkg-reconfigure phpmyadmin
Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf
dbconfig
On 21 Aug 2023 20:00 -0600, from rickm...@shaw.ca (Rick Macdonald):
>> # dpkg-reconfigure phpmyadmin
>> Determining localhost credentials from /etc/mysql/debian.cnf: succeeded.
>> dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf
>> dbconfig-common:
I've been running phpmyadmin for years. It survived the upgrade to
bullseye about a month ago but now the upgrade to bookworm broke it.
I don't see any similar bug reports. I do see similar error messages
around the web from over the years, but I don't expect to have to do a
ma
ete BS.
>
> Also reffering to some notes from may be 15y ago does not answer the
> question.
>
> The one which urges to go through the installation steps is a good
> one. I would also add that OP should go through the mysql/mariadb
> installation notes.
>
> Most likely
e one which urges to go through the installation steps is a good one.
I would also add that OP should go through the mysql/mariadb installation
notes.
Most likely it is due to the fact they want to use phpmyadmin with root
access from the web browser, which I think is disabled unless you set
passwo
On Sat, 5 Oct 2019 11:51:59 -0400
Dave wrote:
> On our old server we used to access phpmyadmin via
> "oursite.com/phpmyadmin"
>
> on the new server we have installed phpmyadmin / php / and sql-server
> ...
>
> we cannot access phpmyadmin.
>
> also we have
On 10/5/19 11:51 AM, Dave wrote:
On our old server we used to access phpmyadmin via
"oursite.com/phpmyadmin"
on the new server we have installed phpmyadmin / php / and sql-server ...
we cannot access phpmyadmin.
also we have not been able to link other programs like wordpress
On our old server we used to access phpmyadmin via "oursite.com/phpmyadmin"
on the new server we have installed phpmyadmin / php / and sql-server ...
we cannot access phpmyadmin.
also we have not been able to link other programs like wordpress to sql
or phpmyadmin to sql.
DEBIAN 9.
On Wed, 24 May 2017 06:17:35 -0400
Fungi4All wrote:
> Original Message
> Subject: Re: phpmyadmin ... need help!
> UTC Time: May 23, 2017 8:18 PM
> From: j...@jretrading.com
>
> Yes, you've done it backwards, but it's no big deal in Debian.
> php
Original Message
Subject: Re: phpmyadmin ... need help!
UTC Time: May 23, 2017 8:18 PM
From: j...@jretrading.com
Yes, you've done it backwards, but it's no big deal in Debian.
phpmyadmin needs the root password of mysql in order to install
In all other syste
On Tue, 23 May 2017 13:43:20 -0500
Dennis Wicks wrote:
> How do I get the setup procedure to run?
>
> I use a url of 127.0.0.1/phpmyadmin/setup like I found in
> the docs but it keeps asking for a user and password. I have
> tried many combos that I have found: root, admin, pma,
On 05/23/2017 01:43 PM, Dennis Wicks wrote:
How do I get the setup procedure to run?
I use a url of 127.0.0.1/phpmyadmin/setup like I found in
the docs but it keeps asking for a user and password. I have
tried many combos that I have found: root, admin, pma,
phpmyadmin. I tried using localhost
How do I get the setup procedure to run?
I use a url of 127.0.0.1/phpmyadmin/setup like I found in
the docs but it keeps asking for a user and password. I have
tried many combos that I have found: root, admin, pma,
phpmyadmin. I tried using localhost in the url but it gets
changed to
On Wed, 28 Dec 2011 10:05:22 +0330, hamed hosseini wrote:
> hi
(hi, please, no html...)
> i have install MySQL and Apache and Php.
>
> but when i want install phpmyadmin in debian 6.0.3 i cant run it (
> http://localhost/phpmyadmin)
> note:i am use debian DVD for install
Check that there is a symbolic link in /var/www to where your
phpmyadmin files are (I believe they were in /usr/share/phpmyadmin,
but don't trust me, look it up)
Is this is the case, then when you enter http://localhost/phpmyadmin
you should see a 'file not found' error.
On Wed,
On 28/12/11 17:35, hamed hosseini wrote:
> hi
> i have install MySQL and Apache and Php.
>
> but when i want install phpmyadmin in debian 6.0.3 i cant run it
> (http://localhost/phpmyadmin)
> note:i am use debian DVD for install phpmyadmin and my apache server
> work f
On 28/12/11 16:35, hamed hosseini wrote:
hi
i have install MySQL and Apache and Php.
but when i want install phpmyadmin in debian 6.0.3 i cant run it (
http://localhost/phpmyadmin)
What exactly doesn't work? Does it give an error message? I'm afraid
you'll probably need
hi
i have install MySQL and Apache and Php.
but when i want install phpmyadmin in debian 6.0.3 i cant run it (
http://localhost/phpmyadmin)
note:i am use debian DVD for install phpmyadmin and my apache server work
fine.
where is my problem?
Erin Brinkley wrote:
> /var/run/mysqld
/var/run/mysql
and I also had issues with mysql but in debian testing
I read also there is need to upgrade older mysql databases before upgrading.
regards
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe"
In <916976.95507...@web114616.mail.gq1.yahoo.com>, Erin Brinkley wrote:
>I was happy to see that aptitude's no longer the preferred method. (I'm a
>command liner to the end!)
Then you should love aptitude. All of its features are available from the
command-line, without entering the curses inter
"Jesús M. Navarro" wrote:
> You have the latest stuff... unless that means uninstalling some package.
> At some point within a version transition you want to fire `apt-get
> dist-upgrade` (or aptitude dist-upgrade if that's still the preferred
> method -I still didn't read the lastest release
Michelle Konzack wrote:
> Ehm? How do you have upgraded Lenny to Squeeze?
No no, misunderstood -- that was not how I upgraded. That was what I did AFTER
the upgrade.
What I first did was just like what you said:
> The right way is to change lenny > squeeze in your /etc/apt/sources.list
> ru
Hi, Erin:
On Thursday 10 February 2011 16:57:59 Erin Brinkley wrote:
> Remco Rijnders wrote:
> > Can you check to see if mysql-server is installed? After my upgrade on
> > one machine from lenny to squeeze it went missing. The MySQL client was
> > installed, but the server part was gone. An 'apt-
es.list
run 'apt-get update' and 'apt-get dist-upgrade' and here you will get
the right "mysql-server".
> Ok, that seemed to work. My Wordpress came back, but then phpmyadmin
> freaked out about a user account that did not have a password. I
> logged into mysq
I am almost-almost there with this problem. It's come down to some Phpmyadmin
funkiness and that's about all.
First of all, Remco was absolutely right: I had to try reinstalling
mysql-server, and that updated it for me to a new version. THEN, when I tried
to log in with my mysql us
n doing "apt-get update; apt-get upgrade" all day
and it says 0 packages need to be updated ... I thought that meant that I'm
running all the latest stuff!).
Ok, that seemed to work. My Wordpress came back, but then phpmyadmin freaked
out about a user account that did not have a
Ok, I just tried making a /var/run/mysqld directory as described here:
http://ubuntuforums.org/archive/index.php/t-551741.html
And this is not the solution. Running "/etc/init.d/mysql start" still does
nothing. I also notice that nothing's logging in /var/log/mysql and the
/var/log/mysql.[err|l
On Thu, Feb 10, 2011 at 06:35:13AM -0800, Erin Brinkley wrote:
Hi guys,
I came in ready to tackle my ongoing problems with this Lenny to Squeeze
upgrade today, and found yet another one! :(
I run MySQL locally and access the databases all the time with phpmyadmin in a
browser. Today I tried
One additional piece of data here.
I just checked and the /var/run/mysql directory is missing!
Will creating this directory fix the problem?
I am not sure what is going on. All I did was upgrade, and now so many things
are completely broken. Even the PC speaker stopped beeping, but I was able t
Hi guys,
I came in ready to tackle my ongoing problems with this Lenny to Squeeze
upgrade today, and found yet another one! :(
I run MySQL locally and access the databases all the time with phpmyadmin in a
browser. Today I tried to log in and got this error:
#2002 Cannot log in to the MySQL
Jeff D wrote:
On Tue, 21 Aug 2007, ArcticFox wrote:
On Aug 20, 2007, at 9:58 PM, Freddy Freeloader wrote:
Sorry to be so long getting back to you, but I had already tried
this and you're not going to believe the results
There is a phpinfo.php file in /usr/share/phpmyadmin. It do
ArcticFox wrote:
On Aug 20, 2007, at 9:58 PM, Freddy Freeloader wrote:
Sorry to be so long getting back to you, but I had already tried this
and you're not going to believe the results
There is a phpinfo.php file in /usr/share/phpmyadmin. It doesn't
work. However, I to
On Tue, 21 Aug 2007, ArcticFox wrote:
On Aug 20, 2007, at 9:58 PM, Freddy Freeloader wrote:
Sorry to be so long getting back to you, but I had already tried this and
you're not going to believe the results
There is a phpinfo.php file in /usr/share/phpmyadmin. It doesn't work
On Aug 20, 2007, at 9:58 PM, Freddy Freeloader wrote:
Sorry to be so long getting back to you, but I had already tried this
and you're not going to believe the results
There is a phpinfo.php file in /usr/share/phpmyadmin. It doesn't
work. However, I took the php script I us
ArcticFox wrote:
On Aug 20, 2007, at 8:01 AM, Freddy Freeloader wrote:
ArcticFox wrote:
On Aug 20, 2007, at 12:10 AM, Freddy Freeloader wrote:
ArcticFox wrote:
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system too and their was a rather nice
On Aug 20, 2007, at 10:17 AM, ArcticFox wrote:
On Aug 20, 2007, at 8:01 AM, Freddy Freeloader wrote:
ArcticFox wrote:
On Aug 20, 2007, at 12:10 AM, Freddy Freeloader wrote:
ArcticFox wrote:
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system
On Aug 20, 2007, at 8:01 AM, Freddy Freeloader wrote:
ArcticFox wrote:
On Aug 20, 2007, at 12:10 AM, Freddy Freeloader wrote:
ArcticFox wrote:
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system too and their was a rather nice
troubleshooting
ArcticFox wrote:
On Aug 20, 2007, at 12:10 AM, Freddy Freeloader wrote:
ArcticFox wrote:
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system too and their was a rather nice
troubleshooting page there that helped me out.
Yeah, I have. I've
On Aug 20, 2007, at 12:10 AM, Freddy Freeloader wrote:
ArcticFox wrote:
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system too and their was a rather nice
troubleshooting page there that helped me out.
Yeah, I have. I've also rea
ArcticFox wrote:
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system too and their was a rather nice
troubleshooting page there that helped me out.
Yeah, I have. I've also read the documentation installed in
/usr/share/phpmyadmin/Documentation
Have you taken a look at the phpmyadmin site? I had some trouble
getting it to work on my system too and their was a rather nice
troubleshooting page there that helped me out.
On Aug 19, 2007, at 10:58 PM, Freddy Freeloader wrote:
Hi All,
I am having a problem with phpmyadmin that is just
Hi All,
I am having a problem with phpmyadmin that is just driving me nuts.
(I've spent hours troubleshooting and Googling this and just cannot come
up with a solution. I don't know if this problem is misconfiguration or
a bug so I didn't want to turn in a bug report.)
All
On Wed, 2006-11-29 at 15:52 -0600, Geoffrey R Thompson wrote:
> Hi,
>
>
>
> I have been using Debian for about six months, and have yet to have
> any issues when upgrading system components with apt-get update /
> upgrade – until today…
>
>
>
> After up
John Hasler wrote:
Geoffrey R Thompson writes:
After updating phpmyadmin, I got a dialog box saying there is a conflict
between my config file and the new one being offered. I selected the
?keep my config file? option ? hoping this would get me through. In
hindsight, I probably should have
Kevin Mark wrote:
On Wed, Nov 29, 2006 at 06:22:22PM -0500, Joey Hess wrote:
Geoffrey R Thompson wrote:
After updating phpmyadmin, I got a dialog box saying there is a conflict
between my config file and the new one being offered. I selected the
`keep my config file' option - h
On Wed, Nov 29, 2006 at 06:22:22PM -0500, Joey Hess wrote:
> Geoffrey R Thompson wrote:
> >After updating phpmyadmin, I got a dialog box saying there is a conflict
> >between my config file and the new one being offered. I selected the
> >`keep my config file&
Geoffrey R Thompson wrote:
>After updating phpmyadmin, I got a dialog box saying there is a conflict
>between my config file and the new one being offered. I selected the
>`keep my config file' option - hoping this would get me through. In
>hindsight, I pro
Geoffrey R Thompson writes:
> After updating phpmyadmin, I got a dialog box saying there is a conflict
> between my config file and the new one being offered. I selected the
> ?keep my config file? option ? hoping this would get me through. In
> hindsight, I probably should have l
Hi,
I have been using Debian for about six months, and have yet to have any
issues when upgrading system components with apt-get update / upgrade -
until today.
After updating phpmyadmin, I got a dialog box saying there is a conflict
between my config file and the new one being offered
Hi,
I have been using Debian for about six months, and have yet to have any
issues when upgrading system components with apt-get update / upgrade -
until today.
After updating phpmyadmin, I got a dialog box saying there is a conflict
between my config file and the new one being offered
Clive Menzies wrote:
On (16/11/06 12:01), Serban Udrea wrote:
After one of the latest updates I made on a debian sarge box I got the
following version of phpmyadmin:
2.6.2-3sarge3
...
I have the same; I assume it's because the security patches are ahead of
the advisories.
Regards
On (16/11/06 12:01), Serban Udrea wrote:
> After one of the latest updates I made on a debian sarge box I got the
> following version of phpmyadmin:
>
> 2.6.2-3sarge3
>
> Nevertheless, the latest security advisory regarding phpmyadmin i received
> by email mentions jus
Hello!
After one of the latest updates I made on a debian sarge box I got the following version of
phpmyadmin:
2.6.2-3sarge3
Nevertheless, the latest security advisory regarding phpmyadmin i received by email mentions
just version:
2.6.2-3sarge2
and there was also nothing to find about
Dear All,
I've just installed Mysql5, Apache 1.3.34, Php5 and phpmyadmin4:2.7.0. I've had
experience of using these together on Sarge and I've got Apache running okay
and I've set up a root user for mysql and filled out /root/.my.cnf.
When I got to phpmyadmin, I noticed th
On Friday 21 October 2005 17:09, you wrote:
> > > Add index.php,index.phtml to your DirectotyIndex and keep the .phtml
> > > extension to your "AddType application/x-httpd-php"
> > > Let we know if it works.
> > I'm afraid it didn't. I've attached my apache2.conf for reference.
> Try this:
>
> # a
s du Plooy wrote:
I'm missing something. I did apt-get install phpmyadmin on a fresh
minimal Sarge install. It installed phpmyadmin, some php stuff and some
apache2 stuff. It asked me for which server to configure it, and I chose
apache2.
do u have this installed :
libapac
On Thursday 20 October 2005 12:13, Aurelien Ricard wrote:
> Add index.php,index.phtml to your DirectotyIndex and keep the .phtml
> extension to your "AddType application/x-httpd-php"
>
> Let we know if it works.
I'm afraid it didn't. I've attached my apache2.conf for reference.
Thanks
Hans
# Bas
On Thursday 20 October 2005 11:48, amalgam.swhe wrote:
> On Thu, Oct 20, 2005 at 11:29:35AM +0200, Hans du Plooy wrote:
> > I'm missing something. I did apt-get install phpmyadmin on a fresh
> > minimal Sarge install. It installed phpmyadmin, some php stuff and some
> >
On Thu, Oct 20, 2005 at 11:29:35AM +0200, Hans du Plooy wrote:
> Hi guys,
>
> I'm missing something. I did apt-get install phpmyadmin on a fresh minimal
> Sarge install. It installed phpmyadmin, some php stuff and some apache2
> stuff. It asked me for which server to
Hi guys,
I'm missing something. I did apt-get install phpmyadmin on a fresh minimal
Sarge install. It installed phpmyadmin, some php stuff and some apache2
stuff. It asked me for which server to configure it, and I chose apache2.
Now when I point my browser to http://192.168.16.4/phpmy
On Sun, Aug 28, 2005 at 10:57:49AM -0400 or thereabouts, Jim Lynch wrote:
> I installed apache2, phpmyadmin, php4 and various other packages that came
> along with the install but when I attempt to access phpmyadmin with
> http://localhost/phpmyadmin
>
> I get a popup box wit
I installed apache2, phpmyadmin, php4 and various other packages that
came along with the install but when I attempt to access phpmyadmin with
http://localhost/phpmyadmin
I get a popup box with the following message
You have chosend to open
which is a phtml file from http://localhost. What
On Thu, Jun 09, 2005 at 09:13:19AM +0200, Lukas Demetz wrote:
> Hi there, again it's me :P
>
> After trying and checking, I installed apache2 (and left php4 with its
> modules unchanged) and see there, it works without problems. So, my
> guess is now that the problem _may be_ with Apache ...
I su
hanks for your reply. I did what you said, now I sit here
>with loads of output. After checking it, I guess the interesting stuff
>is there (at the end of the log):
>-SNIP---
>3819 writev(4, [{"fca\r\n{"6ad\r\n", 5}, {"\n{"\r\n&qu
= 0
3819 getpid() = 3819
3819 kill(3819, SIGSEGV) = 0
3819 sigreturn() = ? (mask now [RTMIN])
3819 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
-
Before this, it opens other files in /usr/share/phpmyadmin/libraries,
but wo
etpid() = 3819
3819 kill(3819, SIGSEGV) = 0
3819 sigreturn() = ? (mask now [RTMIN])
3819 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
-
Before this, it opens other files in /usr/share/phpmyadmin/libraries,
but works ok
t; 4.3 (module)
>
> As now, everything works smoothly (nice work guys! :) ), however, I
> noticed a strange behaviour using phpMyAdmin (2.6.2, same as before).
> Everytime I try to list the content of a table, I get an empty table. In
> addition, there is an error entry in /var/log/apache/
trange behaviour using phpMyAdmin (2.6.2, same as before).
Everytime I try to list the content of a table, I get an empty table.
In addition, there is an error entry in /var/log/apache/error.log:
[notice] child pid 28099 exit signal Segmentation fault (11)
The error is reproducible,
trange behaviour using phpMyAdmin (2.6.2, same as before).
Everytime I try to list the content of a table, I get an empty table.
In addition, there is an error entry in /var/log/apache/error.log:
[notice] child pid 28099 exit signal Segmentation fault (11)
The error is reproducible,
'],
a small fix is needed.
In libraries/common.lib.php, line 1044
$cfg['PmaAbsoluteUri'] .= $url['port'];
becomes:
$cfg['PmaAbsoluteUri'] .= ':' . $url['port'];
> Hey guys,
>
>Debian Sarge
>Running apache2 on port 808
Hey guys,
Debian Sarge
Running apache2 on port 8080
Used phpmyadmin as recently as earlier this week with no errors.
I've done upgrades via apt-get upgrade this week.
Currently if I try to goto my website http://websiteurl/phpmyadmin I am
brought to login screen, I logi
On Tuesday 11 May 2004 23:11, Tomy Alarie shoved this in my mailbox:
> Hi, i've installed phpmyadmin today on my server. My server is working like
> a charm, so i write http://localhost/phpmyadmin in konqueror and it shows
> the index page of phpmyadmin. I type my username (root) a
Hi, i've installed phpmyadmin today on my server. My server is working like
a charm, so i write http://localhost/phpmyadmin in konqueror and it shows
the index page of phpmyadmin. I type my username (root) and my password. But
it shows me back the index page with errors. Here are the e
All it was needed was one one in /etc/apache/httpd.conf
Include /etc/phpmyadmin/apache.conf
--
Joseph
On Wed, 2004-03-10 at 14:46, Joseph wrote:
> I'm following this discussion regarding phpmyadmin as I have the same
> problem on Debian. I can make it go go.
>
> Though, i
I'm following this discussion regarding phpmyadmin as I have the same
problem on Debian. I can make it go go.
Though, it seems to me the problem is with the setup. On Mandrake when
I installed phpmyadmin all the configuration and setup files were copied
to "web root" directory
On Tue, 9 Mar 2004, Marcelo Chiapparini wrote:
> Ollie,
>
> thank you for your answer. I have installed phpmyadmin from binaries (.
> deb). It is not a matter of caps. At home, phpmyadmin works fine with
> http://localhost/phpmyadmin. The problem is with my machine at work.
&g
Hi
what happens when you just go to http://localhost ? do you get the correct
root index page ?
-Original Message-
From: Marcelo Chiapparini [mailto:[EMAIL PROTECTED]
Sent: 09 March 2004 15:44
To: debian-user
Subject: Re: phpmyadmin: help!
Hi Wolfgang,
thank you for your answer. I
On Tue, Mar 09, 2004 at 11:53:31AM -0300, Marcelo Chiapparini wrote:
>
> Ollie,
>
> thank you for your answer. I have installed phpmyadmin from binaries (.
> deb). It is not a matter of caps. At home, phpmyadmin works fine with
> http://localhost/phpmyadmin. The problem is
Hi Wolfgang,
thank you for your answer. I tried your sugestions (I am running
ApacheSSL), reconfigured phpmyadmin and I restarted ApacheSSL without
success. The message is the same.
This localmachine is plugged into a local LAN connected to the
Internet. I wonder if I need to configure the
Ollie,
thank you for your answer. I have installed phpmyadmin from binaries (.
deb). It is not a matter of caps. At home, phpmyadmin works fine with
http://localhost/phpmyadmin. The problem is with my machine at work.
This machine is connected to a local LAN. I wonder if I need to
On Tue, Mar 09, 2004 at 09:28:47AM -0300, Marcelo Chiapparini wrote:
> Hello!
>
> I've installed mysql-server and phpmyadmin with apache. Apache and
> mysqld are running on the same machine, but I have problems getting the
> GUI for phpmyadmin on this machine. The UR
Marcelo Chiapparini wrote:
> "The requested URL /phpmyadmin/ was not found on this server."
>
> I really need phpmyadmin working as soon as possible.
> Thanks in advance for any answer,
Hi Marcelo,
have you tried 'dpkg-reconfigure phpmyadmin'? Have you then re
Hello!
I've installed mysql-server and phpmyadmin with apache. Apache and
mysqld are running on the same machine, but I have problems getting the
GUI for phpmyadmin on this machine. The URL I type is
"http://localhost/phpmyadmin/";
and I get the message:
"The requested
Hello,
I am looking for a GUI for MySQL. The options are: a) phpmyadmin or b)
mysql-navigator. What is the better? It seems that nobody is working on
mysql-navigator from march 2003...
thanks in advance
Marcelo
--
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to
Em Sex, 2003-12-19 Ãs 23:24, Gruessle escreveu:
> Now how do I admin my SQL - I am used to following
> Manage Mysql
Just nitpicking, but I should point out that MySQL isn't SQL compliant
at all...
--
Leandro GuimarÃes Faria Corcete Dutra <[EMAIL PROTECTED]>
Prefeitura do MunicÃpio de SÃ
Wayne Topa([EMAIL PROTECTED]) is reported to have said:
> Gruessle([EMAIL PROTECTED]) is reported to have said:
> >
> > From: Wayne Topa
> > > Gruessle([EMAIL PROTECTED]) is reported to have said:
> > > >
> > > > I just installed phpmyadmin via
On Sat, 20 Dec 2003 11:46:58 -0800, Gruessle wrote:
>
> From: Wayne Topa
>> Gruessle([EMAIL PROTECTED]) is reported to have said:
>>
>>>
>>> I just installed phpmyadmin via apt-get
>>> No errors it all went thru fine.
>>> The Debian php
Gruessle([EMAIL PROTECTED]) is reported to have said:
>
> From: Wayne Topa
> > Gruessle([EMAIL PROTECTED]) is reported to have said:
> > >
> > > I just installed phpmyadmin via apt-get
> > > No errors it all went thru fine.
> > > The Debian
From: Wayne Topa
> Gruessle([EMAIL PROTECTED]) is reported to have said:
> >
> > I just installed phpmyadmin via apt-get
> > No errors it all went thru fine.
> > The Debian phpmyadmin says that the location is
> > http://localhost/phpmyadmin/
> >
Gruessle([EMAIL PROTECTED]) is reported to have said:
>
> I just installed phpmyadmin via apt-get
> No errors it all went thru fine.
> The Debian phpmyadmin says that the location is
> http://localhost/phpmyadmin/
>
> It is not there - what is going on?
>
You haven
On Fri, 19 Dec 2003 17:24:32 -0800, Gruessle wrote:
>
>
> Now how do I admin my SQL - I am used to following Manage Mysql
> phpMyAdmin
>
> Do I have that already or is it avalable for install, if so how and
> where do I access it once insatlled?
>
> Gruessle
> -
I just installed phpmyadmin via apt-get
No errors it all went thru fine.
The Debian phpmyadmin says that the location is
http://localhost/phpmyadmin/
It is not there - what is going on?
Gruessle
--
http://VMCLinks.com
http://GuyScope.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
Now how do I admin my SQL - I am used to following
Manage Mysql
phpMyAdmin
Do I have that already or is it avalable for install, if so how and
where do I access it once insatlled?
Gruessle
--
http://VMCLinks.com
http://GuyScope.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
1 - 100 of 110 matches
Mail list logo