baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Wrong Database name in Extras/database/db-mysql.sql #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Line 3 of Extras/database/db-mysql.sql says 
"USE `apromore`;"
whereas line 48 of README says
"$ mysqladmin --user=root --password=MAcri create apromore"

What steps will reproduce the problem?
1. using default setting (rev 1991)

What version of the product are you using? On what operating system?
uname -a
Linux vm-stud 3.2.0-35-generic-pae #55-Ubuntu SMP Wed Dec 5 18:04:39 UTC 2012 
i686 i686 i386 GNU/Linux
svn info
Path: .
URL: http://apromore.googlecode.com/svn/trunk
Repository Root: http://apromore.googlecode.com/svn
Repository UUID: 5faac2a4-3861-aa31-f262-64efd740a31a
Revision: 1991
Node Kind: directory
Schedule: normal
Last Changed Author: cam.james@gmail.com
Last Changed Rev: 1991
Last Changed Date: 2013-06-11 06:02:47 +0200 (Tue, 11 Jun 2013)

java -version                                          
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) Client VM (build 23.21-b01, mixed mode)

mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 50
Server version: 5.5.31-0ubuntu0.12.04.2 (Ubuntu)

Please provide any additional information below.

Original issue reported on code.google.com by felix.w....@googlemail.com on 11 Jun 2013 at 11:59