Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





MySQL/Windows Installation Question...


Just upgraded MySQL on my development machine to 4.1 and get the familiar
error "Client does not support authentication protocol...".
A bit of Googling learns this is expected behaviour and all clients in use
should be instructed to use the new protocol (including PHP). However, on
none of the hosts used for hosting client sites this has ever been a problem
yet (most still use 3.23...) and I don't want to be obliged to change things
everytime I move a finished site from my machine to the clients host, so I
prefer to stick with using the old password.

This is possible: the documentation tells me to just start the service with
'mysqld --old-passwords' as option.

However, as per the registry, MySQL starts automatically as a service when
windoze starts. Without this option. Now every restart of the machine I can
stop the freshly started mysqld service and start it again with
the --old-passwords option but it should be possible to do this leaving the
appropriate info in the registry. Anybody 'been there, done that'? Where to
put what in the registry with this effect?




View Complete Forum Thread with Replies

Related Forum Messages:
PHP5 Installation With MySQL, Windows 2000
Why I still have "undefined function error" messages?


I included path c:php to my windows env.
Edited php.ini file: include directory value. removed comment mark
from extension=php_mysql.dll
copied libmysql.dll to system32 directory
Apache2 runs fine.
I can run phpinfo.php
I can create a database into the MySQL.

View Replies !
PHP Extension Installation On Windows
If you were to install a PHP extension on Windows, in what form
would you want the installation to be? Would you want a graphical installer
such as InstallShield or MS Windows Installer? Or would regular copying
into ext directory and doing automake stuff do (make install, etc.) suffice
or in fact be more fitting?

View Replies !
Prob In PhpMyAdmin On IIS Installation On Windows XP
I have PHP installed on a Windows XP platform using IIS as
server. When updating a MySQL database field set to MEDIUMTEXT
in phpMyAdmin, the transaction seems to fail if the text contains
more than a few hundred characters.

The update is actually made successfully, but afterwards, the server
cannot locate the phpMyAdmin page as requested by the client
browser. I get a "Page cannot be found" error. Clicking
on Update from the browser clears the problem.

Anyone know what's causing the problem? Potential sources
of the problem could be with the driver for MySQL, with the IIS
settings, or with the phpMyAdmin settings. I suspect IIS.

View Replies !
PHP Installation For Windows Server 2003
I'm having an issue installing PHP4 on my IIS 6.0 server. I am using the installer and am told that PHP 4.3.3 has been installed successfully but get the following error.

"Due to missing OCX control on your systems, the installation Wizard is unable to configure your web server. However, PHP has been successfully installed, and all you need to do now is manually configure the web server as described in the install.txt file which can be found in your php installation directory."

I manually configure for IIS 4.0 or greater and continue to get a
"The page cannot be found - 404" error when accessing anything with a php extension?

I have defined all the neccessary permissions for the dir. etc but still have an issue with the above error. I'm a first time installer on this platform so does anyone either (a) have a theory as to why this doesn't work or (b) have a solution that they have found.

View Replies !
Problem With My Installation Of PHP 5.1.1 On My Windows 2003 Server Box Using IIS 6.
I'm having a problem with my installation of PHP 5.1.1 on my Windows 2003 Server box using IIS 6. I installed PHP via the manual installation method and followed the install instructions verbatim from www.php.net. As long as I'm not enabling any extensions within php.ini, then everything works great. But as soon as I uncomment one of the extensions, I get the following error: Code:

View Replies !
Apache Installation Path With Semicolon - Issue In PHP Configuration In Windows 2k3 Server
I am customizing and bundling the Apache 2.0.59 & PHP 4 instances with
my application.

When I install Apache in Windows 2003 Server R2 system under a path
contains a semicolon character, for example, "C:/my; applications/
webserver/" path, I am getting issues. I am installaing Apache as a
Windows Service under Local System Account and while starting the...

View Replies !
MySQL Installation
i am trying to install mySQL5 server for a computer, but it's hang when it trying to apply security settings. Sometimes, it will show a message which tell the user to open the firewall port for mySQL, but after i open the port, it's still hang, so may i know the reason why it will hang?

if untick the modify security settings, then there is no problem, cos it didn't apply security settings. besides that, may i know how to uninstall the mySQL then install again? is it just remove the program?

View Replies !
Installation And Mysql
My attempt to install php and mysql to my computer failed. There are
errors with both installations. I believe the problem is with my
computer or the Windows XP in it. My computer is an old and cheap
laptop Dell. It has been in trouble for a long time.

