Go to advanced search

by Bosse_B
Sun Aug 25, 2019 9:21 am
Forum: Networking and servers
Topic: install Mysql-Server and client, php5, apache
Replies: 8
Views: 6063

Re: install Mysql-Server and client, php5, apache

... If you are trying to apply them to a different OS then you are unlikely to get support for that here. I noticed the title of the thread saying php5 even though it was started 2019-08-06... I know that php5 is no longer supported so installing php will probably get me the latest 7.x version, ...
by nigelbartlett1
Sun Aug 25, 2019 8:55 am
Forum: Raspberry Pi OS
Topic: MySQL or MariaDB on RPi4 with Buster?
Replies: 15
Views: 7861

Re: MySQL or MariaDB on RPi4 with Buster?

Please don’t ask the same question in multiple places.
https://www.raspberrypi.org/forums/view ... 6&t=248062
by Bosse_B
Sun Aug 25, 2019 6:57 am
Forum: Networking and servers
Topic: install Mysql-Server and client, php5, apache
Replies: 8
Views: 6063

Re: install Mysql-Server and client, php5, apache

Coming here because I hve failed to install phpmyadmin on an Ubuntu 18.04 box, always getting the login error message: ERROR ... php mariadb-client-10.3 and sudo apt update sudo apt -y install default-mysql-client default-mysql-server apache2 php php-mysql They differ in several ways, ...
by Andyroo
Sat Aug 24, 2019 8:47 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

