Search found 15566 matches: phpmyadmin

Searched query: +phpmyadmin

Return to advanced search

Re: CURL doesn't working after upgrade PHP

cb wrote:If you really want to go down this path then my suggestion is that there are files in the original PHP folder that are required for it to work. You could try reinstating the original PHP folder (keep another copy if you want) and then copy the new PHP files to overwrite the existing ones.

Have a look at https://community.apachefriends.org/f/viewtopic.php?f=16&t=82317&hilit=release+php&start=0

However, it might be easier/more reliable to export your databases using phpMyAdmin, uninstall Xammp, install the latest 8.2.12 version of Xampp and import your databases using phpMyAdmin.

The latest version of PHP is currently 8.3.7 and can be downloaded at https://windows.php.net/download


I just did a simple test.

Looking at my standard Xampp setup the result from a phpinfo(); shows multiple entries for Curl. I saved off the existing C://Xampp/php folder, created a new php folder and copied in the files from a windows php download. The result from phpinfo(); now only mentions Curl as a credit to the module author and get the Fatal error: Uncaught Error: Call to undefined function curl_init() error message when attempting a curl_init().

When I return the original php folder and copy in the files (overwriting 77) from the windows php download everything works fine - note the windows php download contains less files than are already in the original Xampp installed php directory

Conclusion - Curl is not configured within the standalone windows php download BUT is within the original Xammp php folder - I don't know the intricacies of how it's configured but just use this existing configuration and it works.
by cb
18. May 2024 23:27
 
Forum: XAMPP for Windows
Topic: CURL doesn't working after upgrade PHP
Replies: 34
Views: 3720

Re: phpmyadmin- Fehlermeldungen

Nobbie wrote: Was will man mehr?

Darüber denk ich besser nicht nach, würd mir zuviel einfalllen..

Aber wie heisst es so schön?
Ist man auch älter wie eine Kuh, lernt man immer noch dazu.. :lol:

LG
PaleMoon
by PaleMoon
16. May 2024 08:10
 
Forum: XAMPP für Windows
Topic: phpmyadmin- Fehlermeldungen
Replies: 4
Views: 662

Re: phpmyadmin- Fehlermeldungen

Ja, die Lösung eines Problems ist oft überraschend und man würde sich vielleicht eine andere Lösung wünschen. Aber ich denke mir, Du verstehst jetzt die Probleme und den Hintergrund mehr - und dass Du vergessen hast, was Du mal vor 4 Jahren irgendetwas installiert hast, ist ja kein Beinbruch. Viel wichtiger ist, dass Du jetzt eine saubere Installation hast, anstelle weiter herumzumurksen und Ports zu verändern, die aber gar nicht Schuld an der Misere sind (waren).

Last not least hast Du sicherlich jetzt etwas gelernt und das ist sowieso viel wertvoller als mit gemurksten "Lösungen" weiterhin im Dunkeln zu tappen. Jetzt hast Du genau die Xampp Installation, wie Du es gewohnt warst. Was will man mehr?
by Nobbie
15. May 2024 20:08
 
Forum: XAMPP für Windows
Topic: phpmyadmin- Fehlermeldungen
Replies: 4
Views: 662

Re: phpmyadmin- Fehlermeldungen

Ist zwar nicht die antwort die ich hören wollte aber trotzdem danke :)

Dann geh ich mal auf die suche...

/edit
Nun lauft alles..
Ein Programm das ich vor 4 Jahren installiert hatte war schuld...woher sollt ich das wissen..
Ich weis ja manchmal nicht mal was gestern getan habe.. :lol:

LG
Palemoon
by PaleMoon
15. May 2024 08:44
 
Forum: XAMPP für Windows
Topic: phpmyadmin- Fehlermeldungen
Replies: 4
Views: 662

Re: phpmyadmin- Fehlermeldungen

Wenn Port 3306 belegt ist, dann ist schon eine andere MySQL Installation aktiv.

Den Port von 3306 auf 3307 zu ändern ist die schlechteste aller Lösungen (eigentlich ist es gar keine Lösung). Denn dann können alle anderen Apps nicht mehr auf MySQL zugreifen, die davon ausgehen, dass MySQL auf Port 3306 läuft. Beispielsweise phpmyadmin. Jetzt kann man natürlich auch phpmyadmin verbiegen und auf 3307 zu konfigurieren, aber das Übel wird dann immer nur noch größer.