I've been learning php on my web site for some time, and wonder
whether or not I can do mysql on web site without installing the
software to computer.

View Replies !
Apache/mysql/PHP Installation
So i installed xampp package, and that works if i do not touch anything. If i change doc_root in Apache configuration file, localhost points to the location and html files execute normally but php doesnt. Can anyone tell me what else must i setup except Apache conf file so i can execute PHP files in directory i create somwhere on the disk? How can i change the default directory in which php scripts are executed?

View Replies !
Installation (MySQL, Apache, Perl, And PHP)
I just installed MySQL, Apache, Perl, and PHP, and am having some issues with PHP. I am not really sure if it is loaded correctly. When I execute apachectl restart, it responds that the server is restarted, but a test html page with the tag <phpinfo ( )?> does not produce any specific output. Is this a correct test page, or how else can I test that PHP is functioning as a Apache DSO?

View Replies !
Installation Of Php/apache/mysql On Win98
I'm using an old computer - Win 98. I'd like to install php/apache/mySql on it but there are many versions and some do not recommend installing on Win98. If somebody could point me in the right directions about which versions of apache, mySql and PHp - or if there is a package suitable for Win98 that would be great.

View Replies !
Fedora 4.0- PHP 5 - MYSql 5 -Apache With 64 Bit Installation Help...[URGENT]
Can anyone help in installation of Fedora 4.0 , PHP 5 and MYSql 5
with Apache webserver I want to install 64 bit version of all because I
bought new PC with 64 bit supporting. Please provide me help where I
can get step by step information about installation of all above and if
necessary give download link also. I tried myself lot but not
successfull.

I have 64bit fedora 4.0 which is installed from fedora site.

Guide me soon if possible I need to start project in PHP 5 and MySql 5.

View Replies !
Enabling/Disabling InnoDB With Default Mysql Installation.
If you install mysql and find innodb table type is not available,
follow these steps.

find my.cnf file. usually my.cnf file resides in "mysql/bin" folder.
Then search for "skip-innodb", if you find the line then comment it as
"#skip-innodb", then retart you mysql daemon.

Thats it

To disable, uncomment "skip-innodb" or start mysql daemon with
following command

mysql --skip-innodb

thats it.

View Replies !
Call To Undefined Function - MySQL Installation Faulty?
I encounter an error when trying to connect to MySQL database from PHP. I have checked the web server log. It contains following error:

[Tue Feb 13 10:54:57 2007] [error] [client 172.16.16.50] PHP
Fatal error: Call to undefined function mysql_connect() in C:Program
FilesApache Software FoundationApache2.2htdocsindex.php on line 5,
referer: http://172.16.16.50/

is my MySQL installation faulty? or is it a PHP problem?

View Replies !
PhpMyAdmin Installation - Thorough Installation Guide.
I am trying to install phpMyAdmin-2.6.3-pl1 on my machine because I am familiar with working with it itself, but not installing it. I have Apache 2.0.54, php 4.4.0, mysql 4.1.14 running on a Win XP Home machine. Like I said, I've never installed phpMyAdmin before and I've looked at the documentation and I can kinda make out what it says, but I'd rather try to find a very thorough installation guide.

View Replies !
PHP On Windows And Mysql
Is it possible to run php scripts on windows XP Professional with IIS? How? If yes, is it possible to access mysql database on windows by PHP? Is there any different between on windows and on linux?

View Replies !
MySQL And PHP (Windows)
Yes I have googled for newsitems about this,
and I found a trillion documents. But pardon me if I think most doen't help
to clear up the mist.

Tried this once before and again I am caught up in copying libmysql.dll and
php_mysql.dll all over the place and still I get that annoying error: Unable
to load PHP_mysql.dll

So maybe someone has the one correct answer for me to this question:

For Apache2, PHP5 and MySQL on windows:

WHICH version of the files php_mysql.dll and libmysql.dll do I copy from
where to where ?
The one that ships with PHP ? The ones that come with mySQL ? A mix ? Others
still ? I know I don't have to compile sources myself for Win32, I got it
working once before.

I promise, if someone points out the right strategy, complete, concise, I
will immediately make a webpage of that info and serve it to the public so
I'll never have to ask again...



View Replies !
MySql On Windows XP
'.exe' file should I run in order to start the MySql Server ?
How do I creat a new data base ?
I learnt how to access MySql using php commands, but dont know how to create
the database.
Is there any GUI manager to access records stored on the MySql server ?


