Quote:
|
Originally Posted by ehm Do you have mysql acess on your server?
Assuming you do, you have to find the 'username' to mysql in order to create/modify/delete tables there.
that username/password is what you have to type on the 'intall.php' program when you are doing the install of PP and all the rest should be done automaticly if you areNOT using any other Forum Database. (I'm assuming you not, since you have no clue about you mysql) |
I'm not using any other forum databases.
I believe i do have access to mysql because
when I run phpinfo I get the following for mysql:
mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 3.23.58
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/local/psa/mysql/include/mysql
MYSQL_LIBS -L/usr/local/psa/mysql/lib/mysql -lmysqlclient
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
Thanks, Mike