-
xampp,php,mysql ongelma
xampp,php,mysql ongelma
=======================
Käytössä on XAMPP 1.8.2 [PHP: 5.4.22] windows palvelin.
Nyt täytyisi asettaa mysql-tietokantaan käyttäjätunnus ja salasana.
Olen määritellyt käyttäjätunnuksen ja salasanan esim.==> my.ini
# The following options will be passed to all MySQL clients
[client]
# password = your_password
password = "password"
port = 3306
socket = "C:/epuoti_server_b2b/mysql/mysql.sock"
ja
# Example:
#
# CHANGE MASTER TO MASTER_HOST=125.564.12.1, MASTER_PORT=3306,
MASTER_USER=user, MASTER_PASSWORD=password;
#
Olen määritellyt käyttäjätunnuksen ja salasanan esim.==> php.ini
; Default user for mysql_connect() (doesnt apply in safe mode).
; [ link ]
mysql.default_user= "user";
; Default password for mysql_connect() (doesnt apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run echo get_cfg_var("mysql.default_password")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
; [ link ]
mysql.default_password= "password";
; MySQL defaults.
; [ link ]
mysqli.default_socket="MySQL"
; Default host for mysql_connect() (doesnt apply in safe mode).
; [ link ]
mysqli.default_host= "localhost";
; Default user for mysql_connect() (doesnt apply in safe mode).
; [ link ]
mysqli.default_user= "user";
; Default password for mysqli_connect() (doesnt apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run echo get_cfg_var("mysqli.default_pw")
; and reveal this password! And of course, any users with read access to this
; file will be able to reveal the password as well.
; [ link ]
mysqli.default_pw= "password";
Tämä nyt ei kuitenkaa riitä.
Ilmoittaa seuraavan virheen.
=================================================>
Virhe
MySQL ilmoittaa:
#2002 - Yhteyttä ei voi muodostaa, koska kohdekone ei salli sitä.
Palvelin ei vastaa (tai paikallisen palvelimen pistokke ei ole määritelty oikein).
Yhteyden muodostus asetuksissa määriteltyyn superuser-käyttäjään epäonnistui.
=================================================<
Aivan oikein. Kääntäjälle viesti. Käännöksessä virhe "pistokke".
Olisin kiitollinen, jos joku voisi auttaa tässä asiassa.
Elikä vain tarvittavat asetukset edelläoleviin kohtiin.
Hyvää alkavaa vuotta toivottaa Johannes Laakso
==============================================
Moderaattorin editoima: ei yhteystietoja foorumille -IlmoPJ
Yksi vastaus
-
Esimerkiksi näin:
The easiest way is to use the security console, which you can access at http://localhost/security/ This console creates a password for the MySQL user root and adjusts the phpMyAdmin configuration.
Another approach is to configure it with the "XAMPP Shell" (command prompt). Open the shell and execute this command:
mysqladmin.exe -u root password secret
Lisää löytynee täältä: http://www.apachefriends.org/faq_windows.html
Vastaa kysymykseen
Huom! Ethän vastaa pelkällä linkillä. Vaikka vastaus kysymykseen löytyisikin linkin takaa, tiivistä sen sisältö tähän, jotta lukijan ei tarvitse siirtyä toiseen palveluun saadakseen tarkan vastauksen kysymykseensä.