Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15341 > unrolled thread

Pear enviroment variable error Wamp Windows 7 config

Started byjans <janis.rough@gmail.com>
First post2015-05-20 08:46 -0700
Last post2015-05-27 09:51 -0700
Articles 3 on this page of 23 — 5 participants

Back to article view | Back to comp.lang.php


Contents

  Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 08:46 -0700
    Re: Pear enviroment variable error  Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 12:59 -0400
    Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 11:18 -0700
      Re: Pear enviroment variable error  Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 16:03 -0400
    Re: Pear enviroment variable error  Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-20 23:01 +0200
      Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:23 -0700
      Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:29 -0700
        Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 16:17 -0700
      Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 15:49 -0700
        Re: Pear enviroment variable error  Wamp Windows 7 config "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-05-21 15:06 +0200
      Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-20 17:28 -0700
        Re: Pear enviroment variable error  Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-20 22:27 -0400
        Re: Pear enviroment variable error  Wamp Windows 7 config Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-05-21 16:38 +0200
          Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-21 17:07 -0700
          Re: Pear enviroment variable error  Wamp Windows 7 config Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-05-23 10:59 +0200
            Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 10:55 -0700
              Re: Pear enviroment variable error  Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 14:12 -0400
                Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 15:51 -0700
                  Re: Pear enviroment variable error  Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 19:06 -0400
                    Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:16 -0700
                      Re: Pear enviroment variable error  Wamp Windows 7 config Jerry Stuckle <jstucklex@attglobal.net> - 2015-05-26 21:26 -0400
                    Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-26 17:44 -0700
                      Re: Pear enviroment variable error  Wamp Windows 7 config jans <janis.rough@gmail.com> - 2015-05-27 09:51 -0700

Page 2 of 2 — ← Prev page 1 [2]


#15364

FromJerry Stuckle <jstucklex@attglobal.net>
Date2015-05-26 21:26 -0400
Message-ID<mk36e6$5k8$1@dont-email.me>
In reply to#15362
On 5/26/2015 8:16 PM, jans wrote:
> On Tuesday, May 26, 2015 at 4:06:42 PM UTC-7, Jerry Stuckle wrote:
> Okay, I figured it out.  The problem was an old 32 bit wampserver was running.  That is now deleted.  The correct wamp server is running and the light is green. yeah
> 
>  I deleted the database to start from scratch.  How to set up the database engine?  It should be myisam.  In PHP admin I don't see any place to set the dbase engine to myisam?  First run, I did all the tables were myisam but the db was innodb so I need to do it right this time. 
> 
>  Also, The dump I imported has some tables utf8 and some latin1 .  I will just import  the dump and leave it like that, however when setting the database I am assuming it should be utf8_general_ci to accomodate for both formats?
> thanks jerry,
>

MySQL is NOT PHP, and MySQL questions are off-topic in this newsgroup.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#15363

Fromjans <janis.rough@gmail.com>
Date2015-05-26 17:44 -0700
Message-ID<999cf6c7-fde3-4232-8889-a1f82c2333a2@googlegroups.com>
In reply to#15361
On Tuesday, May 26, 2015 at 4:06:42 PM UTC-7, Jerry Stuckle wrote:

I set the my.ini default database engine as MyISAM.  I deleted the database from the mysql command line data however the empty directory structure is still there.
I tried to delete the database folder and I got this error message:

ERROR 1010 (HY000):  Error dropping database (can't rmdir '.\my_database', errorno:41)

Thanks, I'm better at UNIX than dos.
 
> On 5/26/2015 6:51 PM, jans wrote:
> > On Tuesday, May 26, 2015 at 11:12:39 AM UTC-7, Jerry Stuckle wrote:
> > 
> > I got another question.  Now my Mysql doesn't start in WAMP.  However, in MySQL cmd line it does work but it asks for my password.  If I click return it says I'm logged in as root@localhost.  However I tried to put a password in the User database table.  It is encrypted so I went to a md5 generator and put in a password.  In added a password record to the user table and  pasted the hash into encrypted key.  However, when I put in this password it doesn't look like it is taking it.   Could this be why my mysql doesn't start?  Or is there some other reason?
> > 
> > Here is the MySQL log:
> >
> 
> <snip>
> 
> This has nothing to do with PHP.  Try an appropriate newsgroup (and RTFM).
> 
> -- 
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> jstucklex@attglobal.net
> ==================

[toc] | [prev] | [next] | [standalone]


#15365

Fromjans <janis.rough@gmail.com>
Date2015-05-27 09:51 -0700
Message-ID<fbd08839-c93c-444b-904c-381f24d4bf7d@googlegroups.com>
In reply to#15363
On Tuesday, May 26, 2015 at 5:44:25 PM UTC-7, jans wrote:
Okay, I got the database dropped and reloaded and the right utf-8 .  I'm closing off this thread.
> On Tuesday, May 26, 2015 at 4:06:42 PM UTC-7, Jerry Stuckle wrote:
> 
> I set the my.ini default database engine as MyISAM.  I deleted the database from the mysql command line data however the empty directory structure is still there.
> I tried to delete the database folder and I got this error message:
> 
> ERROR 1010 (HY000):  Error dropping database (can't rmdir '.\my_database', errorno:41)
> 
> Thanks, I'm better at UNIX than dos.
>  
> > On 5/26/2015 6:51 PM, jans wrote:
> > > On Tuesday, May 26, 2015 at 11:12:39 AM UTC-7, Jerry Stuckle wrote:
> > > 
> > > I got another question.  Now my Mysql doesn't start in WAMP.  However, in MySQL cmd line it does work but it asks for my password.  If I click return it says I'm logged in as root@localhost.  However I tried to put a password in the User database table.  It is encrypted so I went to a md5 generator and put in a password.  In added a password record to the user table and  pasted the hash into encrypted key.  However, when I put in this password it doesn't look like it is taking it.   Could this be why my mysql doesn't start?  Or is there some other reason?
> > > 
> > > Here is the MySQL log:
> > >
> > 
> > <snip>
> > 
> > This has nothing to do with PHP.  Try an appropriate newsgroup (and RTFM).
> > 
> > -- 
> > ==================
> > Remove the "x" from my email address
> > Jerry Stuckle
> > jstucklex@attglobal.net
> > ==================

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.lang.php


csiph-web