
megan
Support Team-
Posts
90 -
Joined
-
Last visited
Everything posted by megan
-
In 2015 the previously well respected SourceFourge was accused of various shady practices including adding malware to compiled downloads. Even though SourceForge has since changed its stance, I am wondering if this might be the same problem???
-
I want to install ignitefusion on the mini server 8 this config used to work on the old uniform server (WAY back) but they don't work on mini server 8 apache httpd.conf - the server starts then stops can you tell me what the correct config would be based on the following old one below thanks! Megan #ignite stuff ----START --- #create virtual directory to point to the directory where IgniteDB.exe exists ScriptAlias /if/ /usr/local/if/ #Add extensions associations AddType application/x-httpd-ignitedb .ign .cfm .cfml #Tie extensions to executable Action application/x-httpd-ignitedb "/if/ignitedb.exe" #ignite stuff ---- END ---
-
I am trying out the mini server 8 in preparation for a project It seems to start fine but when I go to http://localhost:8088/phpminiadmin.php I get the following error Cannot connect to the database because: Can't connect to MySQL server on 'localhost' (10061) what should I do?? I am on windows 7 64x thanks, Megan
-
Hi yes I do have the express version of railo - I just want to figure out how I could integrate railo with uniform server (& Jetty or Tomcat) so I can run it all together and use cfm, php as needed along with mysql - thanks! Megan
-
Hi There - since Railo Coldfusion engine/server http://www.getrailo.org/index.cfm/download/ (scroll down to downloads area) can run on apache I would love to install it to run on Uniform Server - can anyone give me some guidance for how I might go about doing that??? thanks, Megan
-
javascript is parsed by the browser and php by the server - the php server parses the php code and returns the result to the web server which passes it to the browser and then the browser handles the html, js, css client side
-
really look at what the error code says so it is not the ajax or the php it is the SQL statement you need to be looking at in your sql you currently have "select FROM *" see anything wrong about that? SQL is very logical - you are wanting to say select everything from the table or "select * FROM"
-
Sorry Bob - with this guy I guess my brain "read" wordpad instead of notepad - so yes notepad is fine ;P ~megan
-
that looks like PHP not SQL and I've heard google is really good for looking up information on stuff other possible resources you might find helpful http://www.lynda.com/MySQL-training-tutorials/260-0.html http://www.lynda.com/PHP-training-tutorials/282-0.html http://www.vtc.com/products/Real-World-Pro...5-Tutorials.htm http://www.vtc.com/products/QuickStart!...5-Tutorials.htm http://www.vtc.com/products/MySQL-5-Develo...1-tutorials.htm hth ~megan
-
don't use notepad - use a TEXT editor I like notetab but that's because I'm used to it and I wrote my own code library - check out this link for text editor recos http://lifehacker.com/385929/best-text-editors ~megan
-
I agree Bob - plus if you spend all your time "beta testing" the newest versions of this and that, you never build your app (there's something new being released every day) ... but then I am much more goal oriented than procedure oriented ;P ~megan
-
to delete a database first click on the name of the database you want to delete (left col menu) then click on "Drop" near the top left of the right hand pane above the list of tables - you will get an alert asking if you really want to do it hth ~megan PS you can download a pdf book on mastering phpmyadmin from http://socifiles.com/d/c676ad the password is libproject.net
-
HI here - I personally find phpmyadmin easier to use than workbench but I think that's because I am used to phpmyadmin and haven't taken the time to learn workbench there are tutorials at http://www.siteground.com/tutorials/phpmyadmin/ but all you have to go is google for phpmyadmin tutorial or go to youtube and do a search - as for setting up uniserver as a service have you tried the wiki http://wiki.uniformserver.com
-
is there a reason why you don't want to use phpmyadmin? just wondering, megan
-
sorry if this is a silly question, but when you first went to the system tray blue box did you first click "Start UniServer" and give it a moment for the servers to start before you clicked phpMyAdmin ?? thanks, megan
-
installing Wordpress on a newer Uniform Server version
megan replied to megan's topic in Uniform Server - Windows
Ric - Thank You!!! You are the Best! :-) ~Megan -
Hi :-) right now I'm doing my local wordpress dev stuff on the older uniform server 4.0 mona and I would really like to get wordpress going on one of the newer versions of uniform server and also set it up so that ports other than 80 and 3306 are used - if anyone minds telling me what I need to know to do this I would be Totally grateful :-) thanks, megan
-
A wordpress 3.0 version WOULD be great but meanwhile couldn't you just install the plugin and then use the wordpress autoupdate feature to update to 3.0 ??? ~megan
-
Wordpress and UniServer: can't log on to DB
megan replied to egrogg1's topic in Uniform Server - Windows
Hi - a quick question - do you happen to have an instance of mysql installed already on your box? thanks, megan -
Did you check out the Wiki??? http://wiki.uniformserver.com/index.php/Main_Page especially http://wiki.uniformserver.com/index.php/5....o:_Introduction from there you can use the search - for instance type in mysql and click search to get a list of topics on mysql such as this one on phpmyadmin http://wiki.uniformserver.com/index.php/MySQL_phpMyAdmin hth ~megan
-
phpmyadmin throwing error on nano 6.5 & 6.6
megan replied to megan's topic in Uniform Server - Windows
Thanks! Ric - I'll do that - I really appreciate you taking the time to help me on this :-) Megan -
phpmyadmin throwing error on nano 6.5 & 6.6
megan replied to megan's topic in Uniform Server - Windows
Ok took a bit of playing around but now I know what is going on - I have another mysql installed as a service and for some reason it is interfering with the mysql on nano after 5.4 - sorry about that - I guess I will just have to remember to stop the service if I want to use 5.5 or higher sorry, Megan -
phpmyadmin throwing error on nano 6.5 & 6.6
megan replied to megan's topic in Uniform Server - Windows
Hi again Ric - I did a little experiment and found that mysql allows phpmyadmin access (on my system) up to version 5.4 - when I go up to 5.5 then the access denied message occurs - thanks for any tips, Megan -
phpmyadmin throwing error on nano 6.5 & 6.6
megan replied to megan's topic in Uniform Server - Windows
I apologize for taking so long to get back to you on this - was gone on vacation myself - so the thing is its been a while since I upgraded my uniform server and 6.4 is giving the same mysql access denied error when I try to go to phpmyadmin so I went back and checked my wordpress mini servers and they all work great - I am on XP and tried uniform server 6.4, 6.5, & 6.6 on both my C drive and my E drive and am getting the same result - I would think it was my mcafee antivirus except my mini servers work great - if it works for others then it must be some setting on my box - any suggestions on where I should look or what I should try??? Thanks Megan -
Hi on the last 2 releases I am getting the following error with trying to access phpmyadmin (no changes to anything) MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. thanks, megan