Gest3r Posted September 14, 2009 Posted September 14, 2009 Is there anyway(fast way) to put my website sql file which is 94,3mb ??? Tried trought phpmyadmin ... its unreall . Phpmyadmin can't put so big file
Bill Posted September 16, 2009 Posted September 16, 2009 What do you mean put it?s there anyway(fast way) to put my website sql file which is 94,3mb ???
c2s Posted September 16, 2009 Posted September 16, 2009 Try Adminer formally PhpMinAdmin. or http://www.ozerov.de/bigdump.php
Gest3r Posted September 16, 2009 Author Posted September 16, 2009 #2 i cant put my sql file(94,3mb) trought phpmyadmin. Its too big
c2s Posted September 16, 2009 Posted September 16, 2009 Not sure if works but found: So if you wanna change the limit from 2MB to a greater value, make the change in PHP.INI, look for upload_max_filesize = 2M (default) change this to what you want!
c2s Posted October 23, 2009 Posted October 23, 2009 Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. * Connect to a database server with username and password * Select an existing database or create a new one * List fields, indexes, foreign keys and triggers of table * Change name, engine, collation, auto_increment and comment of table * Alter name, type, collation, comment and default values of columns * Add and drop tables and columns * Create, alter, drop and search by indexes including fulltext * Create, alter, drop and link lists by foreign keys * Create, alter, drop and select from views * Create, alter, drop and call stored procedures and functions * Create, alter and drop triggers * List data in tables with search, aggregate, sort and limit results * Insert new records, update and delete the existing ones * Supports all data types, blobs through file transfer * Execute any SQL command from a text field or a file * Export table structure, data, views, routines, databases to SQL or CSV * Alter export for projecting changes to production database * Print database schema connected by foreign keys * Show processes and kill them * Display users and rights and change them * Display variables with links to documentation * Manage events and table partitions (MySQL 5.1) * Extensive customization options
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now