Posts

Showing posts from 2018

How to Ubiquiti M5 / M2 devices Enable compliance test option (unlock all frequencies)

Image
Need Putty  tool commands:- touch /etc/persistent/ ct save reboot do at your own risk, i m no responsible for any damage. :)

Creating a PPPoE Dial Up Connection on Windows 7

Image
Creating a Dial Up Connection  or Dialer on a computer is very useful to check if the cable or DSL modem is properly set to bridged mode. In that way, we can test if the PPPoE username and password provided by DSL service provider is working and also if the modem is properly set to full-bridged mode. STEP 1.  Click on  Start  button and then,  Control Panel . STEP 2.   Go to  Network and Sharing Center . STEP 3.  Select on  Set up a new connection or network . STEP 4.  A wizard will appear on the screen. Choose  Connect to the Internet . STEP 5 . Select  Set up a new connection anyway . STEP 6.  Select  Broadband (PPPoE) . STEP 7.  Enter the  username and password  given by your ISP and then, click on  Connect . If the customer can successfully connect to the internet using the Dial up connection that was created it means that the username and password is correct and modem is properly set to Bridged mode.

Installation MySQL Workbench on Windows

 Installing MySQL Workbench for Windows can be installed using the MySQL Installer that installs and updates all MySQL products on Windows or the standalone .msi installation package. Important Installing MySQL Workbench using an Installer package requires either Administrator or Power User privileges. Requirements for Windows Microsoft .NET Framework 4.5 Microsoft Visual C++ 2015 Redistributable Package Note The 2013 version was changed to 2015 with MySQL Workbench 6.3.9. Windows 7 and above Note MySQL Workbench 6.1 supports earlier versions of Windows, including Vista. Installation Using MySQL Installer The general MySQL Installer download is available at  http://dev.mysql.com/downloads/windows/installer/ . The MySQL Installer application can install, upgrade, and manage most MySQL products, including MySQL Workbench. This is the Recommended Approach Managing all of your MySQL products, including Workbench, with  MySQL

Installation MySQL Workbench Manual In Linux

 System Requirements MySQL Workbench is available on a number of operating systems and platforms. For information about those platforms that are officially supported, see  http://www.mysql.com/support/supportedplatforms/workbench.html on the MySQL website. General Requirements General requirements and considerations that apply to all operating systems. MySQL server : Although it is not required, MySQL Workbench is designed to have either a remote or local MySQL server connection. For additional information about connecting to a MySQL server, see  Chapter 5,  Connections in MySQL Workbench . For additional information about installing a MySQL server, see  Installing and Upgrading MySQL .. Data modeling does not require a MySQL server connection. Some features take advantage of MySQL server features, and as such, they require more recent versions of MySQL Server. For example, the  Performance Dashboard  requires MySQL Server 5.6 or higher. Simultaneous cli