Bit baffled as the code is commented out (by use of #) and the MySQL user and database do not match - some are mine some are yours. The user ... the MySQL root user to create a new MySQL user and the changes to the php program tells WordPress how to connect to the database and who to connect ...
by P.Pea
Sat Aug 24, 2019 8:03 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

... or RPi's local ip address #2nd The process of installing php sudo apt-get install php -y # To access these files we need to access ... remove old html: sudo rm index.html #3rd The process of installing MySQL: sudo apt install mariadb-server php-mysql -y #Then: sudo service apache2 ...
by P.Pea
Sat Aug 24, 2019 7:34 am
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

... at least) that I can format up if needed. Buster. This the code on my php without keys: *Saved as wp-config.php* <?php /** * The base configuration ... the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * ...
by P.Pea
Fri Aug 23, 2019 10:06 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

I would run the commands I provided here and change the define lines to read: define( 'DB_NAME', 'wpdata' ); /** MySQL database username */ define( 'DB_USER', 'wpuser' ); /** MySQL database password */ define( 'DB_PASSWORD', 'what you used on the create user xxx' ); /** MySQL hostname ...
by Andyroo
Fri Aug 23, 2019 9:45 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

I would run the commands I provided here and change the define lines to read: define( 'DB_NAME', 'wpdata' ); /** MySQL database username */ define( 'DB_USER', 'wpuser' ); /** MySQL database password */ define( 'DB_PASSWORD', 'what you used on the create user xxx' ); /** MySQL hostname ...
by P.Pea
Fri Aug 23, 2019 9:07 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

Unable to access password from mysql.user or password from mysql.pi via select pi maybe i'm confused? I got this though... ... Access denied for user 'pi'@'localhost' pi@raspberrypi:/var/www/html $ Then <?php /** * The base configuration for WordPress * * The wp-config.php creation script ...
by Andyroo
Fri Aug 23, 2019 7:44 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

... sql and post the output of: show databases; select user, password from mysql.user; Then from the command line the contents of wp-config.php without the data being redacted. We can then check everything links up and see if we need ...
by Andyroo
Fri Aug 23, 2019 7:30 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

... or folder wpdata is this to be created within the database below: index.php wp-blog-header.php wp-cron.php wp-mail.php license.txt wp-comments-post.php ... this is done in the SQL database. You need to sign into that using mysql -u root -p Have you been following any instructions or trying to piece ...
by P.Pea
Fri Aug 23, 2019 6:48 pm
Forum: Troubleshooting
Topic: Zero W - Followed Wordpress installation ~ Not working.
Replies: 31
Views: 1589

Re: Zero W - Followed Wordpress installation ~ Not working.

So you are running (good start). There is a wp config program (php) - something like WP-config.php and it should have define('DB_NAME', 'database-name'); ... any of the above... This is my data in wp-config.php [color=#00BF00]// ** MySQL settings - You can get this info from your web host ** // /** ...
by screspo
Fri Aug 23, 2019 2:38 pm
Forum: Español
Topic: Instalar mysql-server en Raspberry pi 3 B+
Replies: 2
Views: 1664

Re: Instalar mysql-server en Raspberry pi 3 B+

... años decidí montar un blog personal sobre una raspberry pi con apache, php, mysql y wordpress. Lleva años en marcha y con un tráfico razonable y no me ha dado ningún problema. ...
by SniffTheGLove
Thu Aug 22, 2019 8:58 pm
Forum: General discussion
Topic: What Memory is required to run webserver
Replies: 8
Views: 1036

Re: What Memory is required to run webserver

... core Q8200 PC. This has just died. My football data stats site needs PHP for the calculations and MySQL for the data storage. So when the calculations are run (twice a day) then there is high ...
by NickT
Wed Aug 14, 2019 1:13 pm
Forum: Troubleshooting
Topic: Mysql/MariaDB on Buster, passwords
Replies: 1
Views: 454

Mysql/MariaDB on Buster, passwords

... that I can remember. The system is quite simple and has apache 2 mysql php on my little web server. When I installed mysql at the command line in Stretch I think ...
by nigelbartlett1
Wed Aug 07, 2019 5:44 am
Forum: Networking and servers
Topic: install Mysql-Server and client, php5, apache
Replies: 8
Views: 6063

Re: install Mysql-Server and client, php5, apache

You don’t say, but I assume you are trying to install on Raspbian Buster. If so:

Code: Select all

sudo apt update
sudo apt -y install default-mysql-client default-mysql-server apache2 php php-mysql
Buster comes with PHP 7.3. Version 5 is no longer maintained.
by fruitoftheloom
Wed Aug 07, 2019 5:41 am
Forum: Networking and servers
Topic: install Mysql-Server and client, php5, apache
Replies: 8
Views: 6063

Re: install Mysql-Server and client, php5, apache

... but my BIG ISSUE is when I try the following, I cannot install mysql, php or mysql client. ny help is apprreciated. BTW: I am running raspbian of course I typed ...
by timcurtin
Tue Aug 06, 2019 6:14 pm
Forum: Networking and servers
Topic: install Mysql-Server and client, php5, apache
Replies: 8
Views: 6063

install Mysql-Server and client, php5, apache

... but my BIG ISSUE is when I try the following, I cannot install mysql, php or mysql client. ny help is apprreciated. BTW: I am running raspbian of course I typed ...
by creaimmo
Fri Aug 02, 2019 5:09 pm
Forum: Français
Topic: Impossible de mettre a jour ma version de PHP
Replies: 9
Views: 3406

Re: Impossible de mettre a jour ma version de PHP

... They have been ignored, or old ones used instead. sudo apt-cache search php ca me donne ceci adminer - Web-based database administration tool ampache ... PNG files letodms - document management system based on PHP and MySQL libapache2-mod-auth-tkt - lightweight single-sign-on authentication ...
by rpdom
Fri Aug 02, 2019 7:52 am
Forum: Beginners
Topic: Coding languages on the Pi?
Replies: 26
Views: 1513

Re: Coding languages on the Pi?

... either installed or can be installed easily. Perl is already installed. PHP is easy to install. C# is a microsoft thing, but I believe Mono supports ... one? Bash is the standard one. SQL? Again, which one? MariaDB (was MySQL) is easy to install. Support for various other SQL clients is available.
by astuces72
Mon Jul 29, 2019 2:52 am
Forum: Français
Topic: camera Rev 2.1
Replies: 2
Views: 380

camera Rev 2.1

hello les gens j'ai une appweb en html/php qui permet de prendre des photos et de les envoyer dans un dossier et sur un serveur php/mysql sur un autre raspberry(photomaton). c'est pour envoyer l'image prise sur un second écran à l’extérieur ...
by Andyroo
Sun Jul 28, 2019 4:04 pm
Forum: Networking and servers
Topic: WordPress on Pi4
Replies: 6
Views: 2242

Re: WordPress on Pi4

... using BUSTER on a Pi 3B+ its taken less than 15 mins to get Apache and PHP up and running: sudo apt update sudo apt upgrade Reboot sudo apt install ... mariadb-client sudo systemctl enable mariadb I then run sudo mysql_secure_installation though some on here say you do not need to - your ...
by compuquak
Sun Jul 28, 2019 3:31 pm
Forum: Networking and servers
Topic: WordPress on Pi4
Replies: 6
Views: 2242

WordPress on Pi4

... articles, ran into conflicts in every one ... repository fails to load php.7.0 or MySql or Mariadb. So ... has anyone got this done on a new Pi? The PressPi approach would be ...
by raspi-user.france
Sun Jul 28, 2019 11:57 am
Forum: Troubleshooting
Topic: Enable php-apcu on Raspbian Buster with apache2 (nextcloud)
Replies: 3
Views: 1112

Re: Enable php-apcu on Raspbian Buster with apache2 (nextcloud)

... the following: apt-get install apache2 mariadb-server libapache2-mod-php7.2 apt-get install php7.2-gd php7.2-json php7.2-mysql php7.2-curl php7.2-mbstring apt-get install php7.2-intl php-imagick php7.2-xml php7.2-zip ...
by xlc
Fri Jul 26, 2019 6:30 pm
Forum: Beginners
Topic: webserver usb hdd help
Replies: 1
Views: 181

webserver usb hdd help

... with raspian and usd 2.5 hdd. Currently got everything on the SD card. php, mariadb, mysql, nginx, phpmyadmin all working fine. Got the HDD to automount. Ive tried booting from ...

Go to advanced search