Open C:\xampp\mysql\bin\my.ini (MySQL config file)
Find the line [mysqld] and right below it add skip-grant-tables. Example:
# The MySQL server
[mysqld]
skip-grant-tables
port= 3306
socket = "C:/xampp/mysql/mysql.sock"
Open C:\xampp\mysql\bin\my.ini (MySQL config file)
Find the line [mysqld] and right below it add skip-grant-tables. Example:
# The MySQL server
[mysqld]
skip-grant-tables
port= 3306
socket = "C:/xampp/mysql/mysql.sock"
| <!doctype html> | |
| <script> | |
| if ("WebSocket" in window) { | |
| var ws = new WebSocket("ws://127.0.0.1:31339"); | |
| ws.onopen = function() { | |
| console.log('connected'); | |
| }; | |
| ws.onerror = function(e) { |
| /** | |
| * Startup | |
| */ | |
| public function startup() | |
| { | |
| parent::startup(); | |
| // plain text output when http request | |
| $this->getHttpResponse()->setContentType('text/plain'); |
| <?php | |
| error_reporting(E_ALL); | |
| define('NUM_FEATURES', 3); | |
| // My dataset describes cities around the world where I might consider living. | |
| // Each sample (city) consists of 3 features: | |
| // * Feature 1: average low winter temperature in the city | |
| // * Feature 2: city population, in millions |
Movies Recommendation:
Music Recommendation: