View previous topic :: View next topic |
Author |
Message |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Sun Aug 31, 2003 7:17 pm Post subject: MySQL Green Light.? |
|
|
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 |
|
 |
kodeking -
Joined: 19 Jun 2003 Posts: 15
|
Posted: Sun Aug 31, 2003 7:24 pm Post subject: Re: MySQL Green Light.? |
|
|
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 |
|
 |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
|
Back to top |
|
 |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Sun Aug 31, 2003 11:54 pm Post subject: Still |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Wed Sep 03, 2003 2:37 pm Post subject: Re: Still |
|
|
The MySQL problem is not related to your PHP configuration of the SMTP server. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
sander -
Joined: 29 Jul 2003 Posts: 5
|
Posted: Wed Sep 03, 2003 3:35 pm Post subject: |
|
|
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 |
|
 |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Thu Sep 04, 2003 12:13 am Post subject: Then What.? |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Sep 04, 2003 12:52 pm Post subject: Re: Then What.? |
|
|
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 |
|
 |
sander -
Joined: 29 Jul 2003 Posts: 5
|
Posted: Thu Sep 04, 2003 4:53 pm Post subject: |
|
|
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 |
|
 |
os17fan -
Joined: 21 Mar 2003 Posts: 531 Location: USA
|
Posted: Thu Sep 04, 2003 6:46 pm Post subject: |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Sep 05, 2003 1:11 pm Post subject: |
|
|
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 |
|
 |
sander -
Joined: 29 Jul 2003 Posts: 5
|
Posted: Wed Oct 01, 2003 6:27 pm Post subject: |
|
|
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 |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Oct 04, 2003 1:07 pm Post subject: |
|
|
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 |
|
 |
sander -
Joined: 29 Jul 2003 Posts: 5
|
Posted: Sun Oct 05, 2003 8:57 pm Post subject: |
|
|
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 |
|
 |
|