is_null

Show:

What's happening?

  • Followup: Permissions

    I forgot to paste the permissions for mysql users. Replace 'itbm' with the name of your database. -- grant.sql start -------- grant usage on *.* to 'nss-root'@'localhost'; grant usage on *.* to 'nss-user'@'localhost'; grant select (name, id, home, shell, password) on itbm.users To 'nss-user'@'localhost', 'nss-root'@'localhost'; grant select (name, password...

    2008-05-25 13:59:32 UTC in NSS MySQL Library

  • Yet another sample for linux

    -- sql start ---------- CREATE TABLE `users_groups` ( `uid` int(7) NOT NULL, `gid` int(7) NOT NULL, `main` tinyint(1) default NULL ); CREATE TABLE `users` ( `id` int(7) NOT NULL auto_increment, `name` varchar(30) NOT NULL, `password` varchar(34) NOT NULL, `home` varchar(150) default NULL, `shell` varchar(50) default NULL, -- Optionnal, for gecos with CONCAT_WS(...

    2008-05-25 13:32:21 UTC in NSS MySQL Library

About Me

  • 2006-12-08 (3 years ago)
  • 1663895
  • is_null (My Site)
  • is_null

Send me a message