![]() |
mysql error on installation Hi I have installed mysql and started the server. When I get to the 3rd step of install I get Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\install.php on line 539 Any ideas? thanks Bap |
you need to have the proper account for your mysql server... did you create a user account inside mysql ?!... http://dev.mysql.com/doc/mysql/en/tutorial.html |
Here's the error from mysql log.......And...I will read on setting up a user account..thanks 050303 16:30:10 InnoDB: Started; log sequence number 0 43634 C:\mysql\bin\mysqld-nt: ready for connections. Version: '4.1.10-nt' socket: '' port: 3306 MySQL Community Edition (GPL) 050303 17:40:04 [ERROR] C:\mysql\bin\mysqld-nt: Can't open file: 'pp_iponline.MYI' (errno: 145) 050303 17:45:03 [ERROR] C:\mysql\bin\mysqld-nt: Can't open file: 'pp_iponline.MYI' (errno: 145) |
the log you show here is the usual log for a database that is not set properly... |
Yep you need to specify the proper mysql user password and database so it will create the tables needed. |
I did that...its my existing database from my old copy....and I entered the user/pass. I want to make sure mysql is connected. in the above log where it says "C:\mysql\bin\mysqld-nt: ready for connections." That means the mysql server is ready and connected right? |
the connected status is ok, but the first log you showed us display that the old database is not existant... Quote:
|
Quote:
|
Have you uploaded the actual old database? The error is pretty specific its telling you the table is not there or corrupt If its there have you tried running a repair on it? |
| All times are GMT -5. The time now is 09:27 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0