Quercus: phpMyAdmin

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(New page: 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:''' Choose an ins...)
 
 
(2 intermediate revisions by one user not shown)
Line 4: Line 4:
 
'''Required Downloads:'''
 
'''Required Downloads:'''
  
 +
<ul>
 +
<li>
 
Resin 3.1.5
 
Resin 3.1.5
 +
</li>
  
 +
<li>
 
phpMyAdmin 2.11.4
 
phpMyAdmin 2.11.4
 +
</li>
  
 +
<li>
 
MySql 5.0 or 4.X
 
MySql 5.0 or 4.X
 +
</li>
  
 +
<li>
 
ConnectorJ 3.1.14 (MySql JDBC Driver)
 
ConnectorJ 3.1.14 (MySql JDBC Driver)
 +
</li>
 +
</ul>
  
 
'''Install Instructions:'''
 
'''Install Instructions:'''
  
 +
<ol>
 +
<li>
 
Choose an install directory and unzip the contents of resin-3.1.5.zip into this directory.
 
Choose an install directory and unzip the contents of resin-3.1.5.zip into this directory.
If you extracted into C:/ you will now have a C:/resin-3.1.5 directory.
+
If you extracted into C:/ then you will have a C:/resin-3.1.5 directory.
 +
</li>
  
 +
<li>
 
Save the Mysql ConnectorJ Jar file in the resin-3.1.5/lib subdirectory, the full path
 
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.
 
would be C:/resin-3.1.5/lib/mysql-connector-java-3.1.14-bin.jar.
 +
</li>
  
 +
<li>
 
Extract the contents of phpMyAdmin-2.11.4-all-languages.zip into C:/resin-3.1.5/webapps/ROOT.
 
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.
 
Rename the phpMyAdmin-2.11.4-all-languages directory to phpMyAdmin.
 +
</li>
  
 +
<li>
 
Navigate up to C:/resin-3.1.5 and double click on the http.exe executable.
 
Navigate up to C:/resin-3.1.5 and double click on the http.exe executable.
 +
</li>
  
 +
<li>
 
Double check that the Mysql server has been started.
 
Double check that the Mysql server has been started.
 +
</li>
 +
</ol>
  
 
You should now able to use the phpMyAdmin application by opening up the following url in a web
 
You should now able to use the phpMyAdmin application by opening up the following url in a web
Line 32: Line 54:
 
http://localhost:8080/phpMyAdmin/index.php
 
http://localhost:8080/phpMyAdmin/index.php
  
If see an error like the following:
+
If you see an error like the following:
  
 
mysql.dbi.lib.php:286: Warning: A link to the server could not be established
 
mysql.dbi.lib.php:286: Warning: A link to the server could not be established

Latest revision as of 23:53, 15 February 2008

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