Die einzig richtige Lösung besteht darin, herauszufinden wo die andere MySQL Version herkommt (die hast Du selbst man installiert, auch wenn es Dir vielleicht nicht bewusst ist) und diese dann zu deaktivieren und am besten auch zu löschen. Und mache die Änderung von Port 3306 auf 3307 wieder rückgängig, sonst fällt Du von einem Loch ins nächste.
by Nobbie
14. May 2024 19:26
 
Forum: XAMPP für Windows
Topic: phpmyadmin- Fehlermeldungen
Replies: 4
Views: 662

phpmyadmin- Fehlermeldungen

Hallo,

ich hab seit Jahren wieder mal Xampp neu heruntergeladen..

Beim Start vom Controlpanel kam die Fehlermeldung vowegen Port 3306 ist belegt.
Hab den Port dann auf 3307 umgestellt und Mysql ist gestartet.
Dann Apache gestartet und Localhost aufgerufen, alles kein Problem.

Erst beim anklicken von phpmyadmin kamen die Fehlermeldungen..
- MySQL meldet: Dokumentation
Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.

- mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)

- Verbindung für den controluser, wie er in Ihrer Konfiguration angegeben ist, ist fehlgeschlagen.

- phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen und die Verbindung wurde zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Passwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, die Sie vom Administrator erhalten haben, entsprechen.
-mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)


So, nun steh ich an und weis nicht weiter, zumal von Server, Mysql etc. wenig bis gar keine Ahnung habe.
Ich weis nur früher war es einfacher, zumindest hatte ich diese Fehler nicht und ich musste auch nichts ein oder umstellen...

lg
PaleMoon
by PaleMoon
14. May 2024 17:00
 
Forum: XAMPP für Windows
Topic: phpmyadmin- Fehlermeldungen
Replies: 4
Views: 662

Re: CURL doesn't working after upgrade PHP

If you really want to go down this path then my suggestion is that there are files in the original PHP folder that are required for it to work. You could try reinstating the original PHP folder (keep another copy if you want) and then copy the new PHP files to overwrite the existing ones.

Have a look at https://community.apachefriends.org/f/viewtopic.php?f=16&t=82317&hilit=release+php&start=0

However, it might be easier/more reliable to export your databases using phpMyAdmin, uninstall Xammp, install the latest 8.2.12 version of Xampp and import your databases using phpMyAdmin.

The latest version of PHP is currently 8.3.7 and can be downloaded at https://windows.php.net/download
by cb
11. May 2024 23:59
 
Forum: XAMPP for Windows
Topic: CURL doesn't working after upgrade PHP
Replies: 34
Views: 3720

data recovery

I joined this community in February 2018 when I began using XAMPP in my development of a web app for my dart league. I had 2 issues during 2018: 1 in February and 1 in September. My postings here had timely responses that helped me fix those issues. I continued, without difficulty, development thru 2018 and into early 2020. COVID then put the kabosh on the league and it has not come back. Very little development and no problems until about 2 weeks ago.

I have no idea what happened, but all of a sudden phpMyAdmin showed one of my tables as "in use" and reports that "Table ... doesn't exist in engine". I confess I made several unsuccessful attempts to recover the table, ending with restoring the entire XAMPP directory from an Acronis backup. After that, mysqld.exe would crash.

Until Sunday I was using the Win32 Ver 7.2.1.0 of XAMPP; I downloaded and installed the X64 Ver 8.2.12 of XAMPP that day. As a result, the issue with mysqld.exe is resolved and my Apache and MySQL servers work just fine.

I have the ".frm" and ".ibd" files for my database. I copied them to the mysql/data directory but the phpMyAdmin shows all tables as "in use" and trying to browse any of them returns the "doesn't exist error" referenced above.

Can anyone help me get my data back?
by thedartgod
17. April 2024 02:01
 
Forum: XAMPP for Windows
Topic: data recovery
Replies: 1
Views: 2213

MySQL bug: MariaDB error, cannot access PHPMyAdmin

Dear all,

I do so need your help, please!

I have impemented an offline Wordpress installation via Xampp 8.2.12 (+ Apache 2.4.58 + MariaDB 10.4.32 + PHP 8.2.12 (VS16 X86 64bit thread safe) + PEAR + phpMyAdmin 5.2.1).

It worked nicely for 3 months, but now the MySQL has crashed somehow and I cannot access phpMy Admin anymore. The MySQL ErrorLog actually says it's a bug:

