Troubleshooting: Difference between revisions

From Siwenoid Wiki
Jump to navigation Jump to search
(Created page with "{{Languages|Troubleshooting}} ===Szerver Kliens indításánál fellépő hibák=== left|thumb|600px <br style="clear: both" /> Ezt a hibát akkor l...")
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages|Troubleshooting}}
{{Languages|Troubleshooting}}
===Szerver Kliens indításánál fellépő hibák===
===Server client startup errors===


[[Image:Mysqlhiba1.png|left|thumb|600px]]
[[Image:Mysqlhiba1.png|left|thumb|600px]]
<br style="clear: both" />
<br style="clear: both" />


Ezt a hibát akkor láthatod, ha a ''Siwenoid mysql'' '''szolgáltatása''' nem fut! Ezt a '''feladatkezelőben''', a '''szolgáltatások'''(services) fül alatt tudjuk visszakapcsolni! MySql for Siwenoid sorra nyomjunk egy jobb klikket, majd kattintsunk a "Start"-ra.
You will see this error if '''Siwenoid mysql service''' is not running! Go to ''Task manager'', click on the Services! Click on MySql for Siwenoid with right mouse button, than click "Start".




Line 13: Line 13:
----
----


===Ha nem szerepelne a listában a "MySql for Siwenoid", akkor tegyük a következőt!===
===If "MySql for Siwenoid" is not on the list, or return to Stop status, do the following:===
''(ez windows frissitésnél előfordulhat!)''
''(This may occur after a Windows upgrade)''


;Rendszergazdai jogokkal indítunk egy parancssort/Command Prompt!
;Run the Command Prompt as administrator!
<br>
<br>
[[Image:cmne.jpg|left|thumb|500px]]
[[Image:cmne.jpg|left|thumb|500px]]
<br>
<br>
;Másoljuk be a következő sort(az idézőjeleket is): "%userprofile%\mysql\bin\mysqld.exe" --install "MySQL for Siwenoid" --defaults-file="%userprofile%\mysql\swnd.ini"
;If "MySql for Siwenoid" return '''Stop''' status, type on: sc delete "MySql for Siwenoid"
;Nyomjunk entert!
;Press "enter"
;Következőnek ezt másoljuk be : sc start "mysql for siwenoid"
;Copy this line(with quotation marks): "%userprofile%\mysql\bin\mysqld.exe" --install "MySQL for Siwenoid" --defaults-file="%userprofile%\mysql\swnd.ini"
;Nyomjunk entert!
;Press "enter"
;Ha mindent jól csináltunk, most már láthatjuk a feladatkezelőben a következő sort: "MySql for Siwenoid"
;Copy this line : sc start "mysql for siwenoid"
;Press "enter"
;Once you have completed all the steps, you should see "Mysql for siwenoid" in the task manager under the Services tab: "MySql for Siwenoid" with "Running" status.

Latest revision as of 11:36, 23 August 2019

Language: English  • magyar

Server client startup errors


You will see this error if Siwenoid mysql service is not running! Go to Task manager, click on the Services! Click on MySql for Siwenoid with right mouse button, than click "Start".




If "MySql for Siwenoid" is not on the list, or return to Stop status, do the following:

(This may occur after a Windows upgrade)

Run the Command Prompt as administrator!



If "MySql for Siwenoid" return Stop status, type on
sc delete "MySql for Siwenoid"
Press "enter"
Copy this line(with quotation marks)
"%userprofile%\mysql\bin\mysqld.exe" --install "MySQL for Siwenoid" --defaults-file="%userprofile%\mysql\swnd.ini"
Press "enter"
Copy this line
sc start "mysql for siwenoid"
Press "enter"
Once you have completed all the steps, you should see "Mysql for siwenoid" in the task manager under the Services tab
"MySql for Siwenoid" with "Running" status.