View Replies !
MySQL On Windows
my host doesnt support mySQL so i was wondering is it possible to install mySQL on another server with another host and connect to it from another host? for example I have a dedicated server that i can install mySQL on, will I be able to get my scripts on the other host to connect to the MySQL on my dedicated server?

View Replies !
Installing PHP And MySQL On Windows
Does anyone know of any good guides on installing PHP and MySQL on Windows (XP)?

View Replies !
How Much Slower Does PHP/mySQL Run On Windows?
I have a couple tables in Microsft Access &#3997; with hundreds of thousands of records that I routinely run queries off of which I then paste into Excel to make changes, and then paste back into the database.

I want to switch to a brower-based system to simplify things but I'm running on Windows. If I install PHP/mySQL, will it process the queries slower than the Access database?

View Replies !
Windows Apache Mysql
I have to extract 3 tables out of a .db (previously bzip2'ed). I am on a windows machine with apache php and mysql.

How can I import / create a database on my pc out of the .db file i have. Can I import / create through mysql query browser?Or how should I do this?

View Replies !
Uploading To MySQL AND Windows
I would like to upload files to MySQL UNIX box and also copy the files to the Windows shared drive on the network. Is there any way to push to both places at the same time? I am using something similar to this UPLOAD.PHP file: ...

View Replies !
Uninstall MySQL > Windows...
How do you uninstall MySQL from Windows...? I installed Foxserv (foxserv.net), so I could develop locally on my Windows machine (XP). Now I need to uninstall it...I've stopped it as a service in the Administrative Tools, but there is no option to uninstall.

View Replies !
PHP5, Windows Installer And MySQL
Does the Windows Installer version of PHP5 come with MySQL support? As
well, how hard is it to add extensions to the Windows Installer version?

View Replies !
Apache,MySql,PHP On Windows Vs. Linux
Crazy (possibly dumb) question here...
I have a site running apache, mysql, php in a Win2K environment.
Primary development is that env also. I also am setting up a linux box
(old laptop), to begin playing with Linux. I'd like to set it up
similiary with apache,mysql, php.
If I do that, and start doing some development there (Linux box) - can
I expect that when I move the php code to the windows box that it will
behave similarly as it did on Linux?
Anything to watch out for? I'm completely new to Linux...

View Replies !
How To Configure PHP5 To Use MySQL In Windows XP
I use PHP5 in Windows XP Professional with Apache and MySQL installed. I
would like to use MySQL. Now, I cannot use mysql_* functions because mysql_connect(...) returns Fatal error: Call to undefined function mysql_connect() PHP is problably not correctly configured to use MySQL.

View Replies !
Installed MySQL On Windows XP Error
I installed MySQL on Windows XP and I keep getting this error.

View Replies !
Windows Mysql LibMySQL.dll Question(s)
1.
My first question is about libmysql.dll
c:/php has a libmysql.dll
c:/Program Files/MySQL/MySQL 5.0 Server/bin also has one libMySQL.dll.
[and even in C:/Windows on my other machine]

They are both different filesizes and both in my path, I assume one 'wins', whichever folder comes 1st in PATH variable. But should one be more correct than the other? Code:

View Replies !
Upgrade To Php5 On Windows Xp On IIS 5.1 With MySQL
I am finally ready to upgrade to php 5 from php 4 but I am so so scared. I have not upgraded my php since i first installed back in 2003 and i really cannot remember how i did it. I am using window xp and i am currently using IIS 5.1 as my server. What has been putting me off for so long are all the variables that I'm worried that i don't remember.

I've heard of a thing called XAMP which is supposed to have everything bundled to make for a easy install, but i'm not sure if this is the right step to take. But then on the other hand I'm way to nervous to try and do the upgrade myself. I've looked through loads of tutorials but now i'm confused as i'm not sure whether they all apply to what i currently have running. If i am currently running php v4.3.7 on windows xp on IIS 5.1 with MySQL ( not too sure of the version ) what is the best and least complicated way for me to upgrade?

View Replies !
Debugger - Use Php 4 And Mysql In A Windows Environment (IIS).
I m looking for a PHP debugger. Someone can advice me one? I use php 4 and
mysql in a windows environment (IIS).

View Replies !
Trouble With MySQL/Apache On Windows
I've just picked up the most recent versions:PHP - 5.2.0RC6-devMySQL - 5.0.26Apache - 2.2.3but I appear to be unable to get the mysql/mysqli extension to work.

After ensuring that the path is correctly set, and all the relevant configuration lines are in place, I am able to restart apache cleanly, however the mysql/mysqli extensions are NOT being loaded.

I've noticed that certain other extensions do not load mcyrpt and mhash being two notable ones I regularly use, however gd2 and gettext both load correctly. Code:

View Replies !
MySQL On Windows 2003 Server
I have installed PHP verr 4.x and MySQL 4.1 on a Windows 2003 Standard Server running IIS. I am trying to install phpadsnew an adserving program.

However when I specify the username, password and table during installation it says Could not connect to database. Whereas the same thing installed without any error on a Windows XP Pro machine. Do I need to install MyODBC drivers or something similar.

View Replies !
Mysql 5.0.22, Php 5.1.4, And Phpmyadmin On Apache2 On Windows XP Home
I installed Apache 2.0.58, tested it, got the "working" page. Installed
MySQL 5.0.22, and didn't really see how to test that, but there is a mysql
process running in the task manager. Ran through the PHP 5.1.4 installation
directions, and that seems to work, since I can use phpinfo() and get all
the information on a test php page.

Then I installed (really just unzipped and placed some files according to
the directions) PHPMyAdmin; did the configuration, ran through their setup
script, and that all seemed to go OK.

However, when attempting to open the index.php in the PHPMyAdmin folder, it
says it couldn't open the mysqli connection (also tried setting it to mysql
in the config, but same message).

