At 2:21 PM +0200 8/14/01, lallous wrote:
>I can't execute MySql via system() I have no rights!
>
Generally ISPs either give you shell rights or access to PHPMyAdmin,
if they give access to a MySQL database. Otherwise, you'd never be
able to add tables, or modify data. If PHPMyAdmin is installed, you
can general locate it in the following manner: your_url/phpmyadmin
So http://www.my_crazy_domain.com/phpmyadmin
You'll need to enter your database username and password, but this
will allow you to upload INSERT statements, perform routine MySQL
tasks, as well as run SQL queries.
Otherwise you need to request shell access from your ISP. Some ISPs
only provide it when asked.
Alnisa
--
.........................................
Alnisa Allgood
Executive Director
Nonprofit Tech
(ph) 415.337.7412 (fx) 415.337.7927
(url) http://www.nonprofit-techworld.org
(url) http://www.nonprofit-tech.org
(url) http://www.tech-library.org
.........................................
Nonprofit Tech E-Update
mailto:[EMAIL PROTECTED]
.........................................
applying technology to transform
.........................................
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]