I just removed all my old files from Drupal 5.x off of my 1and1 host's server. Then I placed in the new 6.x install files in order to update. I figured this would remove all my old stuff and start me with a clean slate. However, I can't figure out what is going on with my attempt.
I have a MySQL database version 5.0 set up using phpMyAdmin. This is the standard tool 1and1 gives you to work with.
I placed everything from the tar.gz install of Drupal 6.x into the web host's root folder. (BTW if someone has links to good FTP tutes it would be helpful) 1and1 has a terrible FTP client thing that forces you to select each file by hand. I have FileZilla but I never used it before.
This is the error I get.
Site off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.
If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider.
The mysql error was: Access denied for user 'dbo250525413'@'74.208.16.203' (using password: YES).
Help? Tips? Please be simple too, web design is my side gig so terms sometimes get me.
Comments
Made a change.....
I did that and now I get this.....
Hi Jadler2 Please upload
Hi Jadler2
Please upload drupal tables in your database. If you have already installed anywhere or it is new installation of drupal, then please replace from
$db_url = 'mysql://dbo********1:*******@db***.perfora.net/db********1'; to
$db_url = 'mysql://username:password@localhost/databasename';
Also give full permission(777) for "settings.php". After that you can run your site in browser and it'll go to install.php file and give all database information there.
no result
i have the SAME exact error as him and when I reset everything i get this after entering my mySQL info:
Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /homepages/17/d*********/htdocs/includes/install.inc on line 188
Warning: Cannot modify header information - headers already sent by (output started at /homepages/17/d*********/htdocs/includes/install.inc:188) in /homepages/17/d*********/htdocs/includes/install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at /homepages/17/d*********/htdocs/includes/install.inc:188) in /homepages/17/d*********/htdocs/includes/install.inc on line 619
Please ensure you have
Please ensure you have followed the Drupal installation instructions properly. To check that, please visit the following link:
http://drupal.org/getting-started/install
MySQL Crash
In my case it had to do something with MySQL... tables crashed. Tried to repair it with;
mysqlcheck -u root -p*** --auto-repair --check --optimize --all-databases --extended
But that didn't help. I had to restore my backup.
I had the same error as well
I had the same error as well when I install a multisite configuration, and then I went to add the database name in the settings.php file, where it says sqli something.
And then, it worked OK for me.
same error
igot same error how to solve it ,please tell mee
Hello, Like I said above, I
Hello,
Like I said above, I included the database names in the settings.php file
And then, I had no problem.
Site Offline
I am having the same problem.
1. I installed php on Ubuntu 14.04 using phpbrew and then switched to version 5.3.29. Reference I used http://askubuntu.com/questions/550191/install-php-5-4-on-ubuntu-14-04-lts-without-compiling.
2. When I run my site I am getting
3. When I connect mysql from CLI it connects fine (
mysql -u root -p) and I I can list databases, use one of them and list tables in it.4. I checked /var/log/apache2/error.log and /var/www/httpdocs/error.log and both are empty.
5. I created a simple PHP page to check database connectivity:
When I run above page I get
6. When I check my /var/log/apache2/error.log after running the above page I can see entries like:
7. I tried to install mysql as an extension to php-5.3.29 using
phpbrew ext install mysqlbut it ended up with a 404 (the download page could not be found). This is the error message I received:8. I might have tried to install mysql using
sudo apt-get install mysql...but I wasn't sure (a) whether it will work as PHP was installed usingphpbrewand (b) whether it will mess up already installedmysqland I have to start over from the scratch!I am an absolute beginner in Linux and PHP world. Please suggest me a work around at your earliest. I am in real trouble and time is running out! :(
Thank you!