me-writer Posted July 28, 2005 Posted July 28, 2005 I set up a MySQL database to use with PHPlist, but found the script too difficult to work with so I installed MyMail. When configuring the script, I used the same database. However, in testing I've discovered some features aren't working (e.g., validate subscriptions). Should I have created a new database to use with the MyMail script? I'm not familiar with how MySQL works, but I did notice when I went into phpMyAdmin that PHPlist files are the only ones shown. This is what made me think I needed to create a new database for the MyMail script. Help? Thanks! Quote
TCH-Don Posted July 28, 2005 Posted July 28, 2005 The table structure may be different for the new script. I would follow the install instructions. Then be sure that in MySql you 1 - created the new database 2 - created a user 3 -added the user to the database Then to connect to the database in a script use: host: localhost database: yourCpanelName_databaseName user: yourCpanelName_databaseUser password: mypassword Do not try to use phpmyadmin to create the database. But use it to add the tables to the database. The script should have a sql file to create the tables by using the sql tab ans browsing to the file on your computer or copy and paste the text from the table file inti the text query window. Quote
TCH-Don Posted July 28, 2005 Posted July 28, 2005 You also may want to look at http://tincan.co.uk/phplist phplist, its looks earier to use Quote
me-writer Posted July 29, 2005 Author Posted July 29, 2005 Actually, I don't agree that phpList is easier to use. I started out with it and couldn't figure out half of what I was supposed to do. That's why I switched to MyMail. It's also free -- and much more user-friendly. Re: the database -- you've sorta answered my question, but not really. I think I'm just going to have to do more research and play with the script a bit more. Thanks anyway! Quote
TCH-Don Posted July 29, 2005 Posted July 29, 2005 Glad to help. I just tried phplist and thought it was better than others. I will take a look at MyMail too, thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.