|
|
 |
 | Problems installing mysql - syntax error |  |
Posted: Sun Apr 25, 2004 11:47 pm |
|
|
|
Hi,
I am currently using V2.2. I just purchased 3.0 and am trying to install it but keep comming up with an incorrect syntax when trying to install the db. I am NOT installing it into the same db. I made a new one, and hopefully will just be able to transfer the db over to the new one.
I don't know what's wrong with the syntax. I've tried adding the syntax the "install php" is giving me, but it doesn't work. I keep getting error messages.
Any suggestions?
Thanks,
Deb |
|
|
|
|
Posted: Sun Apr 25, 2004 11:53 pm |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
HI!
Unfortunatelly, you cannot upgrade 2.2 to 3.0 directly...
If you have just a few members, I suggest you to install a fresh copy of 3.0 and then to manually enter the members.
Best regards,
Daniel |
|
|
|
|
 | mysql syntax error |  |
Posted: Mon Apr 26, 2004 12:05 am |
|
|
|
Hi,
Thanks for your quick response! I appreciate it.
I kinda figured I couldn't do an upgrade, that's why I'm installing it separetly. I have a site called Ad-Mee2. I am installing the program into Ad-Mee3 (I'll delete the Ad-Mee2 after I get the new script installed).
I've made a new db and call it deb_random3. Here's what I get when it get's to the mysql db
<?
/* TheRandomizer 3.0 db_connect file
Do not edit*/
$dbhost = 'localhost';
$database_name = 'deb_yyyyy';
$dbusername = 'deb_dyyyb';
$dbpasswd = 'co0i8';
?>
When I put this in the mysql query I get this:
MySQL said:
/* TheRandomizer 3.0 db_connect file
Do not edit*/
$dbhos
Deb |
|
|
|
|
Posted: Mon Apr 26, 2004 12:09 am |
|
|
| daniel |
| Addict |
|
 |
| Joined: 19 Sep 2004 |
| Posts: 177 |
|
|
|
 |
 |
 |
|
HI!
You don't need to run this code, just copy and paste into notepad(or other text editor), save it as db_connect.php, and upload it to the server.
Best regards,
Daniel |
|
|
|
|
|
|