[NTLUG:Discuss] MySQL

Wayne Walker wwalker at bybent.com
Tue Jun 20 20:49:22 CDT 2006


Get the gui out of the way and see if you get more info:

[ (0) wwalker at behemoth:~ ]$ mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 5.0.22-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use test
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> create table testing (i int) ENGINE=InnoDB;
Query OK, 0 rows affected (0.06 sec)

mysql> create table testing2 (i int) ENGINE=MyISAM;
Query OK, 0 rows affected (0.02 sec)

mysql> 

On Tue, Jun 20, 2006 at 08:04:21PM -0500, Tom Tumelty wrote:
> I am running MySQL 5.1.11-beta on Slackware 10.2 and MySQL Administrator
> will not allow me to select innodb. I originally installed from source. I
> have also tried a binary of version 5.1.11 with same results.
> I have looked in the documentation and made the changes in the /etc/my.cnf
> file as instructed and created directories needed.  I would appreciate help
> with this issue.
> 
> 
> Thanks in advance,
> Tom
> _______________________________________________
> http://ntlug.pmichaud.com/mailman/listinfo/discuss

-- 

Wayne Walker

www.unwiredbuyer.com - when you just can't be by the computer

wwalker at bybent.com                    Do you use Linux?!
http://www.bybent.com                 Get Counted!  http://counter.li.org/
Perl - http://www.perl.org/           Perl User Groups - http://www.pm.org/
Jabber:  wwalker at jabber.gnumber.com   AIM:     lwwalkerbybent
IRC:     wwalker on freenode.net



More information about the Discuss mailing list