View previous topic :: View next topic |
Author |
Message |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Thu May 06, 2004 1:31 am Post subject: abyssws and WEB-erp |
|
|
has anybody in this forum worked with WebErp+ installing and configuring on abyssw web server ? on Linux or Windows ?
http://web-erp.sourceforge.net
any help is much appreciated. |
|
Back to top |
|
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
|
Back to top |
|
 |
nquin321 -
Joined: 29 Jan 2004 Posts: 296 Location: Right Behind You
|
|
Back to top |
|
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Thu May 06, 2004 7:30 am Post subject: |
|
|
I can use some help on installing on Windows 2003
thanks |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu May 06, 2004 5:35 pm Post subject: |
|
|
I can give it a shot , add me to your
MSN Messenger buddy list !
MY MSN: trustpunk@hotmail.com
Everytime I help some one with
these kind of issues , I fix it ! |
|
Back to top |
|
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Thu May 06, 2004 7:30 pm Post subject: |
|
|
I have the following install as a test on Windows 2003 advance server:
Abyss web server
WebErp = C:\Abyss Web Server\htdocs\weberp
PhP = C:\php
WinMysqlAdmin = C:\mysql
my.ini <at> %systemroot%
[WinMySQLAdmin]
Server=C:/mysql/bin/mysqld-nt.exe
[mysqld]
basedir=C:/mysql/
datadir=C:/mysql/data/
Well green lights on MySql. login to web server from another station and Weberp login come on but this is what I get : Too many failed login attempts. You will have to see an authorised person to obtain access to the system.
thanks |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Thu May 06, 2004 11:55 pm Post subject: |
|
|
Are you using the right MySQL username and password? _________________ Bienvenidos! |
|
Back to top |
 |
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Fri May 07, 2004 5:26 am Post subject: where can I modify the user name and password? |
|
|
where can I modify the user name and password?
how and where can I point to the database file?
thanks |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri May 07, 2004 5:51 am Post subject: |
|
|
If you haven't changed anything, the default user is "root" with no password. To view the dabases you have, go to \mysql\data and look at the folders. To create a database or modify the user and password, use a tool such as phpMyAdmin. _________________ Bienvenidos! |
|
Back to top |
 |
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Fri May 07, 2004 6:00 am Post subject: |
|
|
thanks
i'll try that ! |
|
Back to top |
|
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Fri May 07, 2004 6:05 am Post subject: |
|
|
Welcome to phpMyAdmin 2.5.3-rc3
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error
MySQL said:
#2003 - Can't connect to MySQL server on 'localhost' (10061)
[Documentation] |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri May 07, 2004 6:22 am Post subject: |
|
|
Have you configured the "config.inc.php?" _________________ Bienvenidos! |
|
Back to top |
 |
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Fri May 07, 2004 6:36 am Post subject: |
|
|
i'll try that. do you modify the file with phpMyAdmin? and what line?
thanks |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri May 07, 2004 6:53 am Post subject: |
|
|
Make sure the database server is "localhost" and keep the username on "root" with no password. _________________ Bienvenidos! |
|
Back to top |
 |
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Fri May 07, 2004 7:47 am Post subject: |
|
|
what is use to edit /modify the phpmyadmin. I have been using notepad. |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sat May 08, 2004 12:14 am Post subject: |
|
|
Notepad is fine. _________________ Bienvenidos! |
|
Back to top |
 |
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Sat May 08, 2004 6:03 am Post subject: |
|
|
I really mess this all up. I just have deleted my mysql and reinstall hope it helps. I will post what will work.
thanks |
|
Back to top |
|
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Sun May 09, 2004 3:57 am Post subject: |
|
|
i need help with the config.inc.php |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Sun May 09, 2004 6:32 am Post subject: |
|
|
Ok. The only thing you really need to configure is the username and password. Leave the MySQL location at "localhost," keep "root" for your username, and then keep a blank password. If you set up a new/different user and pass at the beginning of the MySQL installation, then use those.
That's basically all you need to do for that. _________________ Bienvenidos! |
|
Back to top |
 |
 |
rrebel -
Joined: 25 Apr 2004 Posts: 15
|
Posted: Sun May 09, 2004 9:48 am Post subject: |
|
|
thanks, i'll will try that. |
|
Back to top |
|
 |
|