...2024-04-16 9:46:44 0 [Note] InnoDB: 0000000000000000000000000000000000000000000000000000000000000000
2024-04-16 9:46:44 0 [Note] InnoDB: 0000000000000000000000000000000000000000000000000000000000000000
2024-04-16 9:46:44 0 [Note] InnoDB: 0000000000000000000000000000000000000000000000000000000000000000
2024-04-16 9:46:44 0 [Note] InnoDB: 000000000000000000000000000000000000000000000000d21fe19709142bc5
2024-04-16 9:46:44 0 [Note] InnoDB: End of page dump
2024-04-16 9:46:44 0 [Note] InnoDB: It is also possible that your operating system has corrupted its own file cache and rebooting your computer removes the error. If the corrupt page is an index page. You can also try to fix the corruption by dumping, dropping, and reimporting the corrupt table. You can use CHECK TABLE to scan your table for corruption. Please refer to https://mariadb.com/kb/en/library/innodb-recovery-modes/ for information about forcing recovery.
2024-04-16 9:46:44 0 [ERROR] [FATAL] InnoDB: Unable to read page [page id: space=33, page number=1] into the buffer pool after 100. The most probable cause of this error may be that the table has been corrupted. See https://mariadb.com/kb/en/library/innodb-recovery-modes/
240416 9:46:44 [ERROR] mysqld got exception 0x80000003 ;
Sorry, we probably made a mistake, and this is a bug.

Your assistance in bug reporting will enable us to fix this for the next release.
To report this bug, see https://mariadb.com/kb/en/reporting-bugs

We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.

Server version: 10.4.32-MariaDB source revision: c4143f909528e3fab0677a28631d10389354c491
key_buffer_size=16777216
read_buffer_size=262144
max_used_connections=0
max_threads=65537
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 20304 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
mysqld.exe!my_parameter_handler()
ucrtbase.dll!raise()
ucrtbase.dll!abort()
mysqld.exe!??$_Construct@$00PEBD@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEAAXQEBD_K@Z()
mysqld.exe!pthread_dummy()
mysqld.exe!pthread_dummy()
mysqld.exe!pthread_dummy()
mysqld.exe!pthread_dummy()
mysqld.exe!pthread_dummy()
mysqld.exe!pthread_dummy()
mysqld.exe!pthread_dummy()
KERNEL32.DLL!BaseThreadInitThunk()
ntdll.dll!RtlUserThreadStart()
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mariadbd/ contains
information that should help you find out what is causing the crash.
Writing a core file at C:\xampp\mysql\data
Minidump written to C:\xampp\mysql\data\mysqld.dmp

Does anyone have an idea what to do to save the installation?

Best regard, Astrid
by SCHOBER-Astrid
16. April 2024 10:49
 
Forum: XAMPP for Windows
Topic: MySQL bug: MariaDB error, cannot access PHPMyAdmin
Replies: 0
Views: 2146

Re: Error 404 when call phpMyAdmin

16:48:29 [mysql] Error: MySQL shutdown unexpectedly.
16:48:30 [mysql] This may be due to a blocked port, missing dependencies,
16:48:30 [mysql] improper privileges, a crash, or a shutdown by another method.
16:48:30 [mysql] Press the Logs button to view error logs and check
16:48:30 [mysql] the Windows Event Viewer for more clues
16:48:30 [mysql] If you need more help, copy and post this
16:48:30 [mysql] entire log window on the forums

please helped me
by renato0
11. April 2024 17:15
 
Forum: phpMyAdmin
Topic: Error 404 when call phpMyAdmin
Replies: 14
Views: 702821

update/implement HOW-TO guides

First of all, thanks for providing xampp, the following doesn't mean to be offensive or stuff like that.

1) update/ implement the HOW-TO guide
Some things written there seem to be about 10+ years old and won't work anymore, no idea if they were ever valid.
Or backing up databases: in the guide you provide the "feature" to export databases manually from phpmyadmin. Are you guys serious about e.g. exporting 40+ databases manually?

2) add a feature to update single components in an easy way

There are a lot of people struggling to update php versions, phpmyadmin, ecc. but all the "methods" provided on stackoverflow and similar are a big mess.
The guides provided inside the HOW-TO-guide won't work for newer php versions (see point 1)
If the latter doesn't work, why not deleting it or update it? Do you guys test the stuff you write (e.g. "use another php version" )?

3) Implement the UI --> e.g. see point 1 and 2

Regards
by chmod_0700
09. April 2024 16:16
 
Forum: XAMPP for Linux
Topic: update/implement HOW-TO guides
Replies: 0
Views: 1133

