I am again stuck on getting this application launched so that I can continue working on skins and other recent requests such as the onscreen keyboard. Below are my exact commands and inputs.
From
this link
- I download
http://deb.linuxmce.org/QuickDesigner.tar.gzIt places the tar.gz in my Desktop folder so I navigate there and enter
tar -zxvf QuickDesigner.tar.gzar
This unpacks 6 .jar files into a new folder /Desktop/lib and places a single QuickDesigner.jar in my Desktop folder
Per the wiki I enter this command
java -Xmx256m -jar QuickDesigner.jar
A popup window comes up and has the following fields autopopulated and two fields blank
mySQL server address 192.168.80.1
mySQL server port 3306
database name pluto_main
user name
user password
I enter anonymous nopass as a guess because that is what is populated for the schema database in the admin page
as soon as I press enter I get more than I would copy paste here, and because its error spam I dont know how I could do a pastebin command.
The summary of this output that looks like a possible error to me is:
Internal Exception: java.sql.SQLException: Access denied for user 'anonymous'@'192.168.80.1' (using password: YES)
I see this and then a list of the files I recognise from the Desktop/lib folder plus others that are new. At the end of this list is the words "... 34 more"
This spam repeats over and over.