I then searched the groups and saw the big uproar that php 5 as a windows
installer package did not include mysql support the way previous versions
did. Some posts said the only option was to compile it myself w/ mysql
support, or wait for a dll to be made. However, all these posts were from
2003 - 2005. I also searched online documentation at php.net, but could
find no successful searches for adding mysql support to php 5.

Can anyone tell me if there's a way to get phpmyadmin and mysql working on
this Windows XP Home machine running Apache2? Do I need to downgrade
versions of something, or can I somehow add some lines to my PHP files and
put a dll somewhere?

Secondary question: I notice that I have a php.ini file in the Windows
directory, and that's the one showing in the phpinfo() info as well. But
the main PHP folder is in c/PHP, and the ini_recommended and all that is in
there. Did I screw up the PHP install? Meaning, should the php.ini file be
in the php folder instead of the Windows folder?

View Replies !
Enable Soap, Mysql PHP5 Windows Xp
I have tried to find a good ref. on how to enable soap and mysql in
PHP5 on windows xp but without luck.

Can any one take me through the process? I need to enable both soap and
mysql I'm not running apache.

I need to know how to recomplie my PHP5 on windows xp.

View Replies !
Windows / Linux MySQL Script Issues
My scripts work fine on my linux box at work, but when I move em home, they still work fine but at the top of every page i get this message

Warning: Cannot send session cookie - headers already sent by (output started at c:apachehtdocs
ussell
ealestate
es_det.php:6) in c:apachehtdocs
ussell
ealestate
es_det.php on line 9

Warning: Cannot send session cache limiter - headers already sent (output started at c:apachehtdocs
ussell
ealestate
es_det.php:6) in c:apachehtdocs
ussell
ealestate
es_det.php on line 9

Is there something you have to change/add in PHP scripts working with a MySQL db in windows?

View Replies !
Looking For Windows Mysql/php/webserver Combined Package
A while ago I found a mysql/php/webserver bundle of software for windows
that installed all three at once and made it easy to start developing
sql/php web apps. Now I can't remember what it was or where to get it,
and wondered if anyone here can suggest anything along those lines?

View Replies !
PHP/MySQL On Windows 2003 Server 64bit
We're looking at getting a hosted dedicated web server to host our
PHP4/MySQL4 websites. It needs to be a MS Windows server as we use .NET Web
Services for a lot of background communications.

We've found what appears to be a fantastic hosting package but it is on
Windows 2003 Server **64 bit edition**.

Are there any problems with PHP4/MySQL4 on 64 bit servers?
Are these problems easy to overcome?

View Replies !
Need A Windows Binary Or Zip For PHP 5.0.5 With MySQL Support Builtin
Need an installation set for PHP 5.0.5 Windows Binary or Zip for PHP
5.0.5 with MySQL support built in

