Re: pwAdmin Character Page
Read this fucking manual:
sPWadmin - Documentation
Re: pwAdmin Character Page
I'm not an idiot....
Reading that is the first thing I did ijs
I have done everything in it and because hrace's server already has 1.6 I haven't installed anything else.
I would appreciate some help not someone linking the most obvious thing that anyone with 2 brain cells would already have read.
I am using tomcat to start it and yes, it is correct as is the .profile etc
I am not an idiot posting on the forum without doing my own research first so please do not assume so.
Thanks
1 Attachment(s)
Re: pwAdmin Character Page
i thought i was the only one with this xD
in the past i had the same problem and no one else had it because i was using an outdated db file.
once uploaded it will be called pw not dbo.sql so you will have to go into your /etc folder and change the table.xml
mysql://127.0.0.1/dbo?
to
mysql://127.0.0.1/pw?
then save restart the server also change pwadmin to read the pw
as a database instead of dbo
whats happening is dbo doesnt have the characters table in it and other things in it that pwadmin tries to read.
let me know if this works.
Re: pwAdmin Character Page
Eh, this is probably a stupid question but oh well.
How exactly do I upload the pwdb.sql?
Re: pwAdmin Character Page
Code:
# mysql -u username -p database-name
mysql> source ~/data.sql
OR
$ mysql -u username -p -h localhost database-name < data.sql
You could also use phpmyadmin, or navcat or other database tools.