Hi can anyone give me information about mySQL in SME
6.5? I have a PHP script I want to install. I need to know mySQL information on
the server.
### Database Name
$dbname = 'databasename';
### Database Hostname or IP
$dbhost = 'localhost';
### Database Username
$dbusername = 'username';
### Database Password
$dbpassword = 'pass';
### Database Prefix, so tables dont collide
$dbprefix = 'class_';
### Cookie Prefix
$cookieprefix = "class_"; Thank you in advance, I'd appreciate any help offered thanks. pcparts2go
