The Netgear will only accept the original Netgear FW using this TFTP procedure. All attempts loading DD-WRT this way will look like success from the TFTP Client point of view but Router will ignore it. Original Netgear Instructions for Windows are here: https://kb.netgear.com/22688/How-to-upload-firmware-to-a-NETGEAR-router-using-TFTP If you want to Flash the DD WRT FW later, you need to recover to the Netgear FW Version WNDR3800-V1.0.0.16.img as later versions are blocking the DD WRT FW Upload on WebInterface. Set the PC to 192.168.1.x/24 but not .1 as this will be router in the recovery mode. Power Off the WNDR3800. Hold the RESET Button and power On the Router. Watch the Power LED Flashing Amber and then changing to Green, Count at least 10 Green Flashes and Release the RESET button. Try to ping the Router at 192.168.1.1 if you do not see any Ping replies, wireshark it and you might see the replies only in the packet trace, still good. Then upload the FW wit...
[root@thinclient ~]# mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql Installing MariaDB/MySQL system tables in '/var/lib/mysql' ... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system Two all-privilege accounts were created. One is root@localhost, it has no password, but you need to be system 'root' user to connect. Use, for example, sudo mysql The second is mysql@localhost, it has no password either, but you need to be the system 'mysql' user to connect. After connecting you can set the password, if you would need to be able to connect as any of these users with a password and without sudo See the MariaDB Knowledgebase at https://mariadb.com/kb or the MySQL manual for more instructions. You can start the MariaDB daemon with: cd '/usr' ; /usr/bin/mysqld_safe --datadir='/var/lib/mysql' You can test the MariaDB daemon with mysql-test-run.pl cd '/usr/mysql-test...
Comments
Post a Comment