vito
05-12-2003, 05:44 PM
I own a site where I sell a PHP script that works with a backend MySQL database. So customers will typically login to their cPanel, Plesk, Ensim, whatever and create a new MySQL database. Then they will add the db values to the cfg file, and then upload their PHP files to their server. And finally, they will point their browser to the setup.php file and it will create the tables for them. Simple, right?
Well, I have a new customer who has paid for the "installed" version. So I need to set it up for him. Problem is that this customer does not appear to have a control panel supplied to him by his host. When he asked his host where he logs in to manage his database, they replied:
There is no url to get to the database, it is a MySQL database.
The password is xxxx, dbname is the database name. To access the database, you'll need to write a script or run
mysql on the UNIX command line.
I'm the worst when it comes to Linux. So how do I do this? I should mention that they appear to provide one database for him, no more. So I assume I have to add the tables to the existing db? And then just run my setup.php file? And if I have to do it from the command line, don't I need shell access?
I'm so confused... :confused: :confused:
Vito
Well, I have a new customer who has paid for the "installed" version. So I need to set it up for him. Problem is that this customer does not appear to have a control panel supplied to him by his host. When he asked his host where he logs in to manage his database, they replied:
There is no url to get to the database, it is a MySQL database.
The password is xxxx, dbname is the database name. To access the database, you'll need to write a script or run
mysql on the UNIX command line.
I'm the worst when it comes to Linux. So how do I do this? I should mention that they appear to provide one database for him, no more. So I assume I have to add the tables to the existing db? And then just run my setup.php file? And if I have to do it from the command line, don't I need shell access?
I'm so confused... :confused: :confused:
Vito
