Current Page: 1 of 1
Results 1 - 16 of 16
17 years ago
Serving the King
I figured out the problem with this, but I'm not sure how to fix it. In the Import screen it's telling me the MAX file size to import with is 2.8 KB. Since my tables (with data included) comes to over 30 MB I have to break it down to smaller files using a cut/paste for this. What I'd like to be able to do is change the Max file size to 45 MB since the site is growing and will be close to th
Forum: WampServer English
17 years ago
Serving the King
Rather than reinstall it, try doing an upgrade. But if you really want to reinstall it, I'd download the MySQL and install it where you currently have it with an overwrite command. Before you do that, though, have you tried to undo the changes you made? Also check your privilges to make sure they're set correctly. As a suggestion for you, before you make any changes to your db make a full back
Forum: WampServer English
17 years ago
Serving the King
Yeah....exporting it from the server isn't a problem, that I've got down pat. The problem is getting the file to intergrate with the local db on my computer. I have the db saved (I do a nightly backup of all data) as .sql file(s), but the only way I can get them to load is to open it in MS WordPad and do a copy/paste to the SQL window and submit it that way. What I want to do is just select the
Forum: WampServer English
17 years ago
Serving the King
Ok, another probelm. I'm now getting this message: phpBB : Critical Error Could not get theme data for themes_id [8] The data is there, both in the db and in the site files. A friend of mine asked how I download the db info, and suggested doing a live dump to the local computer. Great, I'd love to, but I don't know how to do that. So...how do I do that?
Forum: WampServer English
17 years ago
Serving the King
Thanks CyberSpatium, You have been more than patient with me. That fixed it other than some missing tables in my db, but that I can take care of. God Bless! STK
Forum: WampServer English
17 years ago
Serving the King
Okay, I made the change to 'localhost' (don't know why I didn't spot that before) and now I'm getting: Parse error: parse error, unexpected T_STRING in C:\wamp\www\config.php on line 10 ?
Forum: WampServer English
17 years ago
Serving the King
Like Romain said, just hit the enter key. I had that problem and was going nuts trying to figure it out. I actually found the answer by mistake. I had opened the console and went to enter my password, but hit the enter key by mistake and it opened up. Go figure.
Forum: WampServer English
17 years ago
Serving the King
Yep, SQL is running. I start all services when I get ready to work on it. The problem is getting the php side to point to the database. The config.php reads: =================================================================== <?php // phpBB 2.x auto-generated config file // Do not change anything in this file! $dbms = 'mysql'; $dbhost = 'localhost/cnvillage'; $dbname = 'cnvillage'; $dbuse
Forum: WampServer English
17 years ago
Serving the King
Let me explain what happens. That might help clear things up. When I click on the WAMP icon in the System Tray and then click on the "Localhost" link, which is, from my understanding, supposed to open my site files on my local computer, I get the message: phpBB : Critical Error Could not connect to the database I've tried changing the config.php files, the MySQL permissions, and
Forum: WampServer English
17 years ago
Serving the King
Okay, I tried that and it didn't do anything. I'm still getting the "Can not connect to database" error message.
Forum: WampServer English
17 years ago
Serving the King
dpb wrote: > mysql console beeps and shuts down after I enter the password . > In addition this bit of code doesn't work for me > <form action="<?=$_SERVER['PHP_SELF']?>" method="POST"> > I get this error: > > Forbidden > You don't have permission to access /Test/< on this server. > > I had the same problem with mySql too
Forum: WampServer English
17 years ago
Serving the King
Hi CyberSpatium. Thanks for the info, but where do I put that script?
Forum: WampServer English
17 years ago
Serving the King
Ok, WAMP is installed without a hitch. Transferred files and db tables without any problems. Now when I try to connect to the site within the local I get an error message telling me that it can't connect to the db? I've double checked the settings and everything is right as far as I can tell, but it still won't connect. Ideas? Hints?
Forum: WampServer English
17 years ago
Serving the King
Try changing the listen from port 1968 to port 80 and see if that works
Forum: WampServer English
17 years ago
Serving the King
For Metaclark: When you start WAMP there should be an icon for it in the System Tray. Left click on that and look for the link that says "Start All services." That should start MySQL service for you. This is not the MySQL program, just starts the service. To access the MySQL program, left click on the system tray WAMP icon and go to the top of it looking for the PHPMyAdmin and click o
Forum: WampServer English
17 years ago
Serving the King
For Oliver: Q: 1. Where are the databases stored? A: On your local system find where the WAMP main folder is. For my system it is in c:\wamp\ In the WAMP directory is a folder labeled "MySQL". Inside that folder is a another folder labeled "data" and that is where you will find the folder that contains your database tables. So it should be c:\wamp\MySql\data\your_site_fold
Forum: WampServer English
Current Page: 1 of 1