MySQL Green Light.?

 
Post new topic   Reply to topic    Aprelium Forum Index -> PHP
View previous topic :: View next topic  
Author Message
SonnyB
-


Joined: 19 Jun 2003
Posts: 42
Location: New York USA

PostPosted: Sun Aug 31, 2003 7:17 pm    Post subject: MySQL Green Light.? Reply with quote

I reformated a server of mine but on this server for some reason when i reinstall MySQL no green light.? Does it have to do with user and permissions.

My php: when it asks for smtp info i changed localhost to smtp-server@hvc.rr.com

maybe is that the problem.? how do i fix it so i can get a green light also use the mail smtp function.?
_________________
Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address
kodeking
-


Joined: 19 Jun 2003
Posts: 15

PostPosted: Sun Aug 31, 2003 7:24 pm    Post subject: Re: MySQL Green Light.? Reply with quote

SonnyB wrote:
I reformated a server of mine but on this server for some reason when i reinstall MySQL no green light.? Does it have to do with user and permissions.

My php: when it asks for smtp info i changed localhost to smtp-server@hvc.rr.com

maybe is that the problem.? how do i fix it so i can get a green light also use the mail smtp function.?



smtp-server@hvc.rr.com is an email address. Did you mean: smtp-server.hvc.rr.com?
________
Justin Bieber


Last edited by kodeking on Sat Feb 19, 2011 6:35 pm; edited 1 time in total
Back to top View user's profile Send private message
SonnyB
-


Joined: 19 Jun 2003
Posts: 42
Location: New York USA

PostPosted: Sun Aug 31, 2003 9:38 pm    Post subject: o Reply with quote

Opps Mybad
_________________
Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address
SonnyB
-


Joined: 19 Jun 2003
Posts: 42
Location: New York USA

PostPosted: Sun Aug 31, 2003 11:54 pm    Post subject: Still Reply with quote

Still wont green up though.? What do i do what files do i have to alter or fix.. By me changing the smtp info did i change the localhost to.? do i have to change that on something eles.?
_________________
Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Sep 03, 2003 2:37 pm    Post subject: Re: Still Reply with quote

The MySQL problem is not related to your PHP configuration of the SMTP server.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sander
-


Joined: 29 Jul 2003
Posts: 5

PostPosted: Wed Sep 03, 2003 3:35 pm    Post subject: Reply with quote

I've got the same problem. Evil red-light ...

I did try a lot of things but nothing did solve the problem :( .
Back to top View user's profile Send private message
SonnyB
-


Joined: 19 Jun 2003
Posts: 42
Location: New York USA

PostPosted: Thu Sep 04, 2003 12:13 am    Post subject: Then What.? Reply with quote

Then Whats The Prob Here.? Aprelium The Help Would Be Great. This red light Is Not Greening lol. Tried Reinstalling Evreything.. Dident Work, Tried playin around with the user, login info dident work.. whats up.? Please..
Thanks
_________________
Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Sep 04, 2003 12:52 pm    Post subject: Re: Then What.? Reply with quote

The problem is with MySQL configuration. You should read their documentation and use the winmysqladmin.exe program (in the bin directory of MySQL) to manage your database (check the errors, etc...)
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sander
-


Joined: 29 Jul 2003
Posts: 5

PostPosted: Thu Sep 04, 2003 4:53 pm    Post subject: Reply with quote

The only thing it says in 'environment':

Not Found
Driver 3.51 Not Found

That's the only warning I can see ... :?
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Thu Sep 04, 2003 6:46 pm    Post subject: Reply with quote

Thats weird because i never had that problem , is their a chance that the ISP's could be blocking the default mysql ports ?
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Fri Sep 05, 2003 1:11 pm    Post subject: Reply with quote

sander wrote:
The only thing it says in 'environment':

Not Found
Driver 3.51 Not Found

That's the only warning I can see ... :?

MySQLAdmin uses ODBC to access the MySQL databases. It seems that your system doesn't have ODBC support correctly installed or that your MySQL drivers aren't running.
MySQL can run without these, but if you want to have MySQLAdmin work as before, you should check your ODBC installation in Windows (see the control panel).
http://www.mysql.com/doc/en/Windows_installation.html is also great for MySQL installation issues.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sander
-


Joined: 29 Jul 2003
Posts: 5

PostPosted: Wed Oct 01, 2003 6:27 pm    Post subject: Reply with quote

Okee, this is really helping (almost).
I just downloaded the ODBC thing and installed it etc.

After the configuration you can test it by pressing the 'test' button.
It says "[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General networkfault. See your networkmanual.

TEST FAILS"

winmysqladmin.exe:
Again 'environment'

"Not Found

Driver Version: 03.51
Driver: C:\WINDOWS\SYSTEM\myodbc3.dll
API Level: 2
setup: C:\WINDOWS\SYSTEM\myodbc3.dll
SQL Level: 1"

(That's a change)

The following ports are now open on my router (all numbers I could find related with SQL):

1433 TCP, 3306 TCP

So, what's next?

Tnks for so far :)
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Oct 04, 2003 1:07 pm    Post subject: Reply with quote

sander,

Sorry for not being able to help you more. Since this issue is deeply related to ODBC and MySQL, the best to do is to seek help and support from MySQL guys or from an expert MySQL community.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sander
-


Joined: 29 Jul 2003
Posts: 5

PostPosted: Sun Oct 05, 2003 8:57 pm    Post subject: Reply with quote

Yes, thanks,

That's what I did the past 3 days and now ... I've got the green light :)

I know there are more peolple with my problem so this is what I (finaly) did.

-Install ODBC
-Del 'data' dir
-typ in a DOS window "mysqld --console"
If a fatal error is shown,
-Del all Mysql relative things (uninstall)
-again "mysqld --console"

Driver fault 3.51 doesn't matter, it is just a little warring.
Why MySQL is running green now .... I don't know but I don't care :)

Tnks for your time :D
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> PHP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group