Could Not Load MySQL Driver! Compile Php --with-mysql Or Install The Mysql.so Module.
I am trying to install Media Wiki 1.5.2 on Windows XP and I have already installed apache_2.0.55-win32-x86-no_ssl ,mysql-5.0.15-win32 and php-5.1.1-Win32 .
When I am trying to install Media Wiki 1.5.2 I receive the following message :
Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=mysql.so in your php.ini in C:Program FilesApache GroupApache2htdocsmediawikimediawiki-1.5.2install-utils.inc on line 17
Could not load MySQL driver! Please compile php --with-mysql or install the mysql.so module.
View Complete Forum Thread with Replies
Related Forum Messages:
Load Module Add Module And Add Type In Httpd_conf
I am using PHP 5.2.1(as an apache module) MySQL 5.0.19 and Apache 1.3 and when i am trying to connect to the database i get the message: undefined function mysql_connect. When i installed php (in C:php) and Apache and i put Load module Add Module and Add type in httpd_conf and made no other changes.This works with PHP4 but doesn't work with php5 as i see.
View Replies !
URGENT: Error 1316 On Install Of MySQL Connector/ODBC Driver 3.51
I have my Vice President's laptop and trying to install the ODBC drivers for reporting that he needs.. and am facing a time crunch. I'm getting the following error, which I've never run into before. I thought the setup file was corrupt, so I re-downloaded her from another mirror, but I get the same error. ERROR 1316. A network error occurred while attempting to read from the file C:DOCUME~1cbockLOCALS~1Tempmysql-connect or -odbc-3.51.12-win32.msi
View Replies !
Mysql Module
Can anybody please lemme know where can I get the Mysql-Mysql-modules-1.2219.tar.gz file for downloading..??
View Replies !
Access Module Into MySQL
I was trying to do this in Access, but now that I'm trying to learn MySQL, I have bulk table imports; one field (LongClass) has data that looks like this. ALW 25000N1X, ALW 5000N3X , ALW 15235s. What I've wanted to do is find a manner to remove those center numerics so that the LongClass is reduced to ALW N1X, ALW N3X and ALW s respectively upon it's import/conversion into the standard data table. As you can see, the length of that numeric is variable. The kind person in the past was able to give me this code for a module in Access: Expand|Select|Wrap|Line Numbers
View Replies !
Compile MySql Source
What do I need to compile MySql source? I want to create MySql with SSL, and AFAIK i need to compile it. Do I need MS Visual C++ or something like that ( I work in Delphi )?
View Replies !
MySQL Compile On Windows
First time I entered in VS as a VC++ 2005 workspace. I opened mysql.dsw from the source package version 5.0.19 [general release]. At the beginning, it asked me if I want to convert this project from an earlier version (2003 I suppose) to VS 2005, I sayed OK... then, all kinds of error messages appeared: Cannot load the project due to a corrupt project file.
View Replies !
Compile Mysql In Fedora 4
m installing mysql-4.0.27 on my fedora core 4 machine, the reason of my compiling not install via rpm is that bcos m installing vici a auto dialer on it n this is its requirement to custom compile mysql not to install rpm. when I compile I recieves an error which is:- checking "LinuxThreads"... "Not found" configure: error: This is a linux system and Linuxthreads was not found. On linux Linuxthreads should be used. Please install Linuxthreads (or a new glibc) and try again. See the Installation chapter in the Reference Manual for more information.so anyone tell how can I install linuxthreads on my fedora core 4 dist or how can I resolve this issue
View Replies !
How To Configure MySQL ODBC Driver To Connect To A Mysql Server On My Own Side Of The Router?
Using MS Access, I have attached to MySQL servers in other states and other countries on the other side of my router. But when I use the MySQL ODBC driver 3.51 to connect to a MySQL server on my own LAN, the driver tells me it cannot make the connection. Here are the ODBC driver connection parms: Data Source Name: (free field - name my "my linux box" will do nicely) Host/Server Name (or IP) - something like MSQLUserName@ServerName.net has worked fine for me in the past. Now I'm trying 192.168.1.106 Database Name - whatever, mysqldb works fine, any valid db User - root Password - myrootpass Port - 3306 has worked fine 4 me N the past. Dunno whether 2 use now SQL Command On Connect - haven't ever put anything here Perhaps there is some configuration in mysql user privilege for the mysqluser "root" that would prevent him from logging from a remote PC to the mysql server?
View Replies !
Can't Decide On MySQL Source Compile Or RPM
In about a week I need to install my new website which I have been working on for about 3 months. The website will run on a multiple of servers, but one of the primary servers will run as a MySQL database only server. In the past I have installed the MySQL server from yum (an update manager). I have been looking at ways to improve performance on my database server and one option was to install the server from source. By using the correct compile flags and only compiling the extensions into MySQL that you need the result can be rewarding. But is it really? The problems that I see with a source install is that updating it will take longer (since the database has to be compiled each time). This may get to be annoying each time a bug is found. Also I am kinda paranoid of some compile related errors. What should I do? Just stick to installing from an update manager? Or should I install from source and take full control of my server.
View Replies !
Compile Data From MySQL Tables On Different Servers
I'd like to retrieve data from MySQL tables on websites A, B, and C, to display on website D -- is this possible? Basically, from site D, I'd like to compile the last entries in specific tables in sites A, B and C, and show them on a "summary page". Do I need to import the data into a local (site D) table, or can I retrieve the data from A, B and C on the fly?
View Replies !
Using MySQL 3.23 Driver With MySQL 4 (and Borland DbExpress Drivers)
I've been playing with the Borland dbExpress Drivers, and it would appear that Borland only have beta drivers for MySQL 4.x.x However it would also appear to be possible to access a MySQL v 4.x.x database using the 3.23 client libraries (i.e just get libmysql.dll from 3.23) can here see any problems in doing this? The only ones I can see is we'll loose some features such as the ability to use encrypted SSL connections.
View Replies !
[MySQL][ODBC 3.51 Driver][mysqld-5.0.19-log]MySQL Server Has Gone Away
My site is hosted on Windows IIS, and I use ASP, and connect to MySQL 5.0.19 via an ODBC 3.51 driver. MySQL is I think hosted on a Linux machine. My problem is this: My site keeps getting lots of these errors messages each day: [MySQL][ODBC 3.51 Driver][mysqld-5.0.19-log]MySQL server has gone away I mean hundreds - e.g. for Feb alone, so far, these errors have been logged in my error table:
View Replies !
Org.gjt.mm.mysql.Driver
I'm using some 3rd-party JSP tag libraries and Java classes in my JSP, and get the following error when I run it: java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver Does any one know where this class sits, so that I can include it in the CLASSPATH.
View Replies !
MySql Driver?
I would like to know what kind of problem could trigger this error: Quote: Fatal error: Uncaught exception 'Zend_Db_Adapter_Exception' with message 'The mysql driver is not currently installed' in C:wampwww estlibraryendDbAdapterPdoAbstract.php:79 I am using the Zend Framework and I am simply trying to insert data in a table. How could I install a mysql driver? phpmyadmin works fine.
View Replies !
MySQL ODBC 3.51 Driver
I have just installed the MySQL ODBC driver 3.51 on an XP machine which is behind a proxy.When I configure my DSN, I can't access the MySQL server which is in the "outside" world.I get this error: [MySQL] [ODBC 3.51 Driver] Unknown MySQL Server Host 'mysqlserver.com' (11004) When I click the [Configure] button in my DSN configuration, I cannot see any field to define a proxy.
View Replies !
Mac OS X: How Do I Identify A MySQL DB Driver?
My environment: Mac OS X (10.3.8) "Panther" This is a very simple question from a neophyte slamming into brick walls. I'm trying to connect Qt C++ (and XCode/Obj-C) to mysql database. I'm assuming that the necessary DB driver comes with the standard mysql instillation (like via DarwinPorts on the Mac OS X (10.3.8). I'm also assuming that the driver is a dynamic library. 1) How do I know that I have it? 2) What does it look like? I'm guessing 'libmysql3.dynlib' or something like this. 3) Is there an env variable to assign its path (for Darwin 7.8 --- BSD Unix)? 4) Or need I just hard link it during the make.
View Replies !
HOW TO Install MySQL (mysql-5.1.30-osx10.5-x86_64) On MAC 10.5.5
I have purchased book about building databse driven sites, i am trying to install mysql on leopard 10.5.5, PHP is already installed and activated with leopard, but i cannot seem to follow instructions in book. when i run the file /usr/local/mysql/bin/mysqld_safe, i get this code : /usr/local/mysql-5.1.30-osx10.5-x86_64/bin/mysqld_safe ; exit; 081226 12:44:49 mysqld_safe Logging to '/usr/local/mysql/data/Macintosh-6.local.err'. touch: /usr/local/mysql/data/Macintosh-6.local.err: Permission denied ...
View Replies !
MySQL ODBC 3.51 Driver Very Slow!
I am using the MySQL ODBC 3.51 driver to link three relatively small MySQL tables to a Microsoft Access 2003 database. I am finding that the data from the MySQL tables takes a hell of a long time to load making any kind linkage with my Access data virtually useless. I have the MySQL driver setup in as a USER DSN. The MySQL data is sitting out on a server and the Access database is running locally.
View Replies !
Mysql Jdbc Driver Problem
I am trying to connect to mysql database using connector/J jdbc driver this is my code import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.*; class JdbcTest1 { public static void main(String[] args) { // Connection conn = null; // Statement st = null; //R........................
View Replies !
File System Driver => Mysql
Has anyone ever heard of a Windows file system driver that can connect to MySQL? This would be useful to mount a table in the database as a drive, and then treat the records as if they were files. Then one could open and edit the 'files' with a text editor, image viewer, etc. Of course, the table would have to follow certain semantics, like having a file name field, time stamp, data field, etc.
View Replies !
MySQL ODBC Driver In DataLink
I'm trying to use the Windows DataLink (udl) to set up a connection to a MySQL database. I've installed the 3.51 ODBC driver from the MySQL website - however, using a DataLink, it doesn't show up as a DataSource - How can I get it recognized there?
View Replies !
MySQL ODBC Driver Error
I am using C# to edit and view a MySQL database. I have added the ODBC driver for MySQL to my computer and I can add the database to my project in Visual Studio. At first it gives me an error and I have looked in other forums and found that there are two periods were their should only be one and I have since corrected this by editing the statementment in the designview with... SELECT * FROM `mu`.`environment` instead of SELECT * FROM `mu`..`environment` At this point when I click finish, VS2005 says there were errors generated with the tableadapter configuration, specifically the SELECT statement. ERROR [HY010][MySQL][ODBC 3.51 Driver][mysqld-5.0.26-community-nt] If I continue anyways I can preview the data just fine, however if I add a datagridview to my form it is blank. In the design view, it is not displaying any of columns. It is like the columns don't exist. What am I doing wrong? Also, I see there is a ADO.NET driver for MySQL, would that work better and if so how can I add the database to my project.
View Replies !
Performance On MySQL 5.1 / ODBC 5.1.4 Driver
Following procedure needs about 25 sec. to find the record I am asking for: Private Sub btnLesen_Click() sSQL = "SELECT * FROM tblAdressen WHERE AdressNr = 8" aRs.CursorLocation = adUseClient aRs.Open sSQL, oConn, adOpenKeyset, adLockOptimistic If aRs.RecordCount > 0 Then sevVorname = aRs!Vorname sevStrasse = aRs!Strasse sevOrt = aRs!Ort sevName = aRs!Nachname End If End Sub There are around 14'000 records in the table, Nr. 8 is the first one! I am trying to find the reason for the bad performance for days - without any success. Following Flags are checked for the connector: - return matched rows instead of affected rows - Allow big results - Use compression - Treat BIGINT columns as INT columns - Enable safe options - Don't prompt when connecting - Enable dynamic cursors - Ignore schema in Column specification - disable driver-provided cursor support - Don't use setlocale() - Don't cach results of forward-only cursors - Ingnore space after function names - Disable catalog support - Disable transaction support - Force use of forward-only cursors - Limit column sizs to signed 32-bit range The file "my.ini" I didn't change! I work with Win2000 & VB 6.0
View Replies !
ASP - MySQL Driver Connection Failure
I've installed MySQL, and set up a database (TestDB). I'm using the following ASP code to connect to it: set objConnVar=Server.CreateObject("ADODB.Connection") set objRSVar=Server.CreateObject("ADODB.RecordSet") objConnTempVar="DRIVER={MySQL};" objConnTempVar=objConnTempVar & "SERVER=localhost;" objConnTempVar=objConnTempVar & "DATABASE=TestDB;" objConnTempVar=objConnTempVar & "UID=root;" (I know I shouldn't use root, but it's for testing purposes) objConnTempVar=objConnTempVar & "PASSWORD=12345;" objConnVar.Open objConnTempVar When I attempt to access the database, I get the following error: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /Routines/DatabaseRoutines.asp, line 94 I don't know how to determine the name of my driver. Most examples use either "{MySQL}" or "{MySQL ODBC 3.51 Driver}", neither of which work for me. I prefer to use the ADO connection, rather than DSN, as I understand ADO is faster. I did install the MySQL Connector, and verified it's connection in the ODBC panel.
View Replies !
Configure MySQL ODBC Driver
I'm working on a MFC application and I need to be able to prompt the window "MySQL ODBC 3.51 Driver - DSN Configuration" for the user to configure a dsn connection... This is like selecting the "ODBC Data Source Administrator", selecting the File DSN tab, clicking one of the dsn links and then pressing configure... Is there a way to prompt this precise window programmatically?
View Replies !
SQLColumns Function And MySQL ODBC Driver
The MySQL ODBC driver returns an error when calling SQLColumns function with an empty Table parameter: [MySQL][ODBC 3.51 Driver][mysqld-4.0.18-nt]Can't use wildcards in table name Is there a newer version which supports wildcards in table name? Actually I don't really need wildcards, but I need to get the list of all columns in all tables.
View Replies !
Can I Use Asp And ODBC Driver To Connect To MySql Database
I just migrated my access db to mysql and I'm trying to figure out how change my connections and code for mysql, I was told that I would have to use php, but I also read that it can be done with asp using an ODBC driver which I have installed on my server. If I use the ODBC driver would I be able use the same SQL that I used to connect to the access DB? what other issues would there be?
View Replies !
Mysql RPM Install On FC4
I have just installed MySql 5.0.18 on a fresh installation on RH fedora core 4 using RPMs but the service won't start. Any ideas, can I see a log of why its failing anywhere?
View Replies !
MySQL Install
I am having a program created for me but it is not working. My programmer claims it is because MySQL is not properly running. He says I should see lights from MySQL in the task bar, but I do not.When I run services.msc it says "mysql" "started"
View Replies !
MySQL/PHP Install
Forgive me if I'm being an idiot, this is my first time installing anything on Linux (RedHat 6.2). I successfully installed MySQL (3.23.32) using the rpms (I created a test db that works fine). Now I'm trying to install PHP (4.0.4pl1), but configure gives me the following error: cannot find [mysql] header files under /usr/bin. I'm using the option --with-mysql=/usr/bin because the rpms installed everything there, instead of /usr/local/mysql, which is where I would have installed it if given an option. Poking around I found the header files in /usr/include/mysql, so I tried to specify the option --mysql-includes=/usr/include/mysql, but configure says that's an invalid option.
View Replies !
How To Install MySQL 5.0.37
Please anyone explain step by step to me how to install MySQL 5.0.37 ? I downloded "Windows installer" and "Mysql noinstall 5.0.37".My platform is .NET 2005 with Windows XP professional. Which one is first install? i want to my syatem act as a server and other three systems as client.
View Replies !
Cant Install Mysql
Every time I run the mysql instance config.exe it stops at the 3rd step and it says " can not create windows service for mysql. error 0. I have no idea what this means and why I'm getting this.
View Replies !
MySQL 5.1 Install
I'm a complete newbie and I've just installed MySQL. The application package defaulted the installation to my main drive, but installed the pieces into Adobe Version CS2 Que/data directories. There are pieces of it strewn all over the place. How can I uninstall it, and where should I direct it to be installed. The install 'package' gave me no options other than my main drive.
View Replies !
Cannot 'USE Mysql' In New 5.0.45 Install On Mac
After a new install on a Mac, I cannot USE the mysql database. Even though I cannot USE it, I can select from it. Sean ==================================== $ mysql --user=root Welcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 6 Server version: 5.0.45 MySQL Community Server (GPL) mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | test | +--------------------+ 3 rows in set (0.00 sec) mysql> use mysql ERROR 1049 (42000): Unknown database 'mysql' mysql> select User,Host from mysql.user; +------+-------------+ | User | Host | +------+-------------+ | root | 127.0.0.1 | | root | 174.6.1.4 | | root | localhost | +------+-------------+ 3 rows in set (0.00 sec)
View Replies !
Mac (OSX) Can't Not Install MySQL
If i click on the link at THERE ARE DIFFERENT results: Here is result #1 I get a message........... "Internet Explorer does'nt know how to handle the type of file you have selected. You can choose to save this file to your disk or you can configure a helper application." Hre is result #2 I get message............ The file "mysql 2" does not appear to be compressed or encoded. The application "StuffIt Expander.app" might be able to open this file. Would you like to try opening the file using "Stuffit Epander app"? - I try over and over and the above message keeps poping up! Here is result #3" I get message............ "Couln't open the file "mysql 2" because it is not a file that QuickTime understands"
View Replies !
Is There A Right Way To Install MySQL?
I want to create a web application in Dreamweaver with MySQL, PHP and/or Coldfusion. Is there a right way to install these into my Windows XP system, I mean should I install first MySQL followed by PHP and Coldfusion? Also, should I install Apache also? What about IIS? And last, it is better to run Apache with PHP or ColdFusion with PHP.
View Replies !
Install & Use MySQL
I'd like to create a FORUM site for an existing web site and would like to use mySQL for the database. The existing web site currently uses MS Access DB and it's working well. HOwever, for a FORUM site, I believe I will need a more robust DB management system.
View Replies !
Cannot Install MySQL
I've just downloaded the latest version of MySQL form mysql.com (4.0.21) and unzipped it then ran setup.exe. In theory that brings up the install wizard.
View Replies !
How Do You Install Mysql?
I'm very new to this and I've been trying to figure this out for a few weeks now. Theres not many sites that tell you step by step what you need. I have a host that im trying to put phpnuke on. My understanding is that i need to install mysql, phpmyadmin, and then phpnuke. I also understand that you need to configure it. Could someone tell me how to configure the files step by step? It is a linux server.
View Replies !
New To Mysql Install
i installed mysql and its a weird program, "WinMySQLAdmin 1.4". Anyways I got phpMyAdmin also, and I guess I just drop it any of my virtual host folders and it works with the MySQL software. I get some security warnings, Im not too concerned because this is for practice. If i make a new DB in phpMyAdmin it doesn't show up in WinMySQL Admin software. The only one that shows up is the one called "test" that I made in command prompt. This seems kind of confusing, but is there a way I can just make this phpMyAdmin work with WinMySQL Server? I dont know if its a REAL database if its just appearing in phpMyAdmin, this stuff is really confusing to install, I just want to make databases and work it with php, not become an installation expert
View Replies !
|