+1
Answered

How to install phpmyadmin ?

Kickstarter159 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 3
Hello,

I've installed phpmyadmin, but how can I get it loaded ?

Please some nice tutorial should be helpful !

Thanks

Answer

Answer
Answered
Installing to /usr/share is a bit of unfortunate idea, so I've put together a small tutorial: http://support.ajenti.org/topic/479448-/
+4


Login to Ajenti (Ajenti-V needs to be installed) and create a new website.

  • Set name as phpmyadmin
  • Untick Maintenance mode
  • Set Path to /usr/share/phpmyadmin
  • Under 'ports' add host = * Port = 8001
  • Under 'content' create new PHP FastCGI
Save and test all works correctly at http://yourdomain.com:8001

If you recieve an error 'cannot start session without errors' run: chmod 777 /var/lib/php/session/
I would like to a additional step to IvMatt's procedure.

It seems Ajenti's php.ini doesn't include session_path folder correct. You have to make it.

  • mkdir /var/lib/php/session
  • chmod 755 /var/lib/php/session
Answer
Answered
Installing to /usr/share is a bit of unfortunate idea, so I've put together a small tutorial: http://support.ajenti.org/topic/479448-/