Forum: MySQL Jul 17th, 2009 |
| Replies: 8 Views: 658 Well, I spoke to soon. Now I get a different kind of error.
pritaeas, I have added these two lines to PHP.ini :
extension=php_mysql.dll
extension_dir="/ext"
I have done all the steps in... |
Forum: MySQL Jul 16th, 2009 |
| Replies: 8 Views: 658 I went back and redid the php installation from scratch and did the extra steps you mentioned. Now it works. |
Forum: MySQL Jul 16th, 2009 |
| Replies: 8 Views: 658 So, MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. How is this done? I searched php.ini and I did not find php_mysql.dll.
In my php.ini file... |
Forum: MySQL Jul 15th, 2009 |
| Replies: 8 Views: 658 I have MySQL running such that I can open a client command line and log on and make databases, tables, etc.
I wanted to do some AJAX. Doing AJAX with ASP, SQL Server, etc is not advisable since... |