Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 13th, 2005, 11:10 AM   #21
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Quote:
Originally Posted by Ooble
MySQL is running - mysql.exe works. What you need to do is go into php.ini, and find the lines mentioning mysql.so and mysqli.so. Remove the semicolon ( ; ) from the beginning of these lines, save, and restart Apache.
Yea of course it worked, but it errored out when trying to connect to the server... THUS THE SERVER ISN'T ON!

PHP recognizes MySQL because the functions are registered. It's not fucking php.ini.

All he needs to do is start the MySQL server!
__________________

tempest is offline   Reply With Quote
Old Feb 13th, 2005, 11:21 AM   #22
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8 Ooble is on a distinguished road
He says it still breaks. Meh... I'm no expert.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Feb 13th, 2005, 2:02 PM   #23
Pseudo Class
Newbie
 
Pseudo Class's Avatar
 
Join Date: Dec 2004
Posts: 26
Rep Power: 0 Pseudo Class is on a distinguished road
XAMMP is your friend
__________________
Mhm...Ramen.
Pseudo Class is offline   Reply With Quote
Old Feb 13th, 2005, 4:09 PM   #24
ArchAngel
Programmer
 
ArchAngel's Avatar
 
Join Date: Jan 2005
Location: I could be anywhere, even Indiana
Posts: 34
Rep Power: 0 ArchAngel is on a distinguished road
Send a message via AIM to ArchAngel Send a message via MSN to ArchAngel Send a message via Yahoo to ArchAngel
Quote:
THUS THE SERVER ISN'T ON!
Soooooo, how do I turn it on?

Bin:
comp-err.exe
vygwinb19.dll
isamchk.exe
libmySQL.dll
my_print_defaults.exe
myisam_ftdump.exe
myisamchk.exe
myisamlog.exe
myisampack.exe
mysql.exe
mysqladmin.exe
mysqlbinlog.exe
mysqlc.exe
mysqlcheck.exe
mysqld.exe
mysqld-max.exe
mysqld-max-nt.exe
mysqld-nt.exe
mysqld-opt.exe
mysqldump.exe
mysqlimport.exe
mysqlshow.exe
mysqlwatch.exe
pack_isam.exe
perror.exe
replace.exe
winmyadmin.cnt
winmysqladmin.exe
winmysqladmin.GID
WINMYSQLADMIN.HLP
__________________
People say I'm crazy, but I have the heart of a little boy. It's in my desk at home.
ArchAngel is offline   Reply With Quote
Old Feb 13th, 2005, 9:03 PM   #25
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
execute mysqld.exe
  • mysqld means MySQL Server Daemon. Daemon meaning a program with no input or output. This is basically the server itself.


execute mysql.exe to connect to mysqld.exe
  • mysql is the MySQL client program to connect to the server. Open it to execute commands on your database manually.
__________________


Last edited by tempest; Feb 13th, 2005 at 9:06 PM.
tempest is offline   Reply With Quote
Old Feb 13th, 2005, 10:18 PM   #26
ArchAngel
Programmer
 
ArchAngel's Avatar
 
Join Date: Jan 2005
Location: I could be anywhere, even Indiana
Posts: 34
Rep Power: 0 ArchAngel is on a distinguished road
Send a message via AIM to ArchAngel Send a message via MSN to ArchAngel Send a message via Yahoo to ArchAngel
mysqld opened fine, but I still get the errow with MySQL...
Is there any way I can check to see if the home-pc host is still working/viable?

I tried installing XAMPP but I'm still gettin' the error.
__________________
People say I'm crazy, but I have the heart of a little boy. It's in my desk at home.

Last edited by ArchAngel; Feb 14th, 2005 at 7:29 AM.
ArchAngel is offline   Reply With Quote
Old Feb 14th, 2005, 7:48 AM   #27
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
What OS are you running? And when you open mysqld in command line, you have to keep the shell open without exiting out of the program execution. That kills the server.
__________________

tempest is offline   Reply With Quote
Old Feb 14th, 2005, 8:09 AM   #28
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,453
Rep Power: 7 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
what is the error msg?
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Feb 14th, 2005, 8:27 AM   #29
ArchAngel
Programmer
 
ArchAngel's Avatar
 
Join Date: Jan 2005
Location: I could be anywhere, even Indiana
Posts: 34
Rep Power: 0 ArchAngel is on a distinguished road
Send a message via AIM to ArchAngel Send a message via MSN to ArchAngel Send a message via Yahoo to ArchAngel
This is the exact error - ERROR 2003: Can't connect to MySQL server on
'localhost' (10061)

OS - WinXP

Something strange happends when I try to open mysqld, it just closes, with no error at all, the window just disappears...
__________________
People say I'm crazy, but I have the heart of a little boy. It's in my desk at home.

Last edited by ArchAngel; Feb 14th, 2005 at 10:34 AM.
ArchAngel is offline   Reply With Quote
Old Feb 14th, 2005, 4:10 PM   #30
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 8 Ooble is on a distinguished road
Who are you logging in as, anyway?
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:28 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC