About 2,420,000 results
Open links in new tab
  1. How To See SQL Code in phpmyadmin SQL Table - Stack Overflow

    Sep 12, 2021 · I am trying to see the manual SQL code for a table I created using the graphical user interface. Is there a way to do this and if so how?

  2. php - Import file size limit in PHPMyAdmin - Stack Overflow

    Dec 22, 2016 · 54 Increase phpMyAdmin upload / import size By default you get a 2mb limit of upload / import size in phpmyadmin. That makes it odd and highly impossible to import larger files. You can …

  3. Is there a way to view past mysql queries with phpmyadmin?

    Oct 30, 2016 · I'm trying to track down a bug that's deleting rows in a mysql table. For the life of me I can't track it down in my PHP code, so I'd like to work backwards by finding the actual mysql query …

  4. How to Increase Import Size Limit in phpMyAdmin

    Oct 3, 2012 · On my local phpmyadmin environment, I only had to modify post_max_size and restart apache. The new size was then shown in the phpmyadmin "File to import" section.

  5. Loading .sql files from within PHP - Stack Overflow

    Sep 29, 2008 · I've got it to create the database but now I need to load in several .sql files. I had planned to open the file and mysql_query it a line at a time - until I looked at the schema files and realised …

  6. phpmyadmin - SQL: what exactly do Primary Keys and Indexes do?

    Oct 31, 2013 · I've recently started developing my first serious application which uses a SQL database, and I'm using phpMyAdmin to set up the tables. There are a couple optional "features" I can give …

  7. Find and Replace text in the entire table using a MySQL query

    Aug 7, 2012 · Usually I use manual find to replace text in a MySQL database using phpMyAdmin. I'm tired of it now, how can I run a query to find and replace a text with new text in the entire table in …

  8. Delete a database in phpMyAdmin - Stack Overflow

    Feb 13, 2014 · By mistake, I have created a duplicate database in the phpMyAdmin page of cPanel. I want to delete this database, but I am not able to find any delete button in the UI. How to delete a …

  9. PHP: maximum execution time when importing .SQL data file

    May 25, 2017 · I am trying to import a large .sql data file using phpMyAdmin in XAMPP. However this is taking a lot of time and I keep getting: Fatal error: Maximum execution time of 300 seconds …

  10. xampp - PhpMyAdmin not working on localhost - Stack Overflow

    Feb 13, 2014 · Use lowercase 'phpmyadmin' in the url. If not resolved, check whether mysql service is started in your machine. Run services.msc from 'Run Command' and check mysql service.