Is it possible to run a MySQL command line with WAMP?
Posted by: justinsmith (---.hsd1.ca.comcast.net)
Date: March 06, 2006 09:35PM

I've installed WAMP, and would like to run MySql from a MySql command line. Is there any possible way to do this?

Thank you very much!
Justin

Options: ReplyQuote
Re: Is it possible to run a MySQL command line with WAMP?
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 07, 2006 05:25AM

you can, but it is much easier to use phpmyadmin to manage mysql. why whould you want to do this?

Options: ReplyQuote
Re: Is it possible to run a MySQL command line with WAMP?
Posted by: justinsmith (---.hsd1.ca.comcast.net)
Date: March 07, 2006 07:53AM

I want to import a .sql file that is 5 MB in size, but phpMyAdmin will only let me upload a file 2 MB in size max. How else can I import a bigger database?



Post Edited (03-07-06 07:54)

Options: ReplyQuote
Re: Is it possible to run a MySQL command line with WAMP?
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 07, 2006 11:46AM

yes, the max size for .sql import file is 2MB. you can not import that big of file from command line. what you will need to do is split the file up into a few sections and import each one. also, if you are installing a script, most scripts come with some kind of installation script. you should use that.

Options: ReplyQuote
Re: Is it possible to run a MySQL command line with WAMP?
Posted by: justinsmith (---.hsd1.ca.comcast.net)
Date: March 07, 2006 07:56PM

No, I know that it is possible to load .SQL files larger than 2MB from the command line in Unix. I just want to know how I can do that from within WAMP? How can I access a MySQL command line?

Thank you.

Options: ReplyQuote
Re: Is it possible to run a MySQL command line with WAMP?
Posted by: atat (195.252.93.---)
Date: March 08, 2006 09:01AM

do you have 'mysql console' item in 'mysql' menu from 'services' ?

Options: ReplyQuote


Sorry, only registered users may post in this forum.