View Replies !
PHP5.05, Mysql4.1, Apache On Windows XP - Cant Get Php To Talk To Mysql
I have read all (ok most) of the posts relating to "Call to undefined
function mysql_connect()", read the manual on PHP.net and done
eveything thats ive been asked to do but cant get PHP to talk to MySQL,
PHP is working fine but I dont get any mysql info when running <?
phpinfo() ?> and get the "Call to undefined function mysql_connect()"
when trying to connect to mysql through php in browser, please help.

1. I have added C:php; to the end of the environment variable path
2. I have edited my php.ini file to :
extension_dir = "c:phpext"
extension=php_mysql.dll - removed the ";"
... ive checked i only have 1 php.ini file!
3. The dll "libmysql.dll" is in the folder C:php
4. The dll "php_mysql.dll" is in the folder c:phpext

View Replies !
How To Access And Modify And Add Records In MySQL Table From A Windows Client?
The MySQL table is located in a Linux Server OS, so I need the
information from that table for updating Paradox tables in Windows OS.
If a PHP program in the Linux Server can save a file with the
information I need, can I make a PHP program in Windows OS to get the
saved file or even better, to access the table in the Linus Server OS?...

View Replies !
UPDATE Command Is Not Working On MySQL, Windows 2000 Server
Hi all,

I encountered mysterious problem with MySQL and PHP.

UPDATE command is not working on MySQL configured on Apache 2 with Windows 2000 Server.

It pulled my hairs for atleast 5 hours.

MySQL says Affected rows: 0 (Query took ~ sec) always?

Now, I've decided to move all PHP files and db to remote server.

Can anyone suggest possible reasons for above errors?

View Replies !
Configuring Jpgraph On Windows 2000+Apache+PHP+MySql Server
Could someone walk me step by step on how to install and get JpGraph
running on a Windows 2000+Apache+PHP+MySql server?

View Replies !
Is It Possible To Authenticate Users Running Apache On MacOS X (with PHP 4) And An Active Directory On Windows 2000 Or Windows XP?
From a PHP webpage, is it possible to authenticate users running Apache on MacOS X (with PHP 4) and an active directory on Windows 2000 or Windows XP?

View Replies !
How To Display Captcha Image In Php4.3.4,apache,mysql On Windows 2003
Please help me how to display captcha image in php4.3.4,apache,mysql on windows 2003. I have captcha security image also and gd library installed.

View Replies !
Php Installation
i've just bought PHP and MySQL web development by luke welling and laura thomson. although this book comes with the software i'm finding it difficult understanding the installation instructions for apache php and mysql and linking them together, how come there's 2 folders for each, binary and source? it might be easier if i download the software from thier respective websites and start afresh, i'm using windows 98 and just looking to build a testing platform....

View Replies !
Installation On XP
I have to install php in my PC. My os is XP. What are the steps that i have to take in order to implement the above. If we once install mysql-admin we whether i can uninstall it from my system?

View Replies !
PHP 5 Installation
I've just downloaded the PHP5 Zip release. I followed the instructions and, like it said, got it working fine without extensions. I then tried enabling an extension to see if it worked, but I got a "DLL Not Found Message".

The path it gave was the correct path (C:Program FilesPHP5libsphp_mysql.dll) and I've checked and the file exists, so what could be going wrong?

View Replies !
GTK Installation
How to install PHP-GTK? The Windows binary installation packages found on gtk.php.net are missing .DLLs from winnt directory. Only php.ini is there. And I don't know where to find these.

I tried to install GTK using the unofficial Windows installer (michel.weimerskirch.net), and test scripts from gtk.php.net install packages work, but buttons are missing any text (and maybe more than just buttons). In other words, it doesn't work. Am I missing something super-obvious here,or ?

View Replies !
My Php Installation
I installed the php-4.4.7-Win32 and apache_2.2.6-win32-x86-openssl-0.9.8e manually. Apache can work well, but when use the test.php, which is located in C:Apachehtdocs, I get the following error:

erroe 403:
Forbidden
You don't have permission to access /php/php.exe/test.php on this server.

View Replies !
DLL Installation
I develop one astrological site,i use some DLL's like 'Swiss Ephemeris',my problem is how to use this DLL in my PHP program where i store this DLL file in my webserver.

View Replies !
5 / IIS 5.1 Installation
I have been using PHP5 on my Apple, but now I also have a Windows XP
and I'm having trouble completing the install.

I did a manual install and followed the directions from
http://us3.php.net/manual/en/install.windows.manual.php.
I am installing using the CGI binary rather than the ISAPI module.
The one step I couldn't figure out how to do is: Code:

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved