I need to redirect any .py file plus query string
e.g. test.py?var=1
located anywhere within the htdocs folder and its subfolders to a different port on the same machine. Another server on this port is meant to handle all .py requests. I've tried the following and variants thereof to no...
I need to create an admin user with limited rights who can create databases and then grant full rights to these db to another user. If I give the admin user full root privileges (grant all on *.* to 'user'@'localhost' identified by 'pw' with grant option) it works, but I don't want to do this...
Thanks for the tips. Unfortunately, phpMyAdmin version 2.6.0-pl2 doesn't work with mysql-standard-4.1.7 on my platform. Throws error about client incapatiblity, so I'm stuck with 4.0.22. We are using latest PHP as well. Are there any other web admin interfaces similar to phpMyAdmin that I could...
Sorry, should have said this is a multi user environment where I want users to be able to admin their own db via phpMyAdmin using their own mysql login but not create any new db's. The docs. not say how to disable this functionality, well apart from hacking the php code :)
Still having a problem, revoke all privs does prevent db creation via mysql monitor but if then grant select,update etc but not create on their database they can still create other new databases.
Weirder still, if revoke all for that user and then login as the user using phpMyAdmin I can...
Hi,
I've installed 4.0.22 and phpMyAdmin 2.6.0-pl2 and followed the instructions, removed the "guest" accounts. Granted users ALL privs on their own db only, which I created. Globally users just have the USAGE priv, no create priv but users can still create their own databases which I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.