PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   mysql error on installation (http://www.photopost.com/forum/photopost-pro-installation-upgrades/112505-mysql-error-installation.html)

Bap March 3rd, 2005 04:28 PM

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

nexia March 3rd, 2005 04:55 PM

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

Bap March 3rd, 2005 05:00 PM

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)

nexia March 3rd, 2005 05:02 PM

the log you show here is the usual log for a database that is not set properly...

Chuck S March 3rd, 2005 06:02 PM

Yep you need to specify the proper mysql user password and database so it will create the tables needed.

Bap March 3rd, 2005 06:16 PM

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?

nexia March 3rd, 2005 06:30 PM

the connected status is ok, but the first log you showed us display that the old database is not existant...
Quote:

Can't open file: 'pp_iponline.MYI
means that ppiponline the db itself is not installed in the server, because the MYI file is the source of the database.

Bap March 4th, 2005 02:51 PM

Quote:

Originally Posted by nexia
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

Yeah I did that and granted all priviledges

Chuck S March 4th, 2005 03:22 PM

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97