MySQL Nachinstallieren?

2 Antworten

1. Re-run the installer and install with MySQL into a different folder. (These instructions assume c:\xampp2)
2. After the installation finishes, move the mysql directory from the new install into the old install. (I moved c:\xampp2\mysql to c:\xampp\mysql) You can then delete the second installation folder.
3. Be sure xampp is not running and edit c:\xampp\xampp-control.ini, looking for the [EnableModules] section. Set MySQL=1.
4. Restart xampp. The MySQL buttons should be enabled. Click the Config button next to MySQL and edit the my.ini file. Do a search and replace, changing all instances of xampp2 to xampp.
Now you can hit start, and MySQL should start up. Note these instructions assume c:\xampp is your desired install location, adjust accordingly."

Hier nochmal die Quelle, von wo ich diese Information habe.

https://stackoverflow.com/questions/25962678/add-mysql-to-existing-xampp-installation

MFG xGlumi

Woher ich das weiß:Recherche
Dragonius1990 
Fragesteller
 06.07.2019, 13:24

Ich glaube, dass ich immer nach dem Falschen suche. Danke dir :)

0
xGlumi  12.07.2019, 15:41
@Dragonius1990

Kein Problem,

ein "Hilfreichste Antwort"-Stern würde mich sehr glücklich machen :P

MFG xGlumi

0

Was heißt nachinstallieren ?

Du kannst immer und so oft Datenbanken erstellen wie du möchtest, du musst diese dann halt mit deinem Projekt verbinden und schon vorhandene Daten übertragen.

Aber anscheinend verstehe ich die Frage nicht richtig.