Re: How do I determine if versions of phpMyAdmin before 4.8.5 is SQL Injectable using sqlmap?

2019-04-17 Thread shawn l.green
Hello, On 4/17/2019 10:29 AM, Turritopsis Dohrnii Teo En Ming wrote: Subject/Topic: How do I determine if versions of phpMyAdmin before 4.8.5 is SQL Injectable using sqlmap? Good evening from Singapore, Our customer (company name is Confidential/not disclosed) reported that their MySQL

How do I determine if versions of phpMyAdmin before 4.8.5 is SQL Injectable using sqlmap?

2019-04-17 Thread Turritopsis Dohrnii Teo En Ming
Subject/Topic: How do I determine if versions of phpMyAdmin before 4.8.5 is SQL Injectable using sqlmap? Good evening from Singapore, Our customer (company name is Confidential/not disclosed) reported that their MySQL database has been found missing or was deleted a few times. They are using

Re: Problem accessing phpmyadmin using IP from remote machine

2012-12-11 Thread Girish Talluru
. >> >> Main server: Windows Server 2008 >> Virtual Box: Oracle VM >> VM OS: Ubuntu >> >> Inside Ubuntu I downloaded and configured Apache, MySql, PHP and >> PhpMyadmin >> individually following an article which is mentioned below. >> >>

Re: Problem accessing phpmyadmin using IP from remote machine

2012-12-10 Thread abhishek jain
ded and configured Apache, MySql, PHP and PhpMyadmin > individually following an article which is mentioned below. > > https://help.ubuntu.com/community/ApacheMySQLPHP > > IP Configuration: > LAN Address: 192.168.1.9 > VirtualBox Address: 192.168.56.1 > > As mentioned in

RE: changing mySQL table name screws phpMyAdmin?? reverting change fixes??

2012-08-08 Thread Rick James
(I don't know about phpMyAdmin) SHOW CREATE TABLE is more descriptive than DESCRIBE. You are more likely to get the collation information that way. > -Original Message- > From: Rajeev Prasad [mailto:rp.ne...@yahoo.com] > Sent: Wednesday, August 08, 2012 10:20 AM &g

changing mySQL table name screws phpMyAdmin?? reverting change fixes??

2012-08-08 Thread Rajeev Prasad
I changed a name of the table from within phpMyAdmin, and immediately it crapped. after that when I try to connect using phpMyAdmin (/phpMyAdmin/index.php) I get error in log: [Wed Aug 0814:18:582012][error]Query call failed:Table'mydb.mychangedtbls'doesn't exist (1146) (I change

Fwd: Backing up MySQL using PHPMyAdmin problem with UTF-8

2010-10-18 Thread Tompkins Neil
MySQL Administrator 1.2.15 is fails with the same problem. Do anyone have any other suggestions ? -- Forwarded message -- From: Tompkins Neil Date: Fri, Oct 15, 2010 at 11:21 AM Subject: Re: Backing up MySQL using PHPMyAdmin problem with UTF-8 To: Michael Dykman Cc: "[

Re: Backing up MySQL using PHPMyAdmin problem with UTF-8

2010-10-15 Thread Tompkins Neil
I managed to use the older version of MySQL Administrator 1.2.15 and it appears to back up find using InnoDB online backup. On Thu, Oct 14, 2010 at 6:56 PM, Michael Dykman wrote: > I have had this problem with PHPMyAdmin many times, and the only way I > know around it, is to go in and d

Re: Backing up MySQL using PHPMyAdmin problem with UTF-8

2010-10-15 Thread Tompkins Neil
Oh this isn't good. Because the database in on a shared server and I don't think I've got console access ? On Thu, Oct 14, 2010 at 6:56 PM, Michael Dykman wrote: > I have had this problem with PHPMyAdmin many times, and the only way I > know around it, is to go in an

Re: Backing up MySQL using PHPMyAdmin problem with UTF-8

2010-10-14 Thread Michael Dykman
I have had this problem with PHPMyAdmin many times, and the only way I know around it, is to go in and do your dump at the console. PHP does not deal with UTF very well. - michael dykman On Thu, Oct 14, 2010 at 5:48 AM, Tompkins Neil wrote: > Hi, > > I'm using PHP MyAdmin to b

Backing up MySQL using PHPMyAdmin problem with UTF-8

2010-10-14 Thread Tompkins Neil
Hi, I'm using PHP MyAdmin to backup my MySQL database. The database is of type InnoDB and encoding used is utf8_unicode_ci. The variables are set as follows : *MySQL connection collation: **utf8_unicode_ci* *MySQL charset: **UTF-8 Unicode (utf8)* *character set client: utf8* *character set conn

phpMyAdmin Privileges Query

2010-07-04 Thread Michael Trewartha
Hello, just wondering if anyone can advise the query that phpMyAdmin generates to list all the privileges for a specific database. What I'm after is an output like: +-++--+-+ |User | Host| Type | Privi

RE: phpMyAdmin and other management tools

2010-07-02 Thread David Stoltz
t: RE: phpMyAdmin and other management tools I personally use SQLYog, and as for it not having the "query creation"... it has a fairly decent query builder, but it is in the paid version, not the community one. I like all the features it has, and I use most of them. Granted, it is always

RE: phpMyAdmin and other management tools

2010-07-02 Thread Steven Staples
at...@gmail.com] > Sent: July 1, 2010 7:58 AM > To: David Stoltz > Cc: mysql@lists.mysql.com > Subject: Re: phpMyAdmin and other management tools > > Hi Dave, > > I recommend you to use "Toad for MySQL". > > It has wizard for query creation phpMyAdimn, mysql

Re: phpMyAdmin and other management tools

2010-07-01 Thread Prabhat Kumar
10-07-01 at 07:38 -0400, David Stoltz wrote: >> >> >> >>> Hi Folks, >>> >>> >>> I'm currently using phpMyAdmin to manage the mySQL databases. I'm >>> wondering what most people like to use? I know there is "mySQL >>

Re: phpMyAdmin and other management tools

2010-07-01 Thread Nilnandan Joshi
http://mysqlonlinehelp.wordpress.com/2010/06/30/tools-for-mysql-database/ regards, Nilnandan Noel Butler wrote: On Thu, 2010-07-01 at 07:38 -0400, David Stoltz wrote: Hi Folks, I'm currently using phpMyAdmin to manage the mySQL databases. I'm wondering what most people like

Re: phpMyAdmin and other management tools

2010-07-01 Thread Noel Butler
On Thu, 2010-07-01 at 07:38 -0400, David Stoltz wrote: > Hi Folks, > > > > I'm currently using phpMyAdmin to manage the mySQL databases. I'm > wondering what most people like to use? I know there is "mySQL > Workbench", which I haven't reall

Re: phpMyAdmin and other management tools

2010-07-01 Thread Krishna Chandra Prajapati
Hi Dave, I recommend you to use "Toad for MySQL". It has wizard for query creation phpMyAdimn, mysql workbench, sqlyog lack this feature. Krishna On Thu, Jul 1, 2010 at 5:08 PM, David Stoltz wrote: > Hi Folks, > > > > I'm currently using phpMyAdmin to m

Re: phpMyAdmin and other management tools

2010-07-01 Thread Fish Kungfu
I prefer the good old command line. ~~Fish~~ On Jul 1, 2010 7:38 AM, "David Stoltz" wrote: Hi Folks, I'm currently using phpMyAdmin to manage the mySQL databases. I'm wondering what most people like to use? I know there is "mySQL Workbench", which I haven'

phpMyAdmin and other management tools

2010-07-01 Thread David Stoltz
Hi Folks, I'm currently using phpMyAdmin to manage the mySQL databases. I'm wondering what most people like to use? I know there is "mySQL Workbench", which I haven't really fooled with yet Can anyone comment on what they use and why? Thanks! Dave

Access denied for phpmyadmin

2010-06-01 Thread Ganeswar Mishra
Hi all, when i m trying to access phpmyadmin it gives the error * #1045 - Access denied for user 'pma'@'localhost' (using password: NO) ** *How could i fix the problem olease help me, Advanced thanx to you. -Regards Ganeswar Mishra Junior Programmer TathyaSoft pvt. ltd. (+91)9438014761

Re: phpMyAdmin links?

2009-11-24 Thread Jan Steinman
Is there a way to have a permalink to pages in phpMyAdmin, particularly record editing pages? I successfully did it -- for a while -- by simply copying the URL when I was on a record editing page and replacing the obvious key GET parameter with a variable. But that URL has a GET parameter

Re: mysqldump vs phpmyadmin dump

2009-11-20 Thread Wang Zi Feng
hi there, thanks for your reply. the mysql server is running on windows xp sp3, every time I use root user to log in. the command line i use for mysqldump is mysqldump --user=root --password=pass test>test.sql phpmyadmin is with following checked Add DROP TABLE / VIEW / PROCEDURE / FUNCT

Re: mysqldump vs phpmyadmin dump

2009-11-20 Thread Mark Goodge
Wang Zi Feng wrote: Hi everyone, Here is a rookie question. The problem what I found is that mysqldump and phpmyadmin generate different size of backup file against same database. I try to dump same database with the 2 different methods, the original database is 2.8mb, phpmyadmin export 1.5mb

mysqldump vs phpmyadmin dump

2009-11-19 Thread Wang Zi Feng
Hi everyone, Here is a rookie question. The problem what I found is that mysqldump and phpmyadmin generate different size of backup file against same database. I try to dump same database with the 2 different methods, the original database is 2.8mb, phpmyadmin export 1.5mb file, and mysqldump

RE : MediumBlob / phpMyAdmin / hex dumps Questions

2008-12-14 Thread Jacques Brignon
command line level -- Jacques Brignon > -Message d'origine- > De : mik...@qualityadvantages.com [mailto:mik...@qualityadvantages.com] > Envoyé : samedi 13 décembre 2008 15:13 > À : mysql@lists.mysql.com > Objet : MediumBlob / phpMyAdmin / hex dumps Questions > >

MediumBlob / phpMyAdmin / hex dumps Questions

2008-12-13 Thread mikesz
Hello and Greetings mysql list, A few weeks ago, I posted a question here about importing a database to my local XP pro system and getting loads of MySQL server went away errors during the import. I got suggestions about increasing max packet size and a few other parameters which I followed but st

[phpMyAdmin] please vote or suggest features

2008-07-20 Thread Sebastian Mendel
Hi, for all you people out there loving phpMyAdmin ;-) please visit http://hackontest.org and vote for or suggest your favorite feature you would like to see in phpMyAdmin and that can be implemented within 24 hours by a team of three Thank you very much! -- Sebastian Mendel -- MySQL

Re: Creating Password & Username with phpMyAdmin

2007-03-22 Thread David Blomstrom
. So I created a database manually, then clicked on Privileges. Next, I created a password and username. Not only can I not access the database, I can't even access phpMyAdmin now; I get this error message: * * * * * * * * * * Welcome to phpMyAdmin 2.7.0-pl2 phpMyAdmin tried to con

Re: Creating Password & Username with phpMyAdmin

2007-03-21 Thread David Blomstrom
Ah, that does look like a better way. Thanks! Schalk Neethling <[EMAIL PROTECTED]> wrote: Hi David, Actually the way to do this would be as follows: When you have created a new database, click on the SQL tab and the use the following to create the user and password: GRANT ALL PRIVILEGES ON data

Re: Creating Password & Username with phpMyAdmin

2007-03-21 Thread Schalk Neethling
n. It fetches a page that allows me to easily create and delete databases, add and change passwords, etc. But I can't remember how I created my password and username for the database on my PC. I'm now trying to duplicate that database on a MacBook Pro running MySQL 5 and the current vers

Creating Password & Username with phpMyAdmin

2007-03-20 Thread David Blomstrom
ut I can't remember how I created my password and username for the database on my PC. I'm now trying to duplicate that database on a MacBook Pro running MySQL 5 and the current version of phpMyAdmin. But I'm not sure about creating a password and username with phpMyAdmin. Suppose I ha

RE: Substitute for phpMyadmin?

2006-11-07 Thread Mark
> > At any rate, does anyone know what I could use instead, as > > semi-graphical interface, on Apache? (FreeBSD). I'm ready to > > do away with phpMyAdmin. > > > > Thanks, > > > > - Mark > Just a couple of hours ago Vittorio Zuccalà suggested

Re: Substitute for phpMyadmin?

2006-11-07 Thread Jonathon Wardman
Mark wrote: Hello, Ever since I upgraded to MySQL 5.0.x, phpMyAdmin has appeared to be buggy as hell (and yes, of course, I updated the client API in PHP). I guess it really was more of a MyQL 4.0 thingy. At any rate, does anyone know what I could use instead, as semi-graphical interface, on

Substitute for phpMyadmin?

2006-11-07 Thread Mark
Hello, Ever since I upgraded to MySQL 5.0.x, phpMyAdmin has appeared to be buggy as hell (and yes, of course, I updated the client API in PHP). I guess it really was more of a MyQL 4.0 thingy. At any rate, does anyone know what I could use instead, as semi-graphical interface, on Apache

How to create references and insert into values in phpmyadmin?

