|
|||||||
| Home | Photo Gallery | Register | All Albums | Blogs | Forum FAQ | FlashChat | Members List | Calendar | Search | Today's Posts | Mark Forums Read | Vendor Directory |
| Notices |
| Welcome to Yotatech! |
|
|
Welcome to Yotatech, You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, so please join our community today! |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 (permalink) | ||||||
|
Contributing Member
Join Date: Nov 2005
Location: Gladstone, Oregon
Posts: 822
|
help with mySQL!
__________________
88 4runner 22re Quote:
|
||||||
|
|
|
|
|
#2 (permalink) |
|
Contributing Member
|
I am really tired right know, and even though I am usually able to help with these errors (mainly because I have been through a lot), I have a total brain fart.
But here is my pathetic try... is the "Database Type" supposed to be "OBDC" and not mySQL? What are the other choices?
__________________
:Marko: Supercharged 98 4Runner SR5 4x4 3.4L 4" Deckplate :: TrueFlow Air Intake System :: Magnaflow 18" Muffler w/ Resonator XM Satellite Radio (Roady 2) :: Autometer Boost Gauge :: Color Keyed Spoiler TOYOTA|moving forward
|
|
|
|
|
|
#3 (permalink) |
|
Senior Member
|
From the error, it looks like the webserver doesn't have the ODBC driver for that database installed.
Is this webcalendar thing a app you downloaded then tried to install? The screenshot is not an interface I'm used to.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
#4 (permalink) |
|
Contributing Member
|
yea, is this supposed to be webbased or on your computer? i bet youre just missing a driver.
that interface is typical of mysql... oversimplified. i hate it, i used it to make the board on NE4ROC and it is so crappy. i wish i couldve just directly used sql. |
|
|
|
|
|
#5 (permalink) |
|
Senior Member
|
do you have access to a mysqladmin interface? you can write straight SQL there... kind of command line-ish.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
#6 (permalink) |
|
Contributing Member
|
well luckily i didnt need it for more than creating a database and an admin user. the board script took care of the rest.
but thanks for the heads up, i never did see that. |
|
|
|
|
|
#7 (permalink) | |
|
Contributing Member
Join Date: Nov 2005
Location: Gladstone, Oregon
Posts: 822
|
um lets see that is the only thing on the drop down menu, i am entering the commands at the command prompt supplyed by sql, i didn't really have to install the program it is just a bunch of php and some sql files and all i really have to do is find a way to connect everything and host it. webcalendar is set up to use many database applications, i just already had mysql and that one was the recomended. There are actully a lot of people on here who know alot about SQL, thanks for the help.
__________________
88 4runner 22re Quote:
|
|
|
|
|
|
|
#8 (permalink) |
|
Senior Member
|
is apache setup to run mysql? it might just be a matter of adding a line to you http.conf file.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
#9 (permalink) | ||
|
Contributing Member
Join Date: Nov 2005
Location: Gladstone, Oregon
Posts: 822
|
Quote:
__________________
88 4runner 22re Quote:
|
||
|
|
|
|
|
#10 (permalink) | |
|
Senior Member
|
Quote:
If you don't see a reply from me in the AM, bump this thread as a reminder.
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
|
#11 (permalink) | |
|
Contributing Member
Join Date: Nov 2005
Location: Gladstone, Oregon
Posts: 822
|
ok, i checked google alot and found lots of info about editing the .conf file to configure PHP, but nothing about editing for SQL. The program also has instructions for useing phpmyadmin instead of SQL, which i guess is just a fancy way to use SQL. But when i try to run phpmyadmin i get ...
phpMyAdmin - Error Cannot load mysql extension. Please check your PHP configuration. - Documentation So i guess something is not right here also, i found that you have to configure phpMyAdmin also, but configureation refers the the config.inc.php file for editing and i simply do not have this file, so what now?
__________________
88 4runner 22re Quote:
|
|
|
|
|
|
|
#12 (permalink) |
|
Senior Member
|
You're right... you shouldn't have to configure your .conf file for MySQL (I couldn't remember for sure last night or not). When you installed MySQL, did you pick all the default settings? Did you get any error messages?
If you run phpinfo.php and check your settings, is there a MySQL section?
__________________
Jackson - My Site 96 SR5 4x4 - 33" MTs, open diffs, and 3.90s - LET'S ROCK! My runner has bee traded in *sniff* on an 06 SR5 long bed d-cab Tacoma. The tacoma is nice, but... *sniff* ... I'll update my site when I'm done grieving. |
|
|
|
|
|
#13 (permalink) | |
|
Contributing Member
Join Date: Nov 2005
Location: Gladstone, Oregon
Posts: 822
|
ok, well i finally gave up and got phpMyAdmin to work and was able to configure it that way. So it's all good, and it only took my about 18 hours to figure this out.
__________________
88 4runner 22re Quote:
|
|
|
|
|
|
|
#14 (permalink) |
|
Registered User
Join Date: Jul 2005
Location: Denver, CO
Posts: 116
|
Yeah, database type is definitely not odbc. You need to use the native MySQL database connectivity if it is offered. YOu don't want to use odbc, period.
Apache and mysql have nothing to do with each other unless you're using mod_auth_mysql. PHP is what is actually making the connection to the mysql server. know I"m a little late on this, but I thought I'd throw this in. This is what I do on a daily basis. (PHP/MySQL development) |
|
|
|
|
|
#15 (permalink) | |
|
Registered User
Join Date: Dec 2003
Location: N37 39* W122 3*
Posts: 1,428
|
Quote:
php needs apache to properly serve up php pages. mysql can be called by either apache (in case of MOD_MYSQL for authenticantion needs) and by php... of course...
__________________
leo d. stock 90 4runner |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up a new database in Mysql | Cebby | Computer Talk | 3 | 09-16-2005 04:44 AM |
| MySQL errors, php, etc... Help | Jason B | Computer Talk | 2 | 07-21-2004 10:37 AM |