Other small thing:
there is an user 'om', with rights on db 'omtest' :
if I log in as 'om' with adv auth, I see only the db "omtest"
in left.php3.
but if I log in with std auth (om/passwd set in config.php),
the whole db list is still displayed.
Shouldn't it look the same ? (only my own db)
Olivier
--
_________________________________________________________________
Olivier Mueller - om(a)8304.ch - PGPkeyID: 0E84D2EA - Switzerland
qmail projects: http://omail.omnis.ch - http://webmail.omnis.ch
Olivier wrote:
>still seems ok over here... (just tested with a few pma-generated
>dumps).
Indeed, whith a pma generated dump (beginning with comments)
containing more than one query (eg create a table then inserts data)
not using the remove_remark function make phpMyAdmin fails.
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi again!
Well, it seems that importing sql dump files with table creation + data
no long works. Can someone confirm this ?
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Jocelyn Fournier wrote:
>Could it be possible to enable Space Used, stastics, optimise table,
>etc for MySQL-4.0 (as it works same as MySQL-3.23.xx) ?
Yep. The problem in the code is that we test
MYSQL_MAJOR_VERSION >= 3.23
&&
MYSQL_MINOR_VERSION >= nn
Why don't we use a constant just like PHP_INT_VERSION?
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi,
Could it be possible to enable Space Used, stastics, optimise table, etc for MySQL-4.0 (as it works same as MySQL-3.23.xx) ?
I think it shouldn't be hard to modify the code to do this ? :)
Thank you,
Jocelyn Fournier
Presence-PC
Hi Olivier & all!
>It works if it's empty or contains "/var/lib/mysql/mysql.sock" (socket
>on my server). But just tried a little stupid thing: replaced the
>path by something not existing, and it still works, so I don't know... :)
Amazing !
>Will have a better look on it later if you want
It would be nice :)
BTW the db_stats.php3 script is a good idea.
Have a good night,
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Hi Olivier & all!
>Problems were: PMA_INT_VERSION < 30010 instead of
>PMA_INT_VERSION >= 30010 :)
I'm afraid this isn't true ;) The socket setting is available since
php 3.0.10 only then $server_socket should be empty if
PMA_INT_VERSION < 30010.
>and fact that $connect_func() is used twice in lib.inc.php3
Oups, you're right... I must be drunk we I merged the patch.
But the name of this second link is $link and not $dbh.
OK, I've done some advanced tests with the socket patch and
found also that phpMyAdmin runs even with a garbage socket
path. It seems that php try to use a kind of default socket path
if the one defined in the phpMyAdmin configuration file is not
valid or scans all available sockets till it finds the convenient one
(indeed it takes far much time to load phpMyAdmin whith an
invalid socket path).
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
Looks like the socket patch made it in. Good luck with the release of
2.2.0 and once I get some sleep (sleep? what is that) I will try to get
back to working on patches for suggestions I had for after the release
since I know you guys are really trying to polish up this one. Great
job everyone!
Dan
> Hi again!
>
> Some time ago, Dan Allen suggested a light patch that allows to define
> the socket phpMyAdmin should use in this list. Does anybody already
> tried to merge it into the current version or not?
>
> Loïc
>
A long time ago, Benjamin Gandon noted that the way location http
headers are used does not fit rfc 2816. I've just commited the fix
into the CVS tree.
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif
I've also merged this patch into the CVS tree. It would be nice if
someone can test the changes because I'm not a socket specialist ;)
Loïc
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif