Quercus: phpMyAdmin

From Resin 3.0

Revision as of 23:53, 15 February 2008 by Mo (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

phpMyAdmin 2.11.4


Required Downloads:

  • Resin 3.1.5
  • phpMyAdmin 2.11.4
  • MySql 5.0 or 4.X
  • ConnectorJ 3.1.14 (MySql JDBC Driver)

Install Instructions:

  1. Choose an install directory and unzip the contents of resin-3.1.5.zip into this directory. If you extracted into C:/ then you will have a C:/resin-3.1.5 directory.
  2. Save the Mysql ConnectorJ Jar file in the resin-3.1.5/lib subdirectory, the full path would be C:/resin-3.1.5/lib/mysql-connector-java-3.1.14-bin.jar.
  3. Extract the contents of phpMyAdmin-2.11.4-all-languages.zip into C:/resin-3.1.5/webapps/ROOT. Rename the phpMyAdmin-2.11.4-all-languages directory to phpMyAdmin.
  4. Navigate up to C:/resin-3.1.5 and double click on the http.exe executable.
  5. Double check that the Mysql server has been started.

You should now able to use the phpMyAdmin application by opening up the following url in a web browser.

http://localhost:8080/phpMyAdmin/index.php

If you see an error like the following:

mysql.dbi.lib.php:286: Warning: A link to the server could not be established

then it is likely that the Mysql server was not started or the Mysql ConnectorJ Jar file is not in the resin lib directory.

Personal tools