Wrox Programmer Forums
|
PHP Databases Using PHP in conjunction with databases. PHP questions not specific to databases should be directed to one of the other PHP forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the PHP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 18th, 2004, 07:12 AM
Authorized User
 
Join Date: Apr 2004
Posts: 87
Thanks: 0
Thanked 0 Times in 0 Posts
Default Help me please !

First forgive me my poor english
I'm using ASP for a long time .Now I'm using PHP and MySQL . I have created some project and execute it 0n my machine sucsessfull. But I dont know when I Upload to Server(My domain) what must I do to up load MySQL database . In ASP I Upload Microsoft Access and .ASP page to server. But Php and MySQL I dont know How to

Dont let me alone please !

 
Old November 18th, 2004, 06:34 PM
Registered User
 
Join Date: Nov 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hey
are you using linux server? which?
if you are using Red hat it has php and mysql you need to start mysql by typing mysql on root.


 
Old December 2nd, 2004, 05:02 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anshul
Default

haven't u heard phpMyAdmin ( http://www.phpmyadmin.net ) ?
install this program on ur localhost; on ur WWW server, they should be providing this, if not don't worry:
create a simple html form in a .php page ( e.g., http://www.mysite/admin/sql.php )and call mysql_query($query) yourself.

note that populating a MySQL db is much more easier than that with MS Access.



 
Old December 2nd, 2004, 07:07 AM
Authorized User
 
Join Date: Oct 2004
Posts: 84
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to SiliconFuRy
Default

You could also script db population in PHP using direct mysql commands ;)

Many shoes,

Jamez/SiliconFuRy









Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.