G Greg-J Guest Oct 17, 2006 #1 I have yet to figure out how to access phpmyadmin without having to go through Plesk every time. Is there a simple way to accomplish this?
I have yet to figure out how to access phpmyadmin without having to go through Plesk every time. Is there a simple way to accomplish this?
D de_he Guest Oct 18, 2006 #2 yes, you can do the following (assuming phpMyAdmin is installed in /srv/www): # cp -r /srv/www/htdocs/phpMyAdmin/ /home/httpd/vhosts/default/htdocs/ # sed -i 's/'config'/'http'/g' /home/httpd/vhosts/default/htdocs/phpMyAdmin/config.inc.php Or - of course - you can install your own phpMyAdmin...
yes, you can do the following (assuming phpMyAdmin is installed in /srv/www): # cp -r /srv/www/htdocs/phpMyAdmin/ /home/httpd/vhosts/default/htdocs/ # sed -i 's/'config'/'http'/g' /home/httpd/vhosts/default/htdocs/phpMyAdmin/config.inc.php Or - of course - you can install your own phpMyAdmin...