2006-06-28 Thread Andreas Bauer
Hello NG, how can I implement a reference in phpmyadmin between two fields from two different tables, so that the two fields of the two different tables have the same values? And if I have to fill this two tables by building and executing the insert into command, which default value of the

RE: MySQL 5 / phpMyAdmin - SOLVED

2006-05-10 Thread Amer Neely
Thanks to Ing. Edwin Cruz and George Law for pointing me in the right direction, as previous messages in this thread indicate. phpMyAdmin now working great with MySQL 5.0. Have a loot on this: http://dev.mysql.com/doc/refman/5.0/en/old-client.html try a search for "old_password"

RE: MySQL 5 / phpMyAdmin

2006-05-10 Thread Ing. Edwin Cruz
Have a loot on this: http://dev.mysql.com/doc/refman/5.0/en/old-client.html Regards! -Mensaje original- De: Amer Neely [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 10 de Mayo de 2006 12:39 p.m. Para: MySQL List Asunto: MySQL 5 / phpMyAdmin I've finally got MySQL 5.0 going

RE: MySQL 5 / phpMyAdmin

2006-05-10 Thread George Law
try a search for "old_password" -Original Message- From: Amer Neely [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 1:39 PM To: MySQL List Subject: MySQL 5 / phpMyAdmin I've finally got MySQL 5.0 going on my Win2K machine, but phpMyAdmin 2.8.0.3 is now givi

MySQL 5 / phpMyAdmin

2006-05-10 Thread Amer Neely
I've finally got MySQL 5.0 going on my Win2K machine, but phpMyAdmin 2.8.0.3 is now giving me grief. It gives me this error: phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. #1251 - Client does not support authentication protocol requested by s

Re: setting up phpmyadmin problem

2006-04-10 Thread ross
I did. The server is windows could this be the problem? The config.inc.php is in the main phpmyadmin folder not in the config folder. Is this ok? Ross - Original Message - From: "Dominik Klein" <[EMAIL PROTECTED]> To: Sent: Monday, April 10, 2006 11:25 AM Subject

Re: setting up phpmyadmin problem

2006-04-10 Thread Dominik Klein
[EMAIL PROTECTED] schrieb: http://www.blue-fly.co.uk/screen.jpg I cannot seem to add a server..anyone shed any light on it? Just edit config.inc.php It has good documentation comments, so it should not be a problem. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

Re: [PHP] phpmyadmin problems with quoting exported text

2005-11-09 Thread Richard Lynch
On Wed, November 9, 2005 11:05 am, Chris W wrote: > Richard Lynch wrote: > >>On Sun, November 6, 2005 2:17 am, Chris W wrote: >> >> >>>I just tried to use the output of the export function on phpmyadmin >>>and >>>got a million errors. After look

Re: [PHP] phpmyadmin problems with quoting exported text

2005-11-08 Thread Richard Lynch
On Sun, November 6, 2005 2:17 am, Chris W wrote: > I just tried to use the output of the export function on phpmyadmin > and > got a million errors. After looking at the file I found that certain > columns that are strings were not quoted at all. I can't find any > reason w

Re: phpmyadmin problems with quoting exported text

2005-11-06 Thread 2wsxdr5
John Taylor-Johnston wrote: Which version? Which export type? Strings TEXT, VARCHAR would be quoted. INT would not, I think. Their forum might be a better place. www.phpmyadmin.net. I am using phpMyAdmin 2.6.1-rc. I have no control over that as I am not the admin on the server. All the

Re: phpmyadmin problems with quoting exported text

2005-11-06 Thread John Taylor-Johnston
Which version? Which export type? Strings TEXT, VARCHAR would be quoted. INT would not, I think. Their forum might be a better place. www.phpmyadmin.net. 2wsxdr5 wrote: I just tried to use the output of the export function on phpmyadmin and got a million errors. After looking at the file I

phpmyadmin problems with quoting exported text

2005-11-06 Thread 2wsxdr5
I just tried to use the output of the export function on phpmyadmin and got a million errors. After looking at the file I found that certain columns that are strings were not quoted at all. I can't find any reason why some are and some are not quoted. Anyone have any idea why this is happ

Re: Can't Access Via Webmin or PhpMyAdmin.

2005-04-28 Thread Mark Sargent
phpmyadmin or webmin it doesn't work. I've set the config files to what I believe are correct. phpmyadmin error below, Error *MySQL said: *Documentation <http://dev.mysql.com/doc/mysql/en/Error-returns.html> | #2002 - Can't connect to local MySQL server through socket '/tmp/my

Can't Access Via Webmin or PhpMyAdmin.

2005-04-28 Thread Mark Sargent
Hi All, I can start mysql with the following cmd, /etc/rc.d/init.d/mysql start although, I had to change bindir=./bin to bindir=/usr/local/mysql/bin to get it to work. I can access the DB with, mysql -h localhost -u root -p successfully, but, when trying to access via phpmyadmin or webmin it

Fw: Access denied-phpMyAdmin

2005-04-17 Thread Alvaro Cobo
Hi Mark: First of all, have you commented out the line "Allow networking" in the /etc/mysql/my.cnf?. If not, put a "#" before this line. Probably this error is because of this directive. Second, assuming that you have created the phpMyAdmin database with the script provide

Access denied-phpMyAdmin

2005-04-16 Thread Mark Sargent
#x27; for help. Type '\c' to clear the buffer. mysql> But, get the following error when accessing via phpMyAdmin with user as root and the correct password, phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username an

Re: No Priviliges and no snort DB in phpmyadmin

2005-04-15 Thread Gleb Paharenko
Hello. As of MySQL 4.0.2, you see only those databases for which you have some privileges if you don't have the global SHOW DATABASES privilege. Check the rights of user as which phpmyadmin connects. Mark Sargent <[EMAIL PROTECTED]> wrote: > Hi All, > > I

No Priviliges and no snort DB in phpmyadmin

2005-04-14 Thread Mark Sargent
Hi All, I've installed phpmyadmin and have a snort database in mysql, but, it doesn't appear in phpmyadmin. I know it's there, because base is using it to display info from snort on the machine. Why wouldn't it appear in phpmyadmin. It appears with the same set up on my work

Re: phpMyAdmin 2.5.4 login in ERROR!

2005-04-05 Thread Michael Stassen
authentication mechanism if you have to use the php mysql extension (as phpMyAdmin does) Or build php from source, linking against the mysql 4.1 client library. Hope it helps. Sorry for my poor English -- Ciao Nico Michael -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: phpMyAdmin 2.5.4 login in ERROR!

2005-04-05 Thread Nico Alberti
if you have to use the php mysql extension (as phpMyAdmin does) Hope it helps. Sorry for my poor English -- Ciao Nico -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

phpMyAdmin 2.5.4 login in ERROR!

2005-04-05 Thread Zhu Xiaofeng
phpMyAdmin 2.5.4 + MySQL 4.17 + PHP 5 When the weclome picture is being shown, i try to login with root ,but error message is occurred. That is as follow: #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client Thanks for all and need your

Re: MySQL and phpMyAdmin

2005-03-21 Thread Gleb Paharenko
t; I just installed phpMyAdmin, made the appropriate changes in the > config.inc.php file, and got the following error when accessing it via > both IE and Safari on Mac OS X Panther client. > > #1251 - Client does not support authentication protocol requested by > server; conside

Re: MySQL and phpMyAdmin

2005-03-19 Thread Karam Chand
Even I had the same problem so I moved to using SQLyog and its an awesom client. http://www.webyog.com Karam --- Asad Habib <[EMAIL PROTECTED]> wrote: > I just installed phpMyAdmin, made the appropriate > changes in the > config.inc.php file, and got the following error > whe

Re: MySQL and phpMyAdmin

2005-03-19 Thread Michael Stassen
Habib wrote: I just installed phpMyAdmin, made the appropriate changes in the config.inc.php file, and got the following error when accessing it via both IE and Safari on Mac OS X Panther client. #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL clien

MySQL and phpMyAdmin

2005-03-19 Thread Asad Habib
I just installed phpMyAdmin, made the appropriate changes in the config.inc.php file, and got the following error when accessing it via both IE and Safari on Mac OS X Panther client. #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client I am

Re: RES: phpmyadmin can't connect via browser

2005-03-14 Thread David Logan
i All, ok, am I better off installing an earlier version, since they make it so damn hard just to get a simple thing working in php5..? Absolutely rediculous, this. Cheers. Mark Sargent. Perhaps the mysql, php and phpmyadmin documentation may help. I had phpmyadmin up and running in about 10

Re: RES: phpmyadmin can't connect via browser

2005-03-14 Thread Mark Sargent
website for "oldpassword" or something, then you should find your answer. Regards Robert. -Mensagem original- De: Mark Sargent [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 14 de março de 2005 01:35 Para: mysql Assunto: Re: phpmyadmin can't connect via browser Hassan

RES: phpmyadmin can't connect via browser

2005-03-13 Thread Robert Restad
"oldpassword" or something, then you should find your answer. Regards Robert. -Mensagem original- De: Mark Sargent [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 14 de março de 2005 01:35 Para: mysql Assunto: Re: phpmyadmin can't connect via browser Hassan Schroeder wrote:

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Mark Sargent
Hassan Schroeder wrote: Mark Sargent wrote: I'm figuring you wanted to know if php was working, yes..? No, I wanted to know if your PHP was compiled with MySQL support. It doesn't have to be, and in your case seems it probably *isn't*. But we still don't know :-) Hi All, guys, I'm using Fedora3(s

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Hassan Schroeder
Mark Sargent wrote: I'm figuring you wanted to know if php was working, yes..? No, I wanted to know if your PHP was compiled with MySQL support. It doesn't have to be, and in your case seems it probably *isn't*. But we still don't know :-) -- Hassan Schroeder - [EMAIL P

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Steve Buehler
At 08:59 AM 3/13/2005, you wrote: Steve Buehler wrote: At 08:15 AM 3/13/2005, you wrote: Hi All, have installed into /var/www/html the dir phpMyAdmin-2.6.1-pl3 and changed the url path like below, but, when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Michael Stassen
lhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP Configuration What am I mising.? Cheers. Uh, mysql support in your PHP installation? :-) What does phpinfo() show? Hi All, where do I input phpinfo(), browser or terminal..? Cheers. Mark Sargen

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Hassan Schroeder
Mark Sargent wrote: where do I input phpinfo(), browser or terminal..? Cheers. Either create a Web page with this in it: or if you have CLI (running `which php` returns something), just `php -i` will get you a long, not-too-formatted listing of what's compiled in your PHP installation. -- Hassan

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Mark Sargent
Mark Sargent wrote: Hassan Schroeder wrote: Mark Sargent wrote: when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP Configuration What am I mising.? Cheers. Uh, mysql support in your PHP installation? :-) What does phpinfo

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Mark Sargent
Steve Buehler wrote: At 08:15 AM 3/13/2005, you wrote: Hi All, have installed into /var/www/html the dir phpMyAdmin-2.6.1-pl3 and changed the url path like below, but, when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Mark Sargent
Hassan Schroeder wrote: Mark Sargent wrote: when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP Configuration What am I mising.? Cheers. Uh, mysql support in your PHP installation? :-) What does phpinfo() show? Hi All, where

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Hassan Schroeder
Mark Sargent wrote: when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP Configuration What am I mising.? Cheers. Uh, mysql support in your PHP installation? :-) What does phpinfo() show? -- Hassan Schroeder

Re: phpmyadmin can't connect via browser

2005-03-13 Thread Steve Buehler
At 08:15 AM 3/13/2005, you wrote: Hi All, have installed into /var/www/html the dir phpMyAdmin-2.6.1-pl3 and changed the url path like below, but, when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP Configuration Documentation

phpmyadmin can't connect via browser

2005-03-13 Thread Mark Sargent
Hi All, have installed into /var/www/html the dir phpMyAdmin-2.6.1-pl3 and changed the url path like below, but, when typing localhost/phpMyAdmin-2.6.1-pl3/index.php, I get the following, cannot load mysql extension, please check PHP Configuration Documentation <http://localhost/phpMyAd

RE: MySQL Error 1251 / phpMyAdmin

2005-02-07 Thread Logan, David (SST - Adelaide)
1 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message- From: GH [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 February 2005 3:12 AM To: mysql@lists.mysql.com; php-general; PHP DB Subject: MySQL Error 1251 / phpMyAdmin I just installed phpMyAdmin 2.6.1 on my Wi

Re: MySQL Error 1251 / phpMyAdmin

2005-02-07 Thread Michael Stassen
ure authentication protocol. Your choices are to tell mysql to use the older, less-secure protocol, or build a copy of php using your current mysql client library. See the manual for more <http://dev.mysql.com/doc/mysql/en/old-client.html>. Michael GH wrote: I just installed phpMyAdmin 2.

Re: MySQL Error 1251 / phpMyAdmin

2005-02-07 Thread GH
://dev.mysql.com/doc/mysql/en/old-client.html>. > > Michael > > GH wrote: > > > I just installed phpMyAdmin 2.6.1 on my Windows Laptop with PHP > > Version 4.3.10 [Build Date Dec 14 2004 17:46:48] and mySql 4.1.8 > > > > I am receiving the enclosed

Re: MySQL Error 1251 / phpMyAdmin

2005-02-07 Thread Michael Stassen
rrent mysql client library. See the manual for more <http://dev.mysql.com/doc/mysql/en/old-client.html>. Michael GH wrote: I just installed phpMyAdmin 2.6.1 on my Windows Laptop with PHP Version 4.3.10 [Build Date Dec 14 2004 17:46:48] and mySql 4.1.8 I am receiving the enclosed er

MySQL Error 1251 / phpMyAdmin

2005-02-07 Thread GH
I just installed phpMyAdmin 2.6.1 on my Windows Laptop with PHP Version 4.3.10 [Build Date Dec 14 2004 17:46:48] and mySql 4.1.8 I am receiving the enclosed error when I attempt to go into phpMyAdmin and do not know how to solve the issue... Any assistance would be greatful. Thank you Gary

Re: MySQL insert with PHPMyAdmin

2005-01-06 Thread Karam Chand
As far as I know there should not be any problem but I prefer SQLyog for all my MySQL work. It even has HTTP Tunneling to access dbs that dont allow remote access. Karam --- leegold <[EMAIL PROTECTED]> wrote: > Can using PHPMyAdmin cause problems. What I'm doing > is, I'm

MySQL insert with PHPMyAdmin

2005-01-06 Thread leegold
Can using PHPMyAdmin cause problems. What I'm doing is, I'm using PHPMyAdmi as a data entry tool. I create a new record in a table and then fill in the fields with the field editing and insert abilities of PHPMyAdmin. For a remote user of course I'd escape any inserted strings wit

RE: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread Donny Simonton
The problem is not with phpmyadmin, the problem is with php. If you install 4.3 of php it will not work with mysql 4.1.8 or any version mysql 4.1 or 5.0. It will only work if you turn on the short passwords option in 4.1. I've not tried it on 5.0 lately. You can get it installed but it ta

Re: [PHP] phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2005-01-01 Thread GH
It would be nice if phpMyAdmin would kindly note that on their website... Also, when I run a phpInfo()... it says i have the 3.23.49 could this be a contributing factor? On Sat, 1 Jan 2005 15:55:27 +0700, Willy Sudiarto Raharjo <[EMAIL PROTECTED]> wrote: > > Has anyone had

phpMyAdmin w/ winXP - IIS w/PHP 4.3 w/mysql 4.1.8

2004-12-31 Thread GH
Has anyone had any problems installing phpMyAdmin with the above configuration? I get an error about the mySql client and authentication methods? MySQL Error: 1251 : Client does not support authentication protocol requested by server Please assist Happy New Year Gary -- MySQL General Mailing

phpmyadmin cannot create database

2004-12-05 Thread Fajar Priyanto
Hi folks, I'm trying phpmyadmin 2.6.0-pl3 with mysql 4.0.15 I notice that when I setup and use the pma user in the config, I cannot create database even when I login with root (using cookie auth). But if I don't use the pma options, I can create database. Can you shed a light on me p

Re: Install problems with phpMyAdmin

2004-12-01 Thread sol beach
off-topic for the MySQL List but see below: > > > > Gunter Götz wrote: > > >Hello experts, > > > >according the desprictions I have installed the phpMyAdmin (2.6.0-pl3) as > >following: > > > > shell> su - > > shell> mv phpMyAdm

Re: Install problems with phpMyAdmin

2004-12-01 Thread Jason McKnight
This may be a bit off-topic for the MySQL List but see below: Gunter Götz wrote: Hello experts, according the desprictions I have installed the phpMyAdmin (2.6.0-pl3) as following: shell> su - shell> mv phpMyAdmin-2.6.0-pl3.tar.tar /usr/sbin/ shell> cd /usr/sbin/ shell> tar -zx

Install problems with phpMyAdmin

2004-12-01 Thread Gunter Götz
Hello experts, according the desprictions I have installed the phpMyAdmin (2.6.0-pl3) as following: shell> su - shell> mv phpMyAdmin-2.6.0-pl3.tar.tar /usr/sbin/ shell> cd /usr/sbin/ shell> tar -zxf phpMyAdmin-2.6.0-pl3.tar.tar shell> rm phpMyAdmin-2.6.0-pl3.tar.

Re: phpMyAdmin don't show table size

2004-11-12 Thread Santino
Update phpMyAdmin. Santino At 12:33 + 12-11-2004, Dilipan Sebastiampillai wrote: Hello, after restoring from a mysqldump I use phpMyAdmin to view my database but the size field is "unknown" ... how could I get a size display ? -- Dilipan Sebastiampillai -- MySQL General Mailin

phpMyAdmin don't show table size

2004-11-12 Thread Dilipan Sebastiampillai
Hello, after restoring from a mysqldump I use phpMyAdmin to view my database but the size field is "unknown" ... how could I get a size display ? -- Dilipan Sebastiampillai -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists

error with phpMyAdmin and MySQL 4.1.7

2004-11-03 Thread DeRyl
hi, I've just installed MySQL 4.1.7 when I try to launch phpMyAdmin I see this: Witamy w phpMyAdmin 2.5.5-pl1 phpMyAdmin próbowal polaczyc sie z serwerem MySQL, a serwer odrzucil polaczenie. Powinienes sprawdzic nazwe hosta, nazwe uzytkownika i haslo w pliku config.inc.php i upewnic si

Re: phpMyAdmin and MySQL 4.1

2004-10-28 Thread Andrew Clemente
inst 4.1.17 (production) so my comments may be irrelevant but I HTH you in case the problem is not yet fixed and you do decide to try compiling PHP5 against MySql 4.1.x. I did have to change my default collation in phpMyAdmin when I upgraded to 4.1 via the PMA front page. Andrew. --- btb <[EMAIL P

Re: phpMyAdmin and MySQL 4.1

2004-10-28 Thread btb
On Oct 27, 2004, at 10.26, Schalk Neethling wrote: Greetings After installing the new release of MySQL ( i.e. MySQL 4.1), I know get the following error from phpMyAdmin when using any of the auth types: Error #1251 - Client does not support authentication protocol requested by server; consider

Re: phpMyAdmin and MySQL 4.1

2004-10-27 Thread Gleb Paharenko
Hi. See: http://www.phpmyadmin.net/documentation/#faqmysqlversions Regards. Schalk Neethling <[EMAIL PROTECTED]> wrote: > Greetings > > After installing the new release of MySQL ( i.e. MySQL 4.1), I know get > the following error from phpMyAdmin when using any

Re: phpMyAdmin and MySQL 4.1

2004-10-27 Thread rik onckelinx
Op woensdag 27 oktober 2004 16:52, schreef [EMAIL PROTECTED]: I had the same problem on my Linux suse 9.1 box. I was using a mysql client/server that came with my distro. Got the same error as you trying to connect with phpmyadmin, while I was sure to have installed the proper client (4.1) via

Re: phpMyAdmin and MySQL 4.1

2004-10-27 Thread SGreen
to is that you are using pre-4.1 clients (phpMyAdmin is a MySQL client) with a 4.1+ server. Several workaround are in the reading I just gave you. Shawn Green Database Administrator Unimin Corporation - Spruce Pine Schalk Neethling <[EMAIL PROTECTED]> wrote on 10/27/2004 10:26

phpMyAdmin and MySQL 4.1

2004-10-27 Thread Schalk Neethling
Greetings After installing the new release of MySQL ( i.e. MySQL 4.1), I know get the following error from phpMyAdmin when using any of the auth types: Error #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client. I get this whether I am

Re: Problems with phpMyAdmin, GD library, and jpegs

2004-09-27 Thread Eric Bergen
n, 27 Sep 2004 15:06:46 -0700, Keith Brownmiller <[EMAIL PROTECTED]> wrote: > Greetings, > > Am having some problems with phpMyAdmin, GD library and jpegs. > > Here is the short version of the story. > > I installed phpMyAdmin, modified a database to install a graphic ima

Problems with phpMyAdmin, GD library, and jpegs

2004-09-27 Thread Keith Brownmiller
Greetings, Am having some problems with phpMyAdmin, GD library and jpegs. Here is the short version of the story. I installed phpMyAdmin, modified a database to install a graphic image into one of the tables and it showed the graphic from within phpMyAdmin - no problem. I then wrote a very

RE: showing dbs in terminal window opposed to phpmyadmin

2004-08-23 Thread Victor Pendleton
Are you loggin into the terminal and PHPmyadmin as the same user? -Original Message- From: Hull, Douglas D To: Note To MySQL List (E-mail) Sent: 8/23/04 8:30 AM Subject: showing dbs in terminal window opposed to phpmyadmin How come when I am using the terminal on my mac os x 10.3.x and

  1   2   3   >