MySQL not working |
[eluser]jmadsen[/eluser]
what is your setup? are you running a WAMPP/XAMPP/etc or did you set up yourself? Without autoload, are you actually able to connect to the db and return results? Also, give this a try: $db['default']['dbdriver'] = "mysqli"; ---- it sounds like something with your server set up, but it could just be a bad file somewhere. There is also this thread that you may have already seen: http://ellislab.com/forums/viewthread/149308/#803971 |
Messages In This Thread |
MySQL not working - by El Forum - 10-01-2010, 06:50 AM
MySQL not working - by El Forum - 10-01-2010, 06:54 AM
MySQL not working - by El Forum - 10-01-2010, 06:56 AM
MySQL not working - by El Forum - 10-01-2010, 07:02 AM
MySQL not working - by El Forum - 10-01-2010, 07:03 AM
MySQL not working - by El Forum - 10-01-2010, 07:06 AM
MySQL not working - by El Forum - 10-01-2010, 07:09 AM
MySQL not working - by El Forum - 10-01-2010, 07:22 AM
MySQL not working - by El Forum - 10-01-2010, 07:26 AM
MySQL not working - by El Forum - 10-01-2010, 07:37 AM
MySQL not working - by El Forum - 10-01-2010, 07:39 AM
MySQL not working - by El Forum - 10-01-2010, 07:40 AM
MySQL not working - by El Forum - 10-01-2010, 07:45 AM
MySQL not working - by El Forum - 10-01-2010, 07:50 AM
MySQL not working - by El Forum - 10-01-2010, 11:00 AM
|