Re: User Accounts

huimin.luo wrote:Allerdings frage ich mich, warum in XAMPP so viele Standardkonten vorhanden sind und wofür sie eigentlich gedacht sind. Könnte mir das jemand erklären?


Was heißt "so viele"?

1) Ein leerer Default-User, quasi als Beispiel, nämlich "Any".
2) Ein Administrator für die Datenbanken, nämlich "root" (den hätte man auch "admin" nennen können, aber "root" ist Linux Standard)
3) Ein Administrator für die GUI PhpMyAdmin (pma = PhpMyAdmin).

Und das war es auch. Man könnte ja auch fragen, wieso jemand UserIDs löscht, wenn er nicht weiß, was sie bedeuten?

huimin.luo wrote:Außerdem würde mich interessieren, wie ich mit XAMPP gemeinsam mit anderen an Projekten arbeiten kann.


Diese Frage verstehe ich nicht. Xampp ist eine Distribution verschiedener Tools, die für den Betrieb von Webservern notwendig sind, ein Webserver (Apache), inkl. Interpreter für dynamische Inhalte (PHP) und inkl. SQL Datenbank (MariaDB). Xampp ist kein Versionierungswerkzeug. Wenn Du gemeinsam ein Projekt hochziehen willst, musst Du die Umgebung dafür selbst einrichten. Xampp ist nur die Umgebung für den Webserver.
by Nobbie
06. April 2024 12:32
 
Forum: XAMPP für Windows
Topic: User Accounts
Replies: 1
Views: 2035

Re: Install problems...

I've read documentation, specially about permissions and every settings was correct: from folder to files included the instal.php script (drupal core folder) was enabled to execution...Last attempt I've been logged in the system as root but nothing change... I'm not an Linux expert but I start to program in '79 and I always work in ICT environment... Now I'm moving from winduws to Linux and I've to move sites from xampp (windows) to xampp (linux) I was thinking was the easier way but, probably, I did a mistake... In the drupal official documentation "xampp" is treated superficially for windows and worse for xampp in linux environment... In fact they recommend using other development environments such as ddev and lamp stack... I was wrong to insist because during the installation phase Apache did not start since the service was already active and, by changing the port, it continued to have problems which I solved by modifying all the ports involved... but phpmyadmin did not start... Subsequently I I did the experiment, as I said, of uninstalling xampp completely, restarting my computer, disabling the automatic (!!!) startup of Apache and proceeding with the installation and everything worked the first time. Therefore, during installation the script should detect that port 80 is occupied and by what, then allow you to change port effectively so that everything works...
by RobyRu62
05. April 2024 07:03
 
Forum: XAMPP for Linux
Topic: Install problems...
Replies: 6
Views: 2430

User Accounts

Hallo zusammen,

ich muss gestehen, dass ich gestern einen Fehler gemacht habe. Ich habe versehentlich die Benutzerkonten Any, pma und root mit den Hostnamen 127.0.0.1 und ::1 gelöscht. Seitdem konnte ich nicht mehr auf die phpMyAdmin-Webseite zugreifen. Trotz zahlreicher Versuche konnte ich das Problem nicht lösen. Heute habe ich dann mein altes XAMPP deinstalliert und eine neue Installation durchgeführt. Jetzt funktioniert alles wieder wie gewohnt.

Allerdings frage ich mich, warum in XAMPP so viele Standardkonten vorhanden sind und wofür sie eigentlich gedacht sind. Könnte mir das jemand erklären?

Außerdem würde mich interessieren, wie ich mit XAMPP gemeinsam mit anderen an Projekten arbeiten kann.

Vielen Dank im Voraus!
by huimin.luo
03. April 2024 14:09
 
Forum: XAMPP für Windows
Topic: User Accounts
Replies: 1
Views: 2035

Re: db1.sql 116MB import = 250 tables Presta shop... but not

Very good! Still no error messages, nothing. Perfectly hide everything!

The Xampp Version is the same as the PHP Version? For example, Xampp 7.0.15 comes with PHP 7.0.15. You still dont know? Its already for 10 years, Xampp and PHP have same version.

If you have problems with phpmyadmin, import your data with mysql.exe interpreter in a terminal. Read the manual about mysql.exe
by Nobbie
16. March 2024 11:15
 
Forum: XAMPP for Windows
Topic: db1.sql 116MB import = 250 tables Presta shop... but not all
Replies: 5
Views: 5086
Next